ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Simulation
RunDependentSim
RunDependentSimData
python
PileUpProfile_run310000_splitting.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2
3
def
setupProfile
(flags, scaleTaskLength=1):
4
5
def
_evts(x):
6
return
int(scaleTaskLength * x)
7
8
return
[
9
{
'run'
:310000,
'lb'
:1,
'starttstamp'
:1550000000,
'evts'
:_evts(1),
'mu'
:20.500,
'step'
: 0},
10
{
'run'
:310000,
'lb'
:2,
'starttstamp'
:1550000060,
'evts'
:_evts(1),
'mu'
:21.500,
'step'
: 0},
11
{
'run'
:310000,
'lb'
:3,
'starttstamp'
:1550000120,
'evts'
:_evts(1),
'mu'
:22.500,
'step'
: 0},
12
{
'run'
:310000,
'lb'
:4,
'starttstamp'
:1550000180,
'evts'
:_evts(1),
'mu'
:10.500,
'step'
: 1},
13
{
'run'
:310000,
'lb'
:5,
'starttstamp'
:1550000240,
'evts'
:_evts(1),
'mu'
:11.500,
'step'
: 1},
14
{
'run'
:310000,
'lb'
:6,
'starttstamp'
:1550000300,
'evts'
:_evts(1),
'mu'
:1.500,
'step'
: 2},
15
{
'run'
:310000,
'lb'
:7,
'starttstamp'
:1550000360,
'evts'
:_evts(1),
'mu'
:2.500,
'step'
: 2},
16
{
'run'
:310000,
'lb'
:8,
'starttstamp'
:1550000420,
'evts'
:_evts(1),
'mu'
:3.500,
'step'
: 2},
17
{
'run'
:310000,
'lb'
:9,
'starttstamp'
:1550000480,
'evts'
:_evts(1),
'mu'
:4.500,
'step'
: 2},
18
{
'run'
:310000,
'lb'
:10,
'starttstamp'
:1550000540,
'evts'
:_evts(1),
'mu'
:5.500,
'step'
: 2},
19
]
PileUpProfile_run310000_splitting.setupProfile
setupProfile(flags, scaleTaskLength=1)
Definition
PileUpProfile_run310000_splitting.py:3
Generated on
for ATLAS Offline Software by
1.17.0