Variables | |
tuple | patTrigger |
00001 cms.EDProducer( "PATTriggerProducer" 00002 , onlyStandAlone = cms.bool( False ) 00003 # ## L1 00004 # , addL1Algos = cms.bool( False ) # default; possibly superseded by 'onlyStandAlone' = True 00005 # , l1GlobalTriggerObjectMapRecord = cms.InputTag( "hltL1GtObjectMap" ) # default; change only, if you know exactly, what you are doing! 00006 # , l1ExtraMu = cms.InputTag( "l1extraParticles", "" ) # default; change only, if you know exactly, what you are doing! 00007 # , l1ExtraNoIsoEG = cms.InputTag( "l1extraParticles", "NonIsolated" ) # default; change only, if you know exactly, what you are doing! 00008 # , l1ExtraIsoEG = cms.InputTag( "l1extraParticles", "Isolated" ) # default; change only, if you know exactly, what you are doing! 00009 # , l1ExtraCenJet = cms.InputTag( "l1extraParticles", "Central" ) # default; change only, if you know exactly, what you are doing! 00010 # , l1ExtraForJet = cms.InputTag( "l1extraParticles", "Forward" ) # default; change only, if you know exactly, what you are doing! 00011 # , l1ExtraTauJet = cms.InputTag( "l1extraParticles", "Tau" ) # default; change only, if you know exactly, what you are doing! 00012 # , l1ExtraETM = cms.InputTag( "l1extraParticles", "MET" ) # default; change only, if you know exactly, what you are doing! 00013 # , l1ExtraHTM = cms.InputTag( "l1extraParticles", "MHT" ) # default; change only, if you know exactly, what you are doing! 00014 # , mainBxOnly = cms.bool( True ) # default 00015 # , saveL1Refs = cms.bool( False ) # default; setting this to True requires to keep '*_l1extraParticles_*_[processName]' and '*_gctDigis_*_[processName]' in the event 00016 ## HLT (L3) 00017 , processName = cms.string( "HLT" ) # default; change only, if you know exactly, what you are doing! 00018 # , TriggerResults = cms.InputTag( "TriggerResults" ) # default; change only, if you know exactly, what you are doing! 00019 # , triggerEvent = cms.InputTag( "hltTriggerSummaryAOD" ) # default; change only, if you know exactly, what you are doing! 00020 # , hltPrescaleLabel = cms.string( "0" ) 00021 # , hltPrescaleTable = cms.string( "hltPrescaleRecorder" ) # only the label! 00022 # , addPathModuleLabels = cms.bool( False ) # setting this "True" stores the names of all modules as strings (~10kB/ev.); possibly superseded by 'onlyStandAlone' = True 00023 # , exludeCollections = cms.vstring() 00024 )
Definition at line 3 of file triggerProducer_cfi.py.