ATLAS Offline Software
LArNoiseFlags.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2 
3 def addNoiseFlags(flags):
4 
5  flags.Input.isMC=False
6 
7  flags.addFlag("LArNoise.outNtupLAr","")
8  flags.addFlag("LArNoise.outHistLAr","")
9  flags.addFlag("LArNoise.HECNoiseNtup","")
10  flags.addFlag("LArNoise.SigmaCut",3.0)
11  flags.addFlag("LArNoise.NumberOfBunchesInFront",30)
12  flags.addFlag("LArNoise.KeepOnlyCellID",False)
13  #these are for LArHECNoise alg:
14  flags.addFlag("LArNoise.MinDigitADC",20)
15  flags.addFlag("LArNoise.MaxDeltaT",5)
16 
17 
18 
19 
LArNoiseFlags.addNoiseFlags
def addNoiseFlags(flags)
Definition: LArNoiseFlags.py:3