CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AlCaTestEnable.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 """
3 _AlCaTestEnable_
4 
5 Scenario supporting proton collisions
6 
7 """
8 
9 from Configuration.DataProcessing.Impl.AlCa import AlCa
10 
11 class AlCaTestEnable(AlCa):
12  def __init__(self):
13  self.skims=['TkAlLAS']
14  """
15  _AlCaTestEnable_
16 
17  Implement configuration building for data processing for proton
18  collision data taking
19 
20  """