CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoHI/Configuration/python/RecoHI_EventContent_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # include event content from RecoHI packages
00004 from RecoHI.HiTracking.RecoHiTracker_EventContent_cff import *
00005 from RecoHI.HiJetAlgos.RecoHiJets_EventContent_cff import *
00006 from RecoHI.HiEgammaAlgos.RecoHiEgamma_EventContent_cff import *
00007 from RecoHI.HiCentralityAlgos.RecoHiCentrality_EventContent_cff import *
00008 from RecoHI.HiEvtPlaneAlgos.RecoHiEvtPlane_EventContent_cff import *
00009 from RecoHI.HiMuonAlgos.RecoHiMuon_EventContent_cff import *
00010 
00011 
00012 # combine RECO, AOD, FEVT content from all RecoHI packages
00013 # RecoHI event contents to be included by Configuration.EventContent.EventContentHeavyIons_cff
00014 
00015 RecoHIRECO = cms.PSet(
00016     outputCommands = cms.untracked.vstring()
00017     )
00018 
00019 RecoHIAOD = cms.PSet(
00020     outputCommands = cms.untracked.vstring()
00021     )
00022 
00023 RecoHIFEVT = cms.PSet(
00024     outputCommands = cms.untracked.vstring()
00025     )
00026 
00027 RecoHIRECO.outputCommands.extend(RecoHiTrackerRECO.outputCommands)
00028 RecoHIRECO.outputCommands.extend(RecoHiTrackerLocalRECO.outputCommands)
00029 RecoHIRECO.outputCommands.extend(RecoHiJetsRECO.outputCommands)
00030 RecoHIRECO.outputCommands.extend(RecoHiEgammaRECO.outputCommands)
00031 RecoHIRECO.outputCommands.extend(RecoHiEvtPlaneRECO.outputCommands)
00032 RecoHIRECO.outputCommands.extend(RecoHiCentralityRECO.outputCommands)
00033 RecoHIRECO.outputCommands.extend(RecoHiMuonRECO.outputCommands)
00034 
00035 RecoHIAOD.outputCommands.extend(RecoHiTrackerAOD.outputCommands)
00036 RecoHIAOD.outputCommands.extend(RecoHiJetsRECO.outputCommands)
00037 RecoHIAOD.outputCommands.extend(RecoHiEgammaAOD.outputCommands)
00038 RecoHIAOD.outputCommands.extend(RecoHiEvtPlaneAOD.outputCommands)
00039 RecoHIAOD.outputCommands.extend(RecoHiCentralityAOD.outputCommands)
00040 RecoHIAOD.outputCommands.extend(RecoHiMuonAOD.outputCommands)
00041 
00042 RecoHIFEVT.outputCommands.extend(RecoHiTrackerFEVT.outputCommands)
00043 RecoHIFEVT.outputCommands.extend(RecoHiTrackerLocalFEVT.outputCommands)
00044 RecoHIFEVT.outputCommands.extend(RecoHiJetsFEVT.outputCommands)
00045 RecoHIFEVT.outputCommands.extend(RecoHiEgammaFEVT.outputCommands)
00046 RecoHIFEVT.outputCommands.extend(RecoHiEvtPlaneFEVT.outputCommands)
00047 RecoHIFEVT.outputCommands.extend(RecoHiCentralityFEVT.outputCommands)
00048 RecoHIFEVT.outputCommands.extend(RecoHiMuonFEVT.outputCommands)