CMS 3D CMS Logo

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

Variables

tuple _triggerObjectTablesTask_withL1PreFiring = triggerObjectTablesTask.copy()
 
tuple l1bits
 
tuple l1PreFiringEventWeightTable
 
string patTriggerObjectsStandAlone = "selectedPatTrigger"
 
 selections = selections2016
 
tuple selections2016 = copy.deepcopy(triggerObjectTable.selections)
 
tuple triggerObjectTable
 
tuple triggerObjectTablesTask = cms.Task( unpackedPatTrigger,triggerObjectTable,l1bits)
 
tuple unpackedPatTrigger
 
 unpackFilterLabels = False
 

Variable Documentation

tuple triggerObjects_cff._triggerObjectTablesTask_withL1PreFiring = triggerObjectTablesTask.copy()

Definition at line 261 of file triggerObjects_cff.py.

tuple triggerObjects_cff.l1bits
Initial value:
1 = cms.EDProducer("L1TriggerResultsConverter",
2  src=cms.InputTag("gtStage2Digis"),
3  legacyL1=cms.bool(False),
4  storeUnprefireableBit=cms.bool(True),
5  src_ext=cms.InputTag("simGtExtUnprefireable"))

Definition at line 253 of file triggerObjects_cff.py.

tuple triggerObjects_cff.l1PreFiringEventWeightTable
Initial value:
1 = cms.EDProducer("GlobalVariablesTableProducer",
2  name = cms.string("L1PreFiringWeight"),
3  variables = cms.PSet(
4  Nom = ExtVar(cms.InputTag("prefiringweight:nonPrefiringProb"), "float", doc = "L1 pre-firing event correction weight (1-probability)", precision=8),
5  Up = ExtVar(cms.InputTag("prefiringweight:nonPrefiringProbUp"), "float", doc = "L1 pre-firing event correction weight (1-probability), up var.", precision=8),
6  Dn = ExtVar(cms.InputTag("prefiringweight:nonPrefiringProbDown"), "float", doc = "L1 pre-firing event correction weight (1-probability), down var.", precision=8),
7  Muon_Nom = ExtVar(cms.InputTag("prefiringweight:nonPrefiringProbMuon"), "float", doc = "Muon L1 pre-firing event correction weight (1-probability)", precision=8),
8  Muon_SystUp = ExtVar(cms.InputTag("prefiringweight:nonPrefiringProbMuonSystUp"), "float", doc = "Muon L1 pre-firing event correction weight (1-probability), up var. syst.", precision=8),
9  Muon_SystDn = ExtVar(cms.InputTag("prefiringweight:nonPrefiringProbMuonSystDown"), "float", doc = "Muon L1 pre-firing event correction weight (1-probability), down var. syst.", precision=8),
10  Muon_StatUp = ExtVar(cms.InputTag("prefiringweight:nonPrefiringProbMuonStatUp"), "float", doc = "Muon L1 pre-firing event correction weight (1-probability), up var. stat.", precision=8),
11  Muon_StatDn = ExtVar(cms.InputTag("prefiringweight:nonPrefiringProbMuonStatDown"), "float", doc = "Muon L1 pre-firing event correction weight (1-probability), down var. stat.", precision=8),
12  ECAL_Nom = ExtVar(cms.InputTag("prefiringweight:nonPrefiringProbECAL"), "float", doc = "ECAL L1 pre-firing event correction weight (1-probability)", precision=8),
13  ECAL_Up = ExtVar(cms.InputTag("prefiringweight:nonPrefiringProbECALUp"), "float", doc = "ECAL L1 pre-firing event correction weight (1-probability), up var.", precision=8),
14  ECAL_Dn = ExtVar(cms.InputTag("prefiringweight:nonPrefiringProbECALDown"), "float", doc = "ECAL L1 pre-firing event correction weight (1-probability), down var.", precision=8),
15  )
16 )
def ExtVar
Definition: common_cff.py:31

Definition at line 236 of file triggerObjects_cff.py.

string triggerObjects_cff.patTriggerObjectsStandAlone = "selectedPatTrigger"
triggerObjects_cff.selections = selections2016

Definition at line 216 of file triggerObjects_cff.py.

Referenced by AlignmentParameterSelector.addSelections().

tuple triggerObjects_cff.selections2016 = copy.deepcopy(triggerObjectTable.selections)

Definition at line 203 of file triggerObjects_cff.py.

tuple triggerObjects_cff.triggerObjectTable

Definition at line 18 of file triggerObjects_cff.py.

tuple triggerObjects_cff.triggerObjectTablesTask = cms.Task( unpackedPatTrigger,triggerObjectTable,l1bits)

Definition at line 259 of file triggerObjects_cff.py.

tuple triggerObjects_cff.unpackedPatTrigger
Initial value:
1 = cms.EDProducer("PATTriggerObjectStandAloneUnpacker",
2  patTriggerObjectsStandAlone = cms.InputTag('slimmedPatTrigger'),
3  triggerResults = cms.InputTag('TriggerResults::HLT'),
4  unpackFilterLabels = cms.bool(True)
5 )

Definition at line 6 of file triggerObjects_cff.py.

triggerObjects_cff.unpackFilterLabels = False

Definition at line 15 of file triggerObjects_cff.py.