CMS 3D CMS Logo

Functions | Variables
HLTPhase2TDR_EventContent_cff Namespace Reference

Functions

def extendInputEvtContentForHLTTDR (source)
 
def extendOutputEvtContentForHLTTDR (output)
 

Variables

 HLTPhase2TDR
 
 outputCommands
 

Function Documentation

◆ extendInputEvtContentForHLTTDR()

def HLTPhase2TDR_EventContent_cff.extendInputEvtContentForHLTTDR (   source)

Definition at line 79 of file HLTPhase2TDR_EventContent_cff.py.

80  if not hasattr(source,"inputCommands"):
81  source.inputCommands = cms.untracked.vstring("keep *")
82  source.inputCommands.extend(HLTPhase2TDR.outputCommands)
83  source.dropDescendantsOfDroppedBranches = cms.untracked.bool(False)
84 

◆ extendOutputEvtContentForHLTTDR()

def HLTPhase2TDR_EventContent_cff.extendOutputEvtContentForHLTTDR (   output)

Definition at line 85 of file HLTPhase2TDR_EventContent_cff.py.

86  if not hasattr(output,"outputCommands"):
87  output.outputCommands = cms.untracked.vstring("keep *")
88  output.outputCommands.extend(HLTPhase2TDR.outputCommands)
89 
90 

Variable Documentation

◆ HLTPhase2TDR

HLTPhase2TDR_EventContent_cff.HLTPhase2TDR

Definition at line 3 of file HLTPhase2TDR_EventContent_cff.py.

◆ outputCommands

HLTPhase2TDR_EventContent_cff.outputCommands

Definition at line 4 of file HLTPhase2TDR_EventContent_cff.py.