CMS 3D CMS Logo

cosmicsEra_Run2_2016.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 """
3 _cosmicsEra_Run2_2016_
4 
5 Scenario supporting cosmic data taking
6 
7 """
8 
9 import os
10 import sys
11 
12 from Configuration.Eras.Era_Run2_2016_cff import Run2_2016
13 from Configuration.DataProcessing.Impl.cosmics import cosmics
14 
16  def __init__(self):
17  cosmics.__init__(self)
18  self.eras = Run2_2016
19  """
20  _cosmicsEra_Run2_2016_
21 
22  Implement configuration building for data processing for cosmic
23  data taking in Run2
24 
25  """