CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/CaloOnlineTools/EcalTools/python/ecalURecHitHists_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 EcalURecHitHists = cms.EDAnalyzer("EcalURecHitHists",
00004     EBDigiCollection = cms.InputTag("ecalEBunpacker","ebDigis"),
00005     EBUncalibratedRecHitCollection = cms.InputTag("ecalUncalibHit","EcalUncalibRecHitsEB"),
00006     EEUncalibratedRecHitCollection = cms.InputTag("ecalUncalibHit","EcalUncalibRecHitsEE"),
00007     # use hash index to mask channels
00008     # add a simple description of hashIndex (hhahhahhh...)
00009     maskedChannels = cms.untracked.vint32(),
00010     # masked FEDs
00011     #untracked vint32 maskedFEDs = {-1}
00012     # masked EBids
00013     #untracked vstring maskedEBs = {"-1"}
00014     # parameter to specify histogram maxmimum range
00015     #untracked double histogramMaxRange = 200.0
00016     # parameter to specify histogram minimum range
00017     #untracked double histogramMinRange = -10.0
00018     # parameter for the name of the output root file with TH1F
00019     fileName = cms.untracked.string('EcalURecHitHists')
00020 )
00021 
00022