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
11
class
AlCaLumiPixels
(AlCa):
12
def
__init__
(self):
13
AlCa.__init__(self)
14
self.
skims
=[
'LumiPixels'
]
15
"""
16
_AlCaLumiPixels_
17
18
Implement configuration building for data processing for proton
19
collision data taking
20
21
"""
22
23
AlCa
Impl.AlCaLumiPixels.AlCaLumiPixels.skims
skims
Definition:
AlCaLumiPixels.py:14
Impl.AlCaLumiPixels.AlCaLumiPixels
Definition:
AlCaLumiPixels.py:11
Impl.AlCaLumiPixels.AlCaLumiPixels.__init__
def __init__(self)
Definition:
AlCaLumiPixels.py:12
Generated for CMSSW Reference Manual by
1.8.11