CMS 3D CMS Logo

Functions
HLTTauDQMOffline_cfi Namespace Reference

Functions

def TriggerSelectionParameters (hltpaths)
 

Function Documentation

def HLTTauDQMOffline_cfi.TriggerSelectionParameters (   hltpaths)

Definition at line 125 of file HLTTauDQMOffline_cfi.py.

126  genericTriggerSelectionParameters = cms.PSet(
127  andOr = cms.bool( False ),#specifies the logical combination of the single filters' (L1, HLT and DCS) decisions at top level (True=OR)
128  dbLabel = cms.string("PFTauDQMTrigger"),#specifies the label under which the DB payload is available from the ESSource or Global Tag
129  andOrHlt = cms.bool(True),#specifies the logical combination of the single HLT paths' decisions (True=OR)
130  hltInputTag = cms.InputTag("TriggerResults", "", hltTauDQMofflineProcess),
131  hltPaths = hltpaths,#Lists logical expressions of HLT paths, which should have accepted the event (fallback in case DB unaccessible)
132  errorReplyHlt = cms.bool(False),#specifies the desired return value of the HLT filter and the single HLT path filter in case of certain errors
133  verbosityLevel = cms.uint32(0) #0: complete silence (default), needed for T0 processing;
134  )
135  return genericTriggerSelectionParameters
136 
137 
def TriggerSelectionParameters(hltpaths)