CMS 3D CMS Logo

Functions
HLTTauDQMOffline_cfi Namespace Reference

Functions

def TriggerSelectionParameters (hltpaths)
 

Function Documentation

def HLTTauDQMOffline_cfi.TriggerSelectionParameters (   hltpaths)

Definition at line 123 of file HLTTauDQMOffline_cfi.py.

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