test
CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
RecoParticleFlow_EventContent_cff Namespace Reference

Functions

def _modifyPFEventContentForHGCalFEVT
 
def _modifyPFEventContentForHGCalRECO
 

Variables

list outputCommands
 
tuple RecoParticleFlowAOD
 
tuple RecoParticleFlowFEVT
 
tuple RecoParticleFlowRECO
 

Function Documentation

def RecoParticleFlow_EventContent_cff._modifyPFEventContentForHGCalFEVT (   obj)
private

Definition at line 140 of file RecoParticleFlow_EventContent_cff.py.

142  obj.outputCommands.append('keep recoPFRecHits_particleFlowClusterECAL__*')
143  obj.outputCommands.append('keep recoPFRecHits_particleFlowClusterECAL_Cleaned_*')
144 
145 
# mods for HGCAL
def RecoParticleFlow_EventContent_cff._modifyPFEventContentForHGCalRECO (   obj)
private

Definition at line 137 of file RecoParticleFlow_EventContent_cff.py.

139  obj.outputCommands.append('keep recoPFRecHits_particleFlowClusterECAL_Cleaned_*')

Variable Documentation

list RecoParticleFlow_EventContent_cff.outputCommands
Initial value:
1 = RecoParticleFlowFEVT.outputCommands+[
2  'keep *_ecalBarrelClusterFastTimer_*_*'
3  ]

Definition at line 164 of file RecoParticleFlow_EventContent_cff.py.

tuple RecoParticleFlow_EventContent_cff.RecoParticleFlowAOD

Definition at line 96 of file RecoParticleFlow_EventContent_cff.py.

tuple RecoParticleFlow_EventContent_cff.RecoParticleFlowFEVT

Definition at line 9 of file RecoParticleFlow_EventContent_cff.py.

tuple RecoParticleFlow_EventContent_cff.RecoParticleFlowRECO

Definition at line 51 of file RecoParticleFlow_EventContent_cff.py.