CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CaloOnlineTools/EcalTools/python/ecalMipGraphs_cfi.py

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