CMS 3D CMS Logo

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

Variables

tuple patTrigger
 

Variable Documentation

tuple triggerProducer_cfi.patTrigger
Initial value:
1 = cms.EDProducer( "PATTriggerProducer"
2 , onlyStandAlone = cms.bool( False )
3 ,l1GtRecordInputTag = cms.InputTag("gtDigis")
4 ,l1GtReadoutRecordInputTag = cms.InputTag("gtDigis")
5 ,l1GtTriggerMenuLiteInputTag = cms.InputTag("gtDigis")
6 ,l1tAlgBlkInputTag = cms.InputTag("gtStage2Digis")
7 ,l1tExtBlkInputTag = cms.InputTag("gtStage2Digis")
8 
9 # ## L1
10 # , addL1Algos = cms.bool( False ) # default; possibly superseded by 'onlyStandAlone' = True
11 # , l1GlobalTriggerObjectMaps = cms.InputTag( "l1L1GtObjectMap" ) # default; change only, if you know exactly, what you are doing!
12 # , l1ExtraMu = cms.InputTag( "l1extraParticles", "" ) # default; change only, if you know exactly, what you are doing!
13 # , l1ExtraNoIsoEG = cms.InputTag( "l1extraParticles", "NonIsolated" ) # default; change only, if you know exactly, what you are doing!
14 # , l1ExtraIsoEG = cms.InputTag( "l1extraParticles", "Isolated" ) # default; change only, if you know exactly, what you are doing!
15 # , l1ExtraCenJet = cms.InputTag( "l1extraParticles", "Central" ) # default; change only, if you know exactly, what you are doing!
16 # , l1ExtraForJet = cms.InputTag( "l1extraParticles", "Forward" ) # default; change only, if you know exactly, what you are doing!
17 # , l1ExtraTauJet = cms.InputTag( "l1extraParticles", "Tau" ) # default; change only, if you know exactly, what you are doing!
18 # , l1ExtraETM = cms.InputTag( "l1extraParticles", "MET" ) # default; change only, if you know exactly, what you are doing!
19 # , l1ExtraHTM = cms.InputTag( "l1extraParticles", "MHT" ) # default; change only, if you know exactly, what you are doing!
20 # , mainBxOnly = cms.bool( True ) # default
21 # , saveL1Refs = cms.bool( False ) # default; setting this to True requires to keep '*_l1extraParticles_*_[processName]' and '*_gctDigis_*_[processName]' in the event
22 ## HLT (L3)
23 , processName = cms.string( "HLT" ) # default; change only, if you know exactly, what you are doing!
24 # , triggerResults = cms.InputTag( "TriggerResults" ) # default; change only, if you know exactly, what you are doing!
25 # , triggerEvent = cms.InputTag( "hltTriggerSummaryAOD" ) # default; change only, if you know exactly, what you are doing!
26 # , hltPrescaleLabel = cms.string( "0" )
27 # , hltPrescaleTable = cms.string( "hltPrescaleRecorder" ) # only the label!
28 # , addPathModuleLabels = cms.bool( False ) # setting this "True" stores the names of all modules as strings (~10kB/ev.); possibly superseded by 'onlyStandAlone' = True
29 # , exludeCollections = cms.vstring()
30 )

Definition at line 3 of file triggerProducer_cfi.py.