Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 PostProcessorHcalIsoTrack = cms.EDAnalyzer("DQMHcalIsoTrackPostProcessor",
00004 subDir = cms.untracked.string("AlCaReco/HcalIsoTrack"),
00005 saveToFile=cms.bool(False),
00006 outputFile=cms.string("HarvestOutput.root")
00007 )