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

from ..modules.hltBoolFalse_cfi import *
from ..modules.hltTriggerSummaryAOD_cfi import *
from ..modules.hltTriggerSummaryRAW_cfi import *

HLTriggerFinalPath = cms.Path(hltTriggerSummaryAOD+hltTriggerSummaryRAW+hltBoolFalse)