CMS 3D CMS Logo

AlCaLumiPixels.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 """
3 _AlCaLumiPixels_
4 
5 Scenario supporting proton collisions
6 
7 """
8 
10 from Configuration.Eras.Era_Run2_2017_cff import Run2_2017
11 
12 class AlCaLumiPixels(AlCa):
13  def __init__(self):
14  AlCa.__init__(self)
15  self.eras=Run2_2017
16  self.skims=['AlCaPCCZeroBias+AlCaPCCRandom']
17  """
18  _AlCaLumiPixels_
19 
20  Implement configuration building for data processing for proton
21  collision data taking
22 
23  """
24 
25