CMS 3D CMS Logo

ecalMipGraphs_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ecalMipGraphs = cms.EDFilter("EcalMipGraphs",
00004     # parameter for the amplitude threshold
00005     amplitudeThreshold = cms.untracked.double(12.0),
00006     EBDigiCollection = cms.InputTag("ecalEBunpacker","ebDigis"),
00007     # parameter for the name of the output root file with TH1F
00008     fileName = cms.untracked.string('ecalMipGraphs-'),
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 crystal mode (use hashedIndex)
00018     seedCry = cms.untracked.int32(0),
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 )
00024 
00025 

Generated on Tue Jun 9 17:25:54 2009 for CMSSW by  doxygen 1.5.4