test
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.
1 import FWCore.ParameterSet.Config as cms
2 
3 VerificationCommonParameters = cms.PSet(
4 # CMSSW_Version = cms.untracked.string('V3_1_0_pre1'),
5  MCTruthCollection = cms.InputTag("generatorSmeared"),
6 # outputFile = cms.untracked.string('EcalClustersValidation.root'),
7  verboseDBE = cms.untracked.bool(False)
8 )
9 
10