Skip to content
Snippets Groups Projects

CKF update

Merged Eric Torrence requested to merge torrence/calypso:torrence-noisystrips into master
3 files
+ 13
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -179,6 +179,10 @@ acc.merge(GhostBustersCfg(ConfigFlags))
from FaserActsKalmanFilter.CKF2Config import CKF2Cfg
acc.merge(CKF2Cfg(ConfigFlags, noDiagnostics=True))
# Add tracking collection with no IFT
acc.merge(CKF2Cfg(ConfigFlags, maskedLayers=[0, 1, 2], name="CKF_woIFT",
OutputCollection="CKFTrackCollectionWithoutIFT", noDiagnostics=True))
#
# Configure output
from OutputStreamAthenaPool.OutputStreamConfig import OutputStreamCfg
Loading