CMS 3D CMS Logo

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