Main Page
Namespaces
Classes
Package Documentation
Configuration
DataProcessing
python
Impl
AlCaLumiPixels.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
"""
3
_AlCaLumiPixels_
4
5
Scenario supporting proton collisions
6
7
"""
8
9
from
Configuration.DataProcessing.Impl.AlCa
import
AlCa
10
from
Configuration.Eras.Era_Run2_2017_cff
import
Run2_2017
11
12
class
AlCaLumiPixels
(AlCa):
13
def
__init__
(self):
14
AlCa.__init__(self)
15
self.
eras
=Run2_2017
16
self.
skims
=[
'AlCaPCCZeroBias+AlCaPCCRandom'
]
17
"""
18
_AlCaLumiPixels_
19
20
Implement configuration building for data processing for proton
21
collision data taking
22
23
"""
24
25
AlCa
Impl.AlCaLumiPixels.AlCaLumiPixels.skims
skims
Definition:
AlCaLumiPixels.py:16
Impl.AlCaLumiPixels.AlCaLumiPixels
Definition:
AlCaLumiPixels.py:12
Impl.AlCaLumiPixels.AlCaLumiPixels.__init__
def __init__(self)
Definition:
AlCaLumiPixels.py:13
Impl.AlCaLumiPixels.AlCaLumiPixels.eras
eras
Definition:
AlCaLumiPixels.py:15
Generated for CMSSW Reference Manual by
1.8.11