CMS 3D CMS Logo

Functions | Variables
RecoParticleFlow_EventContent_cff Namespace Reference

Functions

def _modifyPFEventContentForHGCalFEVT (obj)
 
def _modifyPFEventContentForHGCalRECO (obj)
 

Variables

 outputCommands
 
 RecoParticleFlowAOD
 
 RecoParticleFlowFEVT
 
 RecoParticleFlowRECO
 

Function Documentation

def RecoParticleFlow_EventContent_cff._modifyPFEventContentForHGCalFEVT (   obj)
private

Definition at line 143 of file RecoParticleFlow_EventContent_cff.py.

144  obj.outputCommands.append('keep recoPFRecHits_particleFlowClusterECAL__*')
145  obj.outputCommands.append('keep recoPFRecHits_particleFlowClusterECAL_Cleaned_*')
146 
147 
148 # mods for HGCAL
149 # Some SC content also defined in RecoEcal/Configuration/python/RecoEcal_EventContent_cff.py
def RecoParticleFlow_EventContent_cff._modifyPFEventContentForHGCalRECO (   obj)
private

Definition at line 140 of file RecoParticleFlow_EventContent_cff.py.

141  obj.outputCommands.append('keep recoPFRecHits_particleFlowClusterECAL_Cleaned_*')
142 

Variable Documentation

RecoParticleFlow_EventContent_cff.outputCommands

Definition at line 10 of file RecoParticleFlow_EventContent_cff.py.

RecoParticleFlow_EventContent_cff.RecoParticleFlowAOD

Definition at line 98 of file RecoParticleFlow_EventContent_cff.py.

RecoParticleFlow_EventContent_cff.RecoParticleFlowFEVT

Definition at line 9 of file RecoParticleFlow_EventContent_cff.py.

RecoParticleFlow_EventContent_cff.RecoParticleFlowRECO

Definition at line 52 of file RecoParticleFlow_EventContent_cff.py.