CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
HLTTauDQMOffline_cfi Namespace Reference

Functions

def TriggerSelectionParameters
 

Variables

string hltTauDQMofflineProcess = "HLT"
 
tuple hltTauOfflineMonitor_Inclusive
 
tuple hltTauOfflineMonitor_PFTaus
 
tuple hltTauOfflineMonitor_TagAndProbe
 
int kEverything = 0
 
int kVital = 1
 
tuple TauRefProducer
 

Function Documentation

def HLTTauDQMOffline_cfi.TriggerSelectionParameters (   hltpaths)

Definition at line 130 of file HLTTauDQMOffline_cfi.py.

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

Variable Documentation

string HLTTauDQMOffline_cfi.hltTauDQMofflineProcess = "HLT"

Definition at line 3 of file HLTTauDQMOffline_cfi.py.

tuple HLTTauDQMOffline_cfi.hltTauOfflineMonitor_Inclusive
Initial value:
1 = hltTauOfflineMonitor_PFTaus.clone(
2  DQMBaseFolder = "HLT/TAU/Inclusive",
3  Matching = cms.PSet(
4  doMatching = cms.untracked.bool(False),
5  matchFilters = cms.untracked.VPSet(),
6  )
7 )

Definition at line 122 of file HLTTauDQMOffline_cfi.py.

tuple HLTTauDQMOffline_cfi.hltTauOfflineMonitor_PFTaus

Definition at line 81 of file HLTTauDQMOffline_cfi.py.

tuple HLTTauDQMOffline_cfi.hltTauOfflineMonitor_TagAndProbe

Definition at line 143 of file HLTTauDQMOffline_cfi.py.

int HLTTauDQMOffline_cfi.kEverything = 0

Definition at line 77 of file HLTTauDQMOffline_cfi.py.

int HLTTauDQMOffline_cfi.kVital = 1

Definition at line 78 of file HLTTauDQMOffline_cfi.py.

tuple HLTTauDQMOffline_cfi.TauRefProducer

Definition at line 6 of file HLTTauDQMOffline_cfi.py.