Skip to content
Snippets Groups Projects

Propagate new cell time cut on master

6 files
+ 74
10
Compare changes
  • Side-by-side
  • Inline
Files
6
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
#
#
@@ -364,6 +364,9 @@ class CaloClusterTopoGetter ( Configured ) :
TopoMaker.SeedThresholdOnEorAbsEinSigma = 4.0
#timing
TopoMaker.SeedCutsInT = jobproperties.CaloTopoClusterFlags.doTimeCut()
TopoMaker.CutOOTseed = jobproperties.CaloTopoClusterFlags.extendTimeCut() and jobproperties.CaloTopoClusterFlags.doTimeCut()
TopoMaker.UseTimeCutUpperLimit = jobproperties.CaloTopoClusterFlags.useUpperLimitForTimeCut()
TopoMaker.TimeCutUpperLimit = 20.0
# note E or AbsE
#
Loading