Skip to content
Open
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
11 changes: 3 additions & 8 deletions JobConfig/reco/prolog.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -365,21 +365,16 @@ Reconstruction.OnSpillPath : [
SelectReco
]

# OffSpill paths. Separate by fit type
Reconstruction.OffSpillPath : [
Reconstruction.CentralHelixPath : [
@sequence::Reconstruction.PreTrk,
@sequence::Reconstruction.OffSpillTrk,
SelectReco
]

Reconstruction.CentralHelixPath : [
@sequence::Reconstruction.OffSpillPath,
CHFilter,
SelectReco
]

Reconstruction.LoopHelixPath : [
@sequence::Reconstruction.OffSpillPath,
@sequence::Reconstruction.PreTrk,
@sequence::Reconstruction.OffSpillTrk,
LHFilter,
SelectReco
]
Expand Down
7 changes: 1 addition & 6 deletions JobConfig/recoMC/prolog.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Reconstruction : {
@table::Reconstruction
# full MC sequence; form the Calo and CRV matching, and compress based on reco content
# temporary build surface steps from StepPointMCs; this is a patch
MCReco : [@sequence::CaloMC.TruthMatch, CrvCoincidenceClusterMatchMC, SelectReco, compressRecoMCs, CrvCoincidenceClusterMCAssns ]
MCReco : [@sequence::CaloMC.TruthMatch, CrvCoincidenceClusterMatchMC, compressRecoMCs, CrvCoincidenceClusterMCAssns ]

# MC truth matched to reco
HighRecoMCProducts : [
Expand Down Expand Up @@ -95,11 +95,6 @@ Reconstruction.OnSpillPath : [
@sequence::Reconstruction.MCReco
]

Reconstruction.OffSpillPath : [
@sequence::Reconstruction.OffSpillPath,
@sequence::Reconstruction.MCReco
]

Reconstruction.CentralHelixPath : [
@sequence::Reconstruction.CentralHelixPath,
@sequence::Reconstruction.MCReco
Expand Down