Variables | |
tuple | HLT_DoublePhoton10_L1R_DQM |
See HLT Config Browser, for up-to-date HLT paths https://cms-project-confdb-hltdev.web.cern.ch/cms-project-confdb-hltdev/browser/. |
See HLT Config Browser, for up-to-date HLT paths https://cms-project-confdb-hltdev.web.cern.ch/cms-project-confdb-hltdev/browser/.
This config is for HLT_DoublePhoton10_L1R A double photon trigger, requiring at least two HLT photons with ET > 10 GeV. No isolation is required. More info: https://twiki.cern.ch/twiki/bin/view/CMS/TSG_03_V_09_8E29
HLT_DoublePhoton10_L1R = cms.Path( HLTBeginSequence + hltL1sRelaxedDoubleEgammaEt5 + hltPreDoublePhoton10L1R + HLTDoublePhotonEt10L1NonIsoHLTNonIsoSequence + HLTEndSequence )
The sequence in step 4 has 11 steps, and 3 filters (marked with *) HLTDoublePhotonEt10L1NonIsoHLTNonIsoSequence = cms.Sequence( 1 HLTDoRegionalEgammaEcalSequence + 2 HLTL1IsolatedEcalClustersSequence + 3 HLTL1NonIsolatedEcalClustersSequence + 4 hltL1IsoRecoEcalCandidate + 5 hltL1NonIsoRecoEcalCandidate + 6* hltL1NonIsoHLTNonIsoDoublePhotonEt10L1MatchFilterRegional + 7* hltL1NonIsoHLTNonIsoDoublePhotonEt10EtFilter + 8 HLTDoLocalHcalWithoutHOSequence + 9 hltL1IsolatedPhotonHcalIsol + 10 hltL1NonIsolatedPhotonHcalIsol + 11* hltL1NonIsoHLTNonIsoDoublePhotonEt10HcalIsolFilter )
The filters (*) above are what go into the "HLTCollectionLabels" below.
Definition at line 37 of file HLT_DoublePhoton10_L1R_DQM_cfi.py.