CMS 3D CMS Logo

Functions | Variables
RecoHGCal_EventContent_cff Namespace Reference

Functions

def customiseHGCalOnlyEventContent (process)
 

Variables

 outputCommands
 
 TICL_AOD
 
 TICL_FEVT
 
 TICL_RECO
 
 trackstersIters
 

Function Documentation

◆ customiseHGCalOnlyEventContent()

def RecoHGCal_EventContent_cff.customiseHGCalOnlyEventContent (   process)

Definition at line 36 of file RecoHGCal_EventContent_cff.py.

Referenced by customiseTICLFromReco.customiseTICLFromReco().

37  def cleanOutputAndSet(outputModule, ticl_outputCommads):
38  outputModule.outputCommands = ['drop *_*_*_*']
39  outputModule.outputCommands.extend(ticl_outputCommads)
40  outputModule.outputCommands.extend(['keep *_HGCalRecHit_*_*',
41  'keep *_hgcalLayerClusters_*_*',
42  'keep CaloParticles_mix_*_*',
43  'keep SimClusters_mix_*_*',
44  'keep recoTracks_generalTracks_*_*',
45  'keep recoTrackExtras_generalTracks_*_*',
46  'keep SimTracks_g4SimHits_*_*',
47  'keep SimVertexs_g4SimHits_*_*',
48  'keep *_layerClusterSimClusterAssociationProducer_*_*',
49  'keep *_layerClusterCaloParticleAssociationProducer_*_*',
50  'keep *_randomEngineStateProducer_*_*',
51  ])
52 
53  if hasattr(process, 'FEVTDEBUGEventContent'):
54  cleanOutputAndSet(process.FEVTDEBUGEventContent, TICL_FEVT.outputCommands)
55  if hasattr(process, 'FEVTDEBUGHLToutput'):
56  cleanOutputAndSet(process.FEVTDEBUGHLToutput, TICL_FEVT.outputCommands)
57 
58  return process
59 

Variable Documentation

◆ outputCommands

RecoHGCal_EventContent_cff.outputCommands

Definition at line 9 of file RecoHGCal_EventContent_cff.py.

◆ TICL_AOD

RecoHGCal_EventContent_cff.TICL_AOD

Definition at line 8 of file RecoHGCal_EventContent_cff.py.

◆ TICL_FEVT

RecoHGCal_EventContent_cff.TICL_FEVT

Definition at line 28 of file RecoHGCal_EventContent_cff.py.

◆ TICL_RECO

RecoHGCal_EventContent_cff.TICL_RECO

Definition at line 13 of file RecoHGCal_EventContent_cff.py.

◆ trackstersIters

RecoHGCal_EventContent_cff.trackstersIters

Definition at line 5 of file RecoHGCal_EventContent_cff.py.