ATLAS Offline Software
DataOverlayRun2.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2 
3 def DataOverlayPPTest(flags):
4  """Test configuration of p-p data overlay"""
5  flags.Beam.NumberOfCollisions = 20.
6 
7  from LArConfiguration.LArConfigRun2 import LArConfigRun2PileUp
9 
10  flags.LAr.OFCShapeFolder = "4samples1phase"
11  flags.Tile.BestPhaseFromCOOL = False
12  flags.Tile.correctTime = False
python.LArConfigRun2.LArConfigRun2PileUp
def LArConfigRun2PileUp(flags)
Definition: LArConfigRun2.py:3
python.DataOverlayRun2.DataOverlayPPTest
def DataOverlayPPTest(flags)
Definition: DataOverlayRun2.py:3