CMS 3D CMS Logo

Functions | Variables
EventContent_cff Namespace Reference

Functions

def _addOutputCommands (mod, newCommands)
 
def SwapKeepAndDrop (l)
 

Variables

 dropPatTrigger
 
 dropSimDigis
 
 extraPremixContent
 
 FASTPUEventContent
 
 outputCommands
 
 RecoLocalTracker
 
 SimRAW
 
 SimRECO
 

Function Documentation

◆ _addOutputCommands()

def EventContent_cff._addOutputCommands (   mod,
  newCommands 
)
private

Definition at line 909 of file EventContent_cff.py.

909 def _addOutputCommands(mod, newCommands):
910  phase2_timing_layer.toModify(mod, outputCommands = mod.outputCommands + newCommands.outputCommands)
911 
912 _addOutputCommands(FEVTDEBUGEventContent,RecoLocalFastTimeFEVT)
913 _addOutputCommands(FEVTDEBUGHLTEventContent,RecoLocalFastTimeFEVT)
914 _addOutputCommands(FEVTEventContent,RecoLocalFastTimeFEVT)
915 _addOutputCommands(RECOSIMEventContent,RecoLocalFastTimeRECO)
916 _addOutputCommands(AODSIMEventContent,RecoLocalFastTimeAOD)
917 

◆ SwapKeepAndDrop()

def EventContent_cff.SwapKeepAndDrop (   l)

Definition at line 770 of file EventContent_cff.py.

770 def SwapKeepAndDrop(l):
771  r=[]
772  for item in l:
773  if 'keep ' in item:
774  r.append(item.replace('keep ','drop '))
775  elif 'drop ' in item:
776  r.append(item.replace('drop ','keep '))
777  return r
778 

Variable Documentation

◆ dropPatTrigger

EventContent_cff.dropPatTrigger

Definition at line 3 of file EventContent_cff.py.

◆ dropSimDigis

EventContent_cff.dropSimDigis

Definition at line 8 of file EventContent_cff.py.

◆ extraPremixContent

EventContent_cff.extraPremixContent

Definition at line 13 of file EventContent_cff.py.

◆ FASTPUEventContent

EventContent_cff.FASTPUEventContent

Definition at line 34 of file EventContent_cff.py.

◆ outputCommands

EventContent_cff.outputCommands

Definition at line 16 of file EventContent_cff.py.

◆ RecoLocalTracker

EventContent_cff.RecoLocalTracker

Definition at line 15 of file EventContent_cff.py.

◆ SimRAW

EventContent_cff.SimRAW

Definition at line 20 of file EventContent_cff.py.

◆ SimRECO

EventContent_cff.SimRECO

Definition at line 27 of file EventContent_cff.py.

EventContent_cff._addOutputCommands
def _addOutputCommands(mod, newCommands)
Definition: EventContent_cff.py:909
EventContent_cff.SwapKeepAndDrop
def SwapKeepAndDrop(l)
Definition: EventContent_cff.py:770