CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ctppsLHCInfo_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # by default, LHCInfo is now loaded from CondDB using a GT
4 ctppsLHCInfoLabel = cms.string("")
5 
6 ## minimal LHCInfo for 2016 data
7 #ctppsLHCInfoLabel = cms.string("ctpps_minimal")
8 #ctppsLHCInfoESSource_2016 = cms.ESSource("CTPPSLHCInfoESSource",
9 # label = ctppsLHCInfoLabel,
10 # validityRange = cms.EventRange("270293:min - 290872:max"),
11 # beamEnergy = cms.double(6500), # GeV
12 # xangle = cms.double(185) # murad
13 #)