CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/Configuration/DataProcessing/python/Impl/AlCaP0.py

Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 """
00003 _AlCaP0_
00004 
00005 Scenario supporting proton collisions
00006 
00007 """
00008 
00009 from Configuration.DataProcessing.Impl.AlCa import AlCa
00010 
00011 class AlCaP0(AlCa):
00012     def __init__(self):
00013         self.skims=['@AlCaP0']
00014     """
00015     _AlCaP0_
00016 
00017     Implement configuration building for data processing for proton
00018     collision data taking
00019 
00020     """
00021 
00022