CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EventContentHeavyIons_cff.py
Go to the documentation of this file.
2 
3 # Heavy Ions Event Content including:
4 # 1) common event content from standard file (EventContent_cff)
5 # 2) heavy-ion specific content from other subsystems (e.g. HiMixing)
6 # 3) heavy-ion specific reconstruction content from RecoHI
7 
8 # Common Subsystems
10 
11 # Heavy-Ion Specific Event Content
12 from SimGeneral.Configuration.SimGeneral_HiMixing_EventContent_cff import * # heavy ion signal mixing
13 from RecoHI.Configuration.RecoHI_EventContent_cff import * # heavy ion reconstruction
14 
15 #################################################################
16 
17 #RECO
18 RECOEventContent.outputCommands.extend(RecoHIRECO.outputCommands)
19 
20 #AOD
21 AODEventContent.outputCommands.extend(RecoHIAOD.outputCommands)
22 
23 #RAWSIM, RECOSIM, AODSIM
24 RAWSIMEventContent.outputCommands.extend(HiMixRAW.outputCommands)
25 
26 RECOSIMEventContent.outputCommands.extend(RecoHIRECO.outputCommands)
27 RECOSIMEventContent.outputCommands.extend(HiMixRECO.outputCommands)
28 
29 AODSIMEventContent.outputCommands.extend(RecoHIAOD.outputCommands)
30 AODSIMEventContent.outputCommands.extend(HiMixAOD.outputCommands)
31 
32 #FEVT (RAW + RECO), FEVTHLTALL (FEVT + all HLT), FEVTSIM (RAWSIM + RECOSIM)
33 FEVTEventContent.outputCommands.extend(RecoHIFEVT.outputCommands)
34 
35 FEVTHLTALLEventContent.outputCommands.extend(RecoHIFEVT.outputCommands)
36 
37 FEVTSIMEventContent.outputCommands.extend(HiMixRAW.outputCommands)
38 FEVTSIMEventContent.outputCommands.extend(RecoHIFEVT.outputCommands)
39 
40 #add (HLT)DEBUG content to RAW, RECO, FEVT (e.g. mergedtruth from trackingParticles)
41 RAWDEBUGEventContent.outputCommands.extend(HiMixRAW.outputCommands)
42 RAWDEBUGHLTEventContent.outputCommands.extend(HiMixRAW.outputCommands)
43 
44 FEVTDEBUGEventContent.outputCommands.extend(HiMixRAW.outputCommands)
45 FEVTDEBUGEventContent.outputCommands.extend(RecoHIFEVT.outputCommands)
46 FEVTDEBUGHLTEventContent.outputCommands.extend(HiMixRAW.outputCommands)
47 FEVTDEBUGHLTEventContent.outputCommands.extend(RecoHIFEVT.outputCommands)
48 
49 RECODEBUGEventContent.outputCommands.extend(HiMixRAW.outputCommands)
50 RECODEBUGEventContent.outputCommands.extend(RecoHIRECO.outputCommands)
51 
52 from Configuration.EventContent.EventContent_cff import DQMEventContent
53 
54 #ALCA HeavyIons
55 ALCARECOEventContent.outputCommands.extend(OutALCARECOTkAlMinBiasHI_noDrop.outputCommands)
56 ALCARECOEventContent.outputCommands.extend(OutALCARECOHcalCalMinBiasHI_noDrop.outputCommands)