Variables | |
tuple | EcalMipGraphs |
00001 cms.EDAnalyzer("EcalMipGraphs", 00002 # parameter for the amplitude threshold 00003 amplitudeThreshold = cms.untracked.double(0.5), 00004 EBDigiCollection = cms.InputTag("ecalEBunpacker","ebDigis"), 00005 EEDigiCollection = cms.InputTag("ecalEBunpacker","eeDigis"), 00006 EcalRecHitCollectionEB = cms.InputTag("ecalRecHit","EcalRecHitsEB"), 00007 EcalRecHitCollectionEE = cms.InputTag("ecalRecHit","EcalRecHitsEE"), 00008 headerProducer = cms.InputTag("ecalEBunpacker"), 00009 #EcalUncalibratedRecHitCollection = cms.InputTag("ecalUncalibHit","EcalUncalibRecHitsEB"), 00010 # masked EBids 00011 maskedEBs = cms.untracked.vstring('-1'), 00012 # masked FEDs 00013 maskedFEDs = cms.untracked.vint32(-1), 00014 # use hash index to mask channels 00015 # add a simple description of hashIndex (hhahhahhh...) 00016 maskedChannels = cms.untracked.vint32(), 00017 # parameter for fixed crystals mode (use hashedIndices) 00018 seedCrys = cms.untracked.vint32(), 00019 # parameter for size of the square matrix, i.e., 00020 # should the seed be at the center of a 3x3 matrix, a 5x5, etc. 00021 # must be an odd number (default is 3) 00022 side = cms.untracked.int32(3), 00023 minimumTimingAmplitude = cms.untracked.double(0.100) 00024 )
Definition at line 3 of file ecalMipGraphs_cfi.py.