Skip to content
Snippets Groups Projects

TileSimAlgs: Conditions dependency fixes.

Merged Scott Snyder requested to merge ssnyder/athena:conddep.TileSimAlgs-20200719 into master
All threads resolved!
3 files
+ 10
4
Compare changes
  • Side-by-side
  • Inline
Files
3
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Author: J. Poveda (Ximo.Poveda@cern.ch)
# Author: J. Poveda (Ximo.Poveda@cern.ch)
# TileDigits creation from TileHit
# TileDigits creation from TileHit
@@ -64,7 +64,10 @@ class TileDigitsGetter ( Configured ) :
@@ -64,7 +64,10 @@ class TileDigitsGetter ( Configured ) :
theTileDigitsMaker.CalibrationRun=False
theTileDigitsMaker.CalibrationRun=False
# Save integer numbers in digits vector if not pile-up premixing
# Save integer numbers in digits vector if not pile-up premixing
theTileDigitsMaker.IntegerDigits = not digitizationFlags.PileUpPremixing()
theTileDigitsMaker.IntegerDigits = not digitizationFlags.PileUpPremixing()
 
 
from TileConditions.TileConditionsConf import TileCondToolNoiseSample
 
theTileDigitsMaker.TileCondToolNoiseSample = TileCondToolNoiseSample (TileOnlineSampleNoise = '')
# sets output key
# sets output key
if digitizationFlags.PileUpPremixing and 'OverlayMT' in digitizationFlags.experimentalDigi():
if digitizationFlags.PileUpPremixing and 'OverlayMT' in digitizationFlags.experimentalDigi():
Loading