Variables | |
tuple | EcalBxOrbitNumberGrapher |
00001 cms.EDAnalyzer("EcalBxOrbitNumberGrapher", 00002 00003 EBRecHitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEB"), 00004 EERecHitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEE"), 00005 00006 RawDigis = cms.string('ecalEBunpacker'), 00007 00008 # parameter to specify histogram maxmimum range 00009 histogramMaxRange = cms.untracked.double(200.0), 00010 00011 # parameter to specify histogram minimum range 00012 histogramMinRange = cms.untracked.double(-10.0), 00013 00014 # parameter for the name of the output root file with TH1F 00015 fileName = cms.untracked.string('bxOrbitHists') 00016 00017 )
Definition at line 3 of file ecalBxOrbitNumberGrapher_cfi.py.