Main Page
Namespaces
Classes
Package Documentation
Configuration
DataProcessing
python
Impl
HeavyIonsEra_Run2_HI.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
"""
3
_HeavyIonsEra_Run2_HI_
4
5
Scenario supporting heavy ions collisions
6
7
"""
8
9
import
os
10
import
sys
11
12
from
Configuration.DataProcessing.Reco
import
Reco
13
import
FWCore.ParameterSet.Config
as
cms
14
from
Configuration.Eras.Era_Run2_HI_cff
import
Run2_HI
15
16
from
Configuration.DataProcessing.Impl.HeavyIons
import
HeavyIons
17
18
class
HeavyIonsEra_Run2_HI
(HeavyIons):
19
def
__init__
(self):
20
HeavyIons.__init__(self)
21
self.
eras
= Run2_HI
22
"""
23
_HeavyIonsEra_Run2_HI_
24
25
Implement configuration building for data processing for Heavy Ions
26
collision data taking for Run2
27
28
"""
29
Impl.HeavyIonsEra_Run2_HI.HeavyIonsEra_Run2_HI
Definition:
HeavyIonsEra_Run2_HI.py:18
Impl.HeavyIonsEra_Run2_HI.HeavyIonsEra_Run2_HI.__init__
def __init__(self)
Definition:
HeavyIonsEra_Run2_HI.py:19
Impl.HeavyIonsEra_Run2_HI.HeavyIonsEra_Run2_HI.eras
eras
Definition:
HeavyIonsEra_Run2_HI.py:21
Generated for CMSSW Reference Manual by
1.8.11