ATLAS Offline Software
PileUpProfile_run488000_MC23e_SingleBeamspot.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2 
3 # Equivalent of PileUpProfile_run470000_MC23e_SingleBeamspot.py, but
4 # for pp reference run
5 
6 def setupProfile(flags, scaleTaskLength=1):
7 
8  def _evts(x):
9  return int(scaleTaskLength * x)
10 
11  return [
12  {'run':488000, 'lb':1, 'starttstamp':1730250060, 'evts':_evts(2), 'mu':0.5},
13  {'run':488000, 'lb':2, 'starttstamp':1730250120, 'evts':_evts(6), 'mu':1.5},
14  {'run':488000, 'lb':3, 'starttstamp':1730250180, 'evts':_evts(120), 'mu':2.5},
15  {'run':488000, 'lb':4, 'starttstamp':1730250240, 'evts':_evts(243), 'mu':3.5},
16  {'run':488000, 'lb':5, 'starttstamp':1730250300, 'evts':_evts(446), 'mu':4.5},
17  {'run':488000, 'lb':6, 'starttstamp':1730250360, 'evts':_evts(179), 'mu':5.5},
18  {'run':488000, 'lb':7, 'starttstamp':1730250420, 'evts':_evts(3), 'mu':6.5},
19  {'run':488000, 'lb':8, 'starttstamp':1730250480, 'evts':_evts(1), 'mu':7.5}
20  ]
PileUpProfile_run488000_MC23e_SingleBeamspot.setupProfile
def setupProfile(flags, scaleTaskLength=1)
Definition: PileUpProfile_run488000_MC23e_SingleBeamspot.py:6
python.CaloAddPedShiftConfig.int
int
Definition: CaloAddPedShiftConfig.py:45