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
2 changes: 1 addition & 1 deletion JobConfig/reco/prolog.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,9 @@ Reconstruction.RegrowOutput : {
@sequence::Reconstruction.MidRecoProducts,
"drop *_*_*_Digitize",
"drop *_*_*_Mix",
"drop *_*_*_Reconstruct",
"keep *_EWMProducer_*_*",
"keep *_PBISim_*_*",
"drop *_*_*_Reconstruct",
"keep mu2e::Calo*_*_*_Reconstruct",
"keep mu2e::Crv*_*_*_Reconstruct",
"keep mu2e::KalSeed*_SelectReco_*_*",
Expand Down
2 changes: 0 additions & 2 deletions JobConfig/reco/regrowKL.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ physics : {
KalSeedCollection : KKLine
ComboHitCollection : RegrowSH
StrawDigiIndexMap : "SelectReco:StrawDigiMap"
KalSeedMCAssns : "SelectReco"
RefitSettings : {
@table::Mu2eKinKal.REGROW
BFieldCorrection : false
}
KKFitSettings : @local::Mu2eKinKal.KLDriftFit.KKFitSettings
ExtrapolationSettings : @local::Mu2eKinKal.LHDRIFTXTRAP
MaterialSettings : @local::Mu2eKinKal.MAT
debug : 0
}
}
Expand Down
2 changes: 0 additions & 2 deletions JobConfig/reco/regrowLH.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ physics : {
ComboHitCollection : RegrowSH
StrawDigiIndexMap : "SelectReco:StrawDigiMap"
CaloClusterCollection : "CaloClusterMaker"
KalSeedMCAssns : "SelectReco"
RefitSettings : {
@table::Mu2eKinKal.REGROW
BFieldCorrection : true
Expand All @@ -48,7 +47,6 @@ physics : {
AddHits : false
}
ExtrapolationSettings : @local::Mu2eKinKal.LHDRIFTXTRAP
MaterialSettings : @local::Mu2eKinKal.producers.KKDe.MaterialSettings
Extend: false
debug : 0
}
Expand Down