CMS 3D CMS Logo

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