CMS 3D CMS Logo

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

Functions

def extendInputEvtContentForHLTTDR
 
def extendOutputEvtContentForHLTTDR
 

Variables

tuple HLTPhase2TDR
 

Function Documentation

def HLTPhase2TDR_EventContent_cff.extendInputEvtContentForHLTTDR (   source)

Definition at line 73 of file HLTPhase2TDR_EventContent_cff.py.

73 
75  if not hasattr(source,"inputCommands"):
76  source.inputCommands = cms.untracked.vstring("keep *")
77  source.inputCommands.extend(HLTPhase2TDR.outputCommands)
78  source.dropDescendantsOfDroppedBranches = cms.untracked.bool(False)
def HLTPhase2TDR_EventContent_cff.extendOutputEvtContentForHLTTDR (   output)

Definition at line 79 of file HLTPhase2TDR_EventContent_cff.py.

79 
81  if not hasattr(output,"outputCommands"):
82  output.outputCommands = cms.untracked.vstring("keep *")
83  output.outputCommands.extend(HLTPhase2TDR.outputCommands)
84 
85 

Variable Documentation

tuple HLTPhase2TDR_EventContent_cff.HLTPhase2TDR

Definition at line 3 of file HLTPhase2TDR_EventContent_cff.py.