|
||||
File indexing completed on 2024-04-06 12:00:05
0001 import FWCore.ParameterSet.Config as cms 0002 0003 ecalURecHitHists = cms.EDAnalyzer("EcalURecHitHists", 0004 EBDigiCollection = cms.InputTag("ecalEBunpacker","ebDigis"), 0005 EBUncalibratedRecHitCollection = cms.InputTag("ecalUncalibHit","EcalUncalibRecHitsEB"), 0006 EEUncalibratedRecHitCollection = cms.InputTag("ecalUncalibHit","EcalUncalibRecHitsEE"), 0007 # use hash index to mask channels 0008 # add a simple description of hashIndex (hhahhahhh...) 0009 maskedChannels = cms.untracked.vint32(), 0010 # masked FEDs 0011 #untracked vint32 maskedFEDs = {-1} 0012 # masked EBids 0013 #untracked vstring maskedEBs = {"-1"} 0014 # parameter to specify histogram maxmimum range 0015 #untracked double histogramMaxRange = 200.0 0016 # parameter to specify histogram minimum range 0017 #untracked double histogramMinRange = -10.0 0018 # parameter for the name of the output root file with TH1F 0019 fileName = cms.untracked.string('ecalURecHitHists') 0020 ) 0021 0022
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |