CMS 3D CMS Logo

Functions
HLTTauDQMOffline_cfi Namespace Reference

Functions

def TriggerSelectionParameters (hltpaths)
 

Function Documentation

def HLTTauDQMOffline_cfi.TriggerSelectionParameters (   hltpaths)

Definition at line 121 of file HLTTauDQMOffline_cfi.py.

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