CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VerificationCommonParameters_cfi.py
Go to the documentation of this file.
2 
3 VerificationCommonParameters = cms.PSet(
4 # CMSSW_Version = cms.untracked.string('V3_1_0_pre1'),
5  MCTruthCollection = cms.InputTag("generator"),
6 # outputFile = cms.untracked.string('EcalClustersValidation.root'),
7  verboseDBE = cms.untracked.bool(False)
8 )
9 
10