CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
9 from Configuration.DataProcessing.Impl.AlCa import AlCa
10 
11 class AlCaP0(AlCa):
12  def __init__(self):
13  self.skims=['@AlCaP0']
14  """
15  _AlCaP0_
16 
17  Implement configuration building for data processing for proton
18  collision data taking
19 
20  """
21 
22