CMS 3D CMS Logo

Functions
HLTTauDQMOffline_cfi Namespace Reference

Functions

def TriggerSelectionParameters (hltpaths)
 

Function Documentation

def HLTTauDQMOffline_cfi.TriggerSelectionParameters (   hltpaths)

Definition at line 122 of file HLTTauDQMOffline_cfi.py.

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