Main Page
Namespaces
Classes
Package Documentation
Validation
Performance
python
cmsPerfSuite_runOptions.py
Go to the documentation of this file.
1
INPUT_MINBIAS =
'/build/RAWReference/MinBias_RAW_320_STARTUP.root'
2
INPUT_TTBAR =
'/build/RAWReference/TTbar_RAW_320_STARTUP.root'
3
4
puSTARTUP_TTBAR =
'/build/RAWReference/TTbar_Tauola_PileUp_RAW_320_STARTUP.root'
5
6
relval = {
7
'step1'
: {
'step'
:
'GEN-HLT'
,
8
'timesize'
: (100, [
'MinBias'
,
'TTbar'
]),
9
'igprof'
: (50, [
'TTbar'
]),
10
'memcheck'
: (5, [
'TTbar'
]),
11
'pileup'
: [
'TTbar'
],
12
#??? 'pileupInput': '',
13
'cmsdriver'
:
'--eventcontent RAWSIM --conditions auto:mc'
},
14
15
'step2'
: {
'step'
:
'RAW2DIGI-RECO'
,
16
'timesize'
: (8000, [
'MinBias'
,
'TTbar'
]),
17
'igprof'
: (200, [
'TTbar'
]),
18
'memcheck'
: (5, [
'TTbar'
]),
19
'pileup'
: [
'TTbar'
],
20
'pileupInput'
: puSTARTUP_TTBAR,
21
'fileInput'
: [INPUT_MINBIAS,INPUT_TTBAR],
22
'cmsdriver'
:
'--eventcontent RECOSIM --conditions auto:startup'
},
23
24
'GENSIMDIGI'
: {
'step'
:
'GEN-SIM,DIGI'
,
25
'timesize'
: (100, [
'MinBias'
,
'SingleElectronE1000'
,
'SingleMuMinusPt10'
,
'SinglePiMinusE1000'
,
'TTbar'
]),
26
'igprof'
: (5, [
'TTbar'
]),
27
'memcheck'
: (5, [
'TTbar'
]),
28
'pileup'
: [
'TTbar'
],
29
#??? 'pileupInput': '',
30
'fileInput'
:
''
,
31
'cmsdriver'
:
'--eventcontent FEVTDEBUG --conditions auto:mc'
},
32
33
'HLT'
: {
'step'
:
'HLT'
,
34
'timesize'
: (8000, [
'MinBias'
,
'TTbar'
]),
35
'igprof'
: (500, [
'TTbar'
]),
36
'memcheck'
: (5, [
'TTbar'
]),
37
'pileup'
: [
'TTbar'
],
38
'pileupInput'
: puSTARTUP_TTBAR,
39
'fileInput'
: [INPUT_MINBIAS,INPUT_TTBAR],
40
'cmsdriver'
:
'--eventcontent RAWSIM --conditions auto:startup --processName HLTFROMRAW'
},
41
42
'FASTSIM'
: {
'step'
:
'GEN-FASTSIM'
,
43
'timesize'
: (8000, [
'MinBias'
,
'TTbar'
]),
44
'igprof'
: (500, [
'TTbar'
]),
45
'memcheck'
: (5, [
'TTbar'
]),
46
'pileup'
: [
'TTbar'
],
47
'cmsdriver'
:
'--eventcontent RECOSIM --conditions auto:mc'
}
48
}
Generated for CMSSW Reference Manual by
1.8.11