ATLAS Offline Software
BunchStructure_2015_HeavyIons.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2 
13 
14 
16  # Set this to the spacing between filled bunch-crossings within the train.
17  flags.Beam.BunchSpacing = 50
18  # This now sets the bunch slot length.
19  flags.Digitization.PU.BunchSpacing = 25
20 
21  flags.Digitization.PU.CavernIgnoresBeamInt = True
22 
23  flags.Digitization.PU.BeamIntensityPattern = \
24  [0.0, # bunch crossing zero is always empty
25  1.0, 0.0, 0.0]
BunchStructure_2015_HeavyIons.setupBunchStructure
def setupBunchStructure(flags)
This configuration replicates the beam configuration in the following file: 25ns_2748b_2736_2452_2524...
Definition: BunchStructure_2015_HeavyIons.py:15