CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalURecHitHists_cfi.py
Go to the documentation of this file.
2 
3 ecalURecHitHists = cms.EDAnalyzer("EcalURecHitHists",
4  EBDigiCollection = cms.InputTag("ecalEBunpacker","ebDigis"),
5  EBUncalibratedRecHitCollection = cms.InputTag("ecalUncalibHit","EcalUncalibRecHitsEB"),
6  EEUncalibratedRecHitCollection = cms.InputTag("ecalUncalibHit","EcalUncalibRecHitsEE"),
7  # use hash index to mask channels
8  # add a simple description of hashIndex (hhahhahhh...)
9  maskedChannels = cms.untracked.vint32(),
10  # masked FEDs
11  #untracked vint32 maskedFEDs = {-1}
12  # masked EBids
13  #untracked vstring maskedEBs = {"-1"}
14  # parameter to specify histogram maxmimum range
15  #untracked double histogramMaxRange = 200.0
16  # parameter to specify histogram minimum range
17  #untracked double histogramMinRange = -10.0
18  # parameter for the name of the output root file with TH1F
19  fileName = cms.untracked.string('ecalURecHitHists')
20 )
21 
22