Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for nightly validation #408

Merged
merged 1 commit into from
Mar 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions JobConfig/reco/MakeSurfaceSteps.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ physics.producers.MakeSS : {
}
physics.producers.compressRecoMCs.surfaceStepTags : [ "MakeSS" ]
physics.RecoPath : [ "MakeSS" , @sequence::physics.RecoPath ]


8 changes: 4 additions & 4 deletions JobConfig/reco/NoField.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
#
#include "Production/JobConfig/reco/Reco.fcl"
#
physics.KLPath : [ @sequence::Reconstruction.NoFieldMCPath ]
physics.RecoPath : [ @sequence::Reconstruction.NoFieldMCPath ]

physics.trigger_paths : [ KLPath ]
physics.analyzers.KLCompressionCheck.SelectEvents : [ "KLPath" ]
physics.trigger_paths : [ RecoPath ]
physics.analyzers.KLCompressionCheck.SelectEvents : [ "RecoPath" ]

outputs: {
KinematicLineOutput : {
@table::Reconstruction.Output
SelectEvents : [ "KLPath" ]
SelectEvents : [ "RecoPath" ]
fileName: "mcs.owner.description.version.sequencer.art"
}
}
Expand Down
8 changes: 4 additions & 4 deletions JobConfig/reco/OnSpill.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# Reconstruct OnSpill events. This only reconstructs LoopHelices
#
#include "Production/JobConfig/reco/Reco.fcl"
physics.OnSpillPath : [ @sequence::Reconstruction.OnSpillMCPath ]
physics.RecoPath : [ @sequence::Reconstruction.OnSpillMCPath ]

physics.trigger_paths : [ OnSpillPath ]
physics.analyzers.LHCompressionCheck.SelectEvents : [ "OnSpillPath" ]
physics.trigger_paths : [ RecoPath ]
physics.analyzers.LHCompressionCheck.SelectEvents : [ "RecoPath" ]

outputs: {
LoopHelixOutput : {
@table::Reconstruction.Output
SelectEvents : [ "OnSpillPath" ]
SelectEvents : [ "RecoPath" ]
fileName: "mcs.owner.description.version.sequencer.art"
}
}
Expand Down
1 change: 0 additions & 1 deletion Validation/nightly/reco_00.fcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "Production/Validation/reco.fcl"
#include "Production/JobConfig/reco/MakeSurfaceSteps.fcl"
source.fileNames : [
"root://fndcadoor.fnal.gov/pnfs/fnal.gov/usr/mu2e/tape/phy-sim/dig/mu2e/CeEndpointMix1BBSignal/MDC2020r_best_v1_0/art/2e/47/dig.mu2e.CeEndpointMix1BBSignal.MDC2020r_best_v1_0.001210_00000000.art",
"root://fndcadoor.fnal.gov/pnfs/fnal.gov/usr/mu2e/tape/phy-sim/dig/mu2e/CeEndpointMix1BBSignal/MDC2020r_best_v1_0/art/75/cc/dig.mu2e.CeEndpointMix1BBSignal.MDC2020r_best_v1_0.001210_00000001.art"
Expand Down
1 change: 0 additions & 1 deletion Validation/nightly/reco_01.fcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "Production/Validation/reco.fcl"
#include "Production/JobConfig/reco/MakeSurfaceSteps.fcl"
source.fileNames : [
"root://fndcadoor.fnal.gov/pnfs/fnal.gov/usr/mu2e/tape/phy-sim/dig/mu2e/CeEndpointMix1BBSignal/MDC2020r_best_v1_0/art/5b/32/dig.mu2e.CeEndpointMix1BBSignal.MDC2020r_best_v1_0.001210_00000002.art",
"root://fndcadoor.fnal.gov/pnfs/fnal.gov/usr/mu2e/tape/phy-sim/dig/mu2e/CeEndpointMix1BBSignal/MDC2020r_best_v1_0/art/5b/a9/dig.mu2e.CeEndpointMix1BBSignal.MDC2020r_best_v1_0.001210_00000003.art"
Expand Down
1 change: 0 additions & 1 deletion Validation/nightly/reco_02.fcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "Production/Validation/reco.fcl"
#include "Production/JobConfig/reco/MakeSurfaceSteps.fcl"
source.fileNames : ["root://fndcadoor.fnal.gov/pnfs/fnal.gov/usr/mu2e/tape/phy-sim/dig/mu2e/CeEndpointMix2BBSignal/MDC2020r_perfect_v1_0/art/aa/26/dig.mu2e.CeEndpointMix2BBSignal.MDC2020r_perfect_v1_0.001210_00000002.art" ]
outputs.Output.fileName: "reco_02.art"
1 change: 0 additions & 1 deletion Validation/nightly/reco_03.fcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "Production/Validation/reco.fcl"
#include "Production/JobConfig/reco/MakeSurfaceSteps.fcl"
source.fileNames : ["root://fndcadoor.fnal.gov/pnfs/fnal.gov/usr/mu2e/tape/phy-sim/dig/mu2e/CeEndpointMix2BBSignal/MDC2020r_perfect_v1_0/art/58/68/dig.mu2e.CeEndpointMix2BBSignal.MDC2020r_perfect_v1_0.001210_00000003.art" ]
outputs.Output.fileName: "reco_03.art"
1 change: 0 additions & 1 deletion Validation/nightly/reco_04.fcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "Production/Validation/reco.fcl"
#include "Production/JobConfig/reco/MakeSurfaceSteps.fcl"
source.fileNames : [
"root://fndcadoor.fnal.gov/pnfs/fnal.gov/usr/mu2e/tape/phy-sim/dig/mu2e/CePlusEndpointMix1BBSignal/MDC2020r_best_v1_0/art/03/50/dig.mu2e.CePlusEndpointMix1BBSignal.MDC2020r_best_v1_0.001210_00000000.art",
"root://fndcadoor.fnal.gov/pnfs/fnal.gov/usr/mu2e/tape/phy-sim/dig/mu2e/CePlusEndpointMix1BBSignal/MDC2020r_best_v1_0/art/e5/cb/dig.mu2e.CePlusEndpointMix1BBSignal.MDC2020r_best_v1_0.001210_00000001.art",
Expand Down
1 change: 0 additions & 1 deletion Validation/nightly/reco_05.fcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "Production/Validation/reco.fcl"
#include "Production/JobConfig/reco/MakeSurfaceSteps.fcl"
source.fileNames : [
"root://fndcadoor.fnal.gov/pnfs/fnal.gov/usr/mu2e/tape/phy-sim/dig/mu2e/CePlusEndpointMix1BBSignal/MDC2020r_best_v1_0/art/a3/d9/dig.mu2e.CePlusEndpointMix1BBSignal.MDC2020r_best_v1_0.001210_00000007.art",
"root://fndcadoor.fnal.gov/pnfs/fnal.gov/usr/mu2e/tape/phy-sim/dig/mu2e/CePlusEndpointMix1BBSignal/MDC2020r_best_v1_0/art/dc/49/dig.mu2e.CePlusEndpointMix1BBSignal.MDC2020r_best_v1_0.001210_00000008.art",
Expand Down
1 change: 0 additions & 1 deletion Validation/nightly/reco_06.fcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "Production/Validation/reco.fcl"
#include "Production/JobConfig/reco/MakeSurfaceSteps.fcl"
source.fileNames : [
"root://fndcadoor.fnal.gov/pnfs/fnal.gov/usr/mu2e/tape/phy-sim/dig/mu2e/FlateMinusMix1BBSignal/MDC2020r_best_v1_0/art/ff/01/dig.mu2e.FlateMinusMix1BBSignal.MDC2020r_best_v1_0.001210_00000000.art",
"root://fndcadoor.fnal.gov/pnfs/fnal.gov/usr/mu2e/tape/phy-sim/dig/mu2e/FlateMinusMix1BBSignal/MDC2020r_best_v1_0/art/8b/bc/dig.mu2e.FlateMinusMix1BBSignal.MDC2020r_best_v1_0.001210_00000001.art",
Expand Down
1 change: 0 additions & 1 deletion Validation/nightly/reco_07.fcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "Production/Validation/reco.fcl"
#include "Production/JobConfig/reco/MakeSurfaceSteps.fcl"
source.fileNames : [
"root://fndcadoor.fnal.gov/pnfs/fnal.gov/usr/mu2e/tape/phy-sim/dig/mu2e/FlateMinusMix1BBSignal/MDC2020r_best_v1_0/art/62/08/dig.mu2e.FlateMinusMix1BBSignal.MDC2020r_best_v1_0.001210_00000010.art",
"root://fndcadoor.fnal.gov/pnfs/fnal.gov/usr/mu2e/tape/phy-sim/dig/mu2e/FlateMinusMix1BBSignal/MDC2020r_best_v1_0/art/d8/dc/dig.mu2e.FlateMinusMix1BBSignal.MDC2020r_best_v1_0.001210_00000011.art",
Expand Down
1 change: 0 additions & 1 deletion Validation/nightly/reco_08.fcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "Production/Validation/reco.fcl"
#include "Production/JobConfig/reco/MakeSurfaceSteps.fcl"
source.fileNames : [
"root://fndcadoor.fnal.gov/pnfs/fnal.gov/usr/mu2e/tape/phy-sim/dig/mu2e/FlatePlusMix1BBSignal/MDC2020r_best_v1_0/art/dd/38/dig.mu2e.FlatePlusMix1BBSignal.MDC2020r_best_v1_0.001210_00000000.art",
"root://fndcadoor.fnal.gov/pnfs/fnal.gov/usr/mu2e/tape/phy-sim/dig/mu2e/FlatePlusMix1BBSignal/MDC2020r_best_v1_0/art/56/e3/dig.mu2e.FlatePlusMix1BBSignal.MDC2020r_best_v1_0.001210_00000001.art",
Expand Down
1 change: 0 additions & 1 deletion Validation/nightly/reco_09.fcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "Production/Validation/reco.fcl"
#include "Production/JobConfig/reco/MakeSurfaceSteps.fcl"
source.fileNames : [
"root://fndcadoor.fnal.gov/pnfs/fnal.gov/usr/mu2e/tape/phy-sim/dig/mu2e/FlatePlusMix1BBSignal/MDC2020r_best_v1_0/art/02/82/dig.mu2e.FlatePlusMix1BBSignal.MDC2020r_best_v1_0.001210_00000010.art",
"root://fndcadoor.fnal.gov/pnfs/fnal.gov/usr/mu2e/tape/phy-sim/dig/mu2e/FlatePlusMix1BBSignal/MDC2020r_best_v1_0/art/c9/d3/dig.mu2e.FlatePlusMix1BBSignal.MDC2020r_best_v1_0.001210_00000011.art",
Expand Down
37 changes: 5 additions & 32 deletions Validation/reco.fcl
Original file line number Diff line number Diff line change
@@ -1,37 +1,16 @@
#
# run tracker and cal reco from a file of digis
#include "Production/JobConfig/reco/OnSpill.fcl"
#include "Production/JobConfig/reco/MakeSurfaceSteps.fcl"
#
#include "Production/JobConfig/reco/Reco.fcl"
# add KinKal fits
# restrict path and output
#
physics.producers : @local::Reconstruction.producers
physics.filters : @local::Reconstruction.filters
#
# only run De
#
physics.RecoPath : [
@sequence::Reconstruction.CaloReco,
@sequence::Reconstruction.TrkReco,
@sequence::Reconstruction.CrvReco,
@sequence::Reconstruction.DeReco,
@sequence::Reconstruction.MCReco,
RecoFilter
]
physics.producers.SelectRecoMC.KalSeedCollections : [ "KKDe"]
physics.producers.SelectRecoMC.HelixSeedCollections : ["MHDe" ]
physics.filters.RecoFilter.TrkTags : [ "KKDe"]
physics.filters.RecoFilter.MomentumCutoff : [ 60.0 ]

#include "Production/JobConfig/reco/epilog.fcl"
#include "Production/JobConfig/reco/drop_trigger.fcl"
outputs: {
Output: {
SelectEvents: [
"RecoPath"
]
fileName: "mcs.owner.val-reco.dsconf.seq.art"
module_type: "RootOutput"
outputCommands: [
outputs.LoopHelixOutput.fileName: "mcs.owner.val-reco.dsconf.seq.art"
outputs.LoopHelixOutput.outputCommands: [
"drop *_*_*_*",
"keep mu2e::TriggerInfo_*_*_*",
"keep art::TriggerResults_*_*_*",
Expand All @@ -53,18 +32,12 @@ outputs: {
"drop *_*Dmu_*_*",
"drop *_*Umu_*_*"
]
}
}

# print summaries
services.scheduler.wantSummary: true
services.TimeTracker.printSummary: true

# histogram file
services.TFileService.fileName : "nts.owner.val-reco.dsconf.seq.root"
# art file
outputs.Output.fileName : "mcs.owner.val-reco.dsconf.seq.art"

# use the default standard geometry
services.GeometryService.inputFile : "Production/JobConfig/common/geom_baseline.txt"
#include "Production/Validation/database.fcl"