process ProcessOne = { service = MessageLogger { untracked vstring destinations = {"cerr", "cout"} PSet cerr = { string threshold = "WARNING" } PSet cout = { string threshold = "INFO" } untracked vstring fwkJobReports = {"FrameworkJobReport.xml"} vstring categories = { "FwkJob" } PSet FrameworkJobReport.xml = { PSet default = { int32 limit = 0 } PSet FwkJob = { int32 limit = 10000000 } } } ####################################################################################### # input source = PoolSource { untracked vstring fileNames = {'file:../../../IORawData/Ecal2004TBInputService/test/tbhits.root'} untracked int32 maxEvents = -1 untracked uint32 debugVebosity = 10 untracked bool debugFlag = true } ####################################################################################### # analysis module for HV Scan module simpleTBanalysis = EcalSimpleTBAnalyzer { string hitProducer = "ecalrechit" string hitCollection = "EcalRecHitsEB" string hodoRecInfoProducer = "hodoscopeReco" string hodoRecInfoCollection = "EcalTBHodoscopeRecInfo" string tdcRecInfoProducer = "tdcReco" string tdcRecInfoCollection = "EcalTBTDCRecInfo" string eventHeaderProducer = "Ecal2004TBSource" string eventHeaderCollection = "" untracked string rootfile = "EcalSimpleTBAnalysis.root" } path p = { simpleTBanalysis } }