CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
triggerProducer_cfi.py
Go to the documentation of this file.
2 
3 patTrigger = cms.EDProducer( "PATTriggerProducer"
4 , onlyStandAlone = cms.bool( False )
5 # ## L1
6 # , addL1Algos = cms.bool( False ) # default; possibly superseded by 'onlyStandAlone' = True
7 # , l1GlobalTriggerObjectMaps = cms.InputTag( "l1L1GtObjectMap" ) # default; change only, if you know exactly, what you are doing!
8 # , l1ExtraMu = cms.InputTag( "l1extraParticles", "" ) # default; change only, if you know exactly, what you are doing!
9 # , l1ExtraNoIsoEG = cms.InputTag( "l1extraParticles", "NonIsolated" ) # default; change only, if you know exactly, what you are doing!
10 # , l1ExtraIsoEG = cms.InputTag( "l1extraParticles", "Isolated" ) # default; change only, if you know exactly, what you are doing!
11 # , l1ExtraCenJet = cms.InputTag( "l1extraParticles", "Central" ) # default; change only, if you know exactly, what you are doing!
12 # , l1ExtraForJet = cms.InputTag( "l1extraParticles", "Forward" ) # default; change only, if you know exactly, what you are doing!
13 # , l1ExtraTauJet = cms.InputTag( "l1extraParticles", "Tau" ) # default; change only, if you know exactly, what you are doing!
14 # , l1ExtraETM = cms.InputTag( "l1extraParticles", "MET" ) # default; change only, if you know exactly, what you are doing!
15 # , l1ExtraHTM = cms.InputTag( "l1extraParticles", "MHT" ) # default; change only, if you know exactly, what you are doing!
16 # , mainBxOnly = cms.bool( True ) # default
17 # , saveL1Refs = cms.bool( False ) # default; setting this to True requires to keep '*_l1extraParticles_*_[processName]' and '*_gctDigis_*_[processName]' in the event
18 ## HLT (L3)
19 , processName = cms.string( "HLT" ) # default; change only, if you know exactly, what you are doing!
20 # , triggerResults = cms.InputTag( "TriggerResults" ) # default; change only, if you know exactly, what you are doing!
21 # , triggerEvent = cms.InputTag( "hltTriggerSummaryAOD" ) # default; change only, if you know exactly, what you are doing!
22 # , hltPrescaleLabel = cms.string( "0" )
23 # , hltPrescaleTable = cms.string( "hltPrescaleRecorder" ) # only the label!
24 # , addPathModuleLabels = cms.bool( False ) # setting this "True" stores the names of all modules as strings (~10kB/ev.); possibly superseded by 'onlyStandAlone' = True
25 # , exludeCollections = cms.vstring()
26 )
27