Variables | |
tuple | SimplePhotonAnalyzer |
00001 cms.EDAnalyzer("SimplePhotonAnalyzer", 00002 phoProducer = cms.string('photons'), 00003 mcProducer = cms.string('generator'), 00004 endcapEcalHits = cms.InputTag("ecalRecHit","EcalRecHitsEE"), 00005 # 1=pt10,2=pt35,3=Hgg, 4=gamJetHighEnergy 00006 sample = cms.int32(2), 00007 photonCollection = cms.string(''), 00008 primaryVertexProducer = cms.string('offlinePrimaryVerticesWithBS'), 00009 barrelEcalHits = cms.InputTag("ecalRecHit","EcalRecHitsEB") 00010 )
Definition at line 7 of file simplePhotonAnalyzer_cfi.py.