CMS 3D CMS Logo

ecalSelectiveReadoutValidation_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ecalSelectiveReadoutValidation = cms.EDFilter("EcalSelectiveReadoutValidation",
00004     #Input collection names:
00005     EbDigiCollection = cms.InputTag("simEcalDigis","ebDigis"),
00006     EeDigiCollection = cms.InputTag("simEcalDigis","eeDigis"),
00007     EbUnsuppressedDigiCollection = cms.InputTag("simEcalUnsuppressedDigis"),
00008     EeUnsuppressedDigiCollection = cms.InputTag("simEcalUnsuppressedDigis"),
00009     EbSrFlagCollection = cms.InputTag("simEcalDigis","ebSrFlags"),
00010     EeSrFlagCollection = cms.InputTag("simEcalDigis","eeSrFlags"),
00011     EbSimHitCollection = cms.InputTag("g4SimHits","EcalHitsEB"),
00012     EeSimHitCollection = cms.InputTag("g4SimHits","EcalHitsEE"),
00013     TrigPrimCollection = cms.InputTag("simEcalTriggerPrimitiveDigis"),
00014     EbRecHitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
00015     EeRecHitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
00016     FEDRawCollection = cms.InputTag("source"),
00017 
00018     #Versbose mode switch:
00019     verbose = cms.untracked.bool(False),
00020 
00021     #Name of the output histrogram root file:
00022     outputFile = cms.untracked.string(''),
00023 
00024     #Switch to enable locale amplitude reconstruction from digis instead 
00025     #of RecHit's:
00026     LocalReco = cms.bool(True),
00027 
00028     #Weights used for the local reconstruction of the signal amplitude:
00029     weights = cms.vdouble(-0.295252, -0.295252, -0.295252, -0.286034, 0.240376, 
00030         0.402839, 0.322126, 0.172504, 0.0339461, 0.0),
00031 
00032     #Switch to express TP in GeV for the histograms:
00033     tpInGeV = cms.bool(True),
00034 
00035     #ROOT/DQM directory where to store the histograms
00036     histDir = cms.string('EcalDigisV/EcalDigiTask'),
00037 
00038     #List of histograms to produce. Run the module once with LogInfo enabled
00039     #in order to get the list of available histograms. If the list contains
00040     #the keyword "all", every available histogram is produced.
00041     histograms = cms.untracked.vstring('all')
00042 )
00043 
00044 
00045 

Generated on Tue Jun 9 17:49:06 2009 for CMSSW by  doxygen 1.5.4