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 
7 # ## L1
8 # , addL1Algos = cms.bool( False ) # default; possibly superseded by 'onlyStandAlone' = True
9 # , l1GlobalTriggerObjectMaps = cms.InputTag( "l1L1GtObjectMap" ) # default; change only, if you know exactly, what you are doing!
10 # , l1ExtraMu = cms.InputTag( "l1extraParticles", "" ) # default; change only, if you know exactly, what you are doing!
11 # , l1ExtraNoIsoEG = cms.InputTag( "l1extraParticles", "NonIsolated" ) # default; change only, if you know exactly, what you are doing!
12 # , l1ExtraIsoEG = cms.InputTag( "l1extraParticles", "Isolated" ) # default; change only, if you know exactly, what you are doing!
13 # , l1ExtraCenJet = cms.InputTag( "l1extraParticles", "Central" ) # default; change only, if you know exactly, what you are doing!
14 # , l1ExtraForJet = cms.InputTag( "l1extraParticles", "Forward" ) # default; change only, if you know exactly, what you are doing!
15 # , l1ExtraTauJet = cms.InputTag( "l1extraParticles", "Tau" ) # default; change only, if you know exactly, what you are doing!
16 # , l1ExtraETM = cms.InputTag( "l1extraParticles", "MET" ) # default; change only, if you know exactly, what you are doing!
17 # , l1ExtraHTM = cms.InputTag( "l1extraParticles", "MHT" ) # default; change only, if you know exactly, what you are doing!
18 # , mainBxOnly = cms.bool( True ) # default
19 # , saveL1Refs = cms.bool( False ) # default; setting this to True requires to keep '*_l1extraParticles_*_[processName]' and '*_gctDigis_*_[processName]' in the event
20 ## HLT (L3)
21 , processName = cms.string( "HLT" ) # default; change only, if you know exactly, what you are doing!
22 # , triggerResults = cms.InputTag( "TriggerResults" ) # default; change only, if you know exactly, what you are doing!
23 # , triggerEvent = cms.InputTag( "hltTriggerSummaryAOD" ) # default; change only, if you know exactly, what you are doing!
24 # , hltPrescaleLabel = cms.string( "0" )
25 # , hltPrescaleTable = cms.string( "hltPrescaleRecorder" ) # only the label!
26 # , addPathModuleLabels = cms.bool( False ) # setting this "True" stores the names of all modules as strings (~10kB/ev.); possibly superseded by 'onlyStandAlone' = True
27 # , exludeCollections = cms.vstring()
28 )

Definition at line 3 of file triggerProducer_cfi.py.