CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
commonCuts_cff Namespace Reference

Variables

tuple plotsMakerModule
 
tuple primaryVertexFilter
 
tuple printoutModule
 

Variable Documentation

tuple commonCuts_cff.plotsMakerModule
Initial value:
1 = cms.EDAnalyzer("plotsMaker",
2  HistOutFile = cms.untracked.string("l1Plots.root"),
3  ObjectMap = cms.InputTag("hltL1GtObjectMap"),
4  GtDigis = cms.InputTag("gtDigis"),
5  defineBX = cms.untracked.int32(-1)
6 )

Definition at line 22 of file commonCuts_cff.py.

tuple commonCuts_cff.primaryVertexFilter
Initial value:
1 = cms.EDFilter("GoodVertexFilter",
2  vertexCollection = cms.InputTag('offlinePrimaryVertices'),
3  minimumNDOF = cms.uint32(4) , #CHANGE FOR >= 3.5.4
4  maxAbsZ = cms.double(15),
5  maxd0 = cms.double(2)
6  )

Definition at line 5 of file commonCuts_cff.py.

tuple commonCuts_cff.printoutModule
Initial value:
1 = cms.EDAnalyzer("EventPrintout",
2  muonLabel = cms.InputTag("muons"),
3  photonLabel = cms.InputTag("photons"),
4  jetLabel = cms.InputTag("iterativeCone5CaloJets"),
5  electronLabel = cms.InputTag("gedGsfElectrons"),
6  triggerResults_ = cms.InputTag("TriggerResults","","HLT"),
7  ObjectMap = cms.InputTag("hltL1GtObjectMap"),
8  GtDigis = cms.InputTag("gtDigis")
9  )

Definition at line 12 of file commonCuts_cff.py.