Line Code
1 2 3 4 5 6 7 8 9 10 11
import FWCore.ParameterSet.Config as cms

from ..sequences.HLTBeginSequence_cfi import *
from ..sequences.HLTEndSequence_cfi import *
from ..sequences.HLTPhoton187L1SeededSequence_cfi import *

HLT_Photon187_L1Seeded = cms.Path(
    HLTBeginSequence +
    HLTPhoton187L1SeededSequence +
    HLTEndSequence
)