CMS 3D CMS Logo

L1THCALTPGXAna_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 l1thcaltpgxana = cms.EDFilter("L1THCALTPGXAna",
00004     hfrecoSource = cms.InputTag("hfreco","","DQM"),
00005     fakeCut = cms.untracked.double(5.0),
00006     verbose = cms.untracked.bool(False),
00007     hbherecoSource = cms.InputTag("hbhereco","","DQM"),
00008     DQMStore = cms.untracked.bool(True),
00009     hcaltpgSource = cms.InputTag("hcalDigis","","DQM")
00010 )
00011 
00012 

Generated on Tue Jun 9 17:33:10 2009 for CMSSW by  doxygen 1.5.4