CMS 3D CMS Logo

AlCaP0.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 """
3 _AlCaP0_
4 
5 Scenario supporting proton collisions
6 
7 """
8 
10 
11 class AlCaP0(AlCa):
12  def __init__(self):
13  AlCa.__init__(self)
14  self.skims=['@AlCaP0']
15  """
16  _AlCaP0_
17 
18  Implement configuration building for data processing for proton
19  collision data taking
20 
21  """
22 
23 
def __init__(self)
Definition: AlCaP0.py:12