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