CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoHI_EventContent_cff.py
Go to the documentation of this file.
2 
3 # include event content from RecoHI packages
10 
11 
12 # combine RECO, AOD, FEVT content from all RecoHI packages
13 # RecoHI event contents to be included by Configuration.EventContent.EventContentHeavyIons_cff
14 
15 RecoHIRECO = cms.PSet(
16  outputCommands = cms.untracked.vstring()
17  )
18 
19 RecoHIAOD = cms.PSet(
20  outputCommands = cms.untracked.vstring()
21  )
22 
23 RecoHIFEVT = cms.PSet(
24  outputCommands = cms.untracked.vstring()
25  )
26 
27 RecoHIRECO.outputCommands.extend(RecoHiTrackerRECO.outputCommands)
28 RecoHIRECO.outputCommands.extend(RecoHiTrackerLocalRECO.outputCommands)
29 RecoHIRECO.outputCommands.extend(RecoHiJetsRECO.outputCommands)
30 RecoHIRECO.outputCommands.extend(RecoHiEgammaRECO.outputCommands)
31 RecoHIRECO.outputCommands.extend(RecoHiEvtPlaneRECO.outputCommands)
32 RecoHIRECO.outputCommands.extend(RecoHiCentralityRECO.outputCommands)
33 RecoHIRECO.outputCommands.extend(RecoHiMuonRECO.outputCommands)
34 
35 RecoHIAOD.outputCommands.extend(RecoHiTrackerAOD.outputCommands)
36 RecoHIAOD.outputCommands.extend(RecoHiJetsRECO.outputCommands)
37 RecoHIAOD.outputCommands.extend(RecoHiEgammaAOD.outputCommands)
38 RecoHIAOD.outputCommands.extend(RecoHiEvtPlaneAOD.outputCommands)
39 RecoHIAOD.outputCommands.extend(RecoHiCentralityAOD.outputCommands)
40 RecoHIAOD.outputCommands.extend(RecoHiMuonAOD.outputCommands)
41 
42 RecoHIFEVT.outputCommands.extend(RecoHiTrackerFEVT.outputCommands)
43 RecoHIFEVT.outputCommands.extend(RecoHiTrackerLocalFEVT.outputCommands)
44 RecoHIFEVT.outputCommands.extend(RecoHiJetsFEVT.outputCommands)
45 RecoHIFEVT.outputCommands.extend(RecoHiEgammaFEVT.outputCommands)
46 RecoHIFEVT.outputCommands.extend(RecoHiEvtPlaneFEVT.outputCommands)
47 RecoHIFEVT.outputCommands.extend(RecoHiCentralityFEVT.outputCommands)
48 RecoHIFEVT.outputCommands.extend(RecoHiMuonFEVT.outputCommands)