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

from DQM.GEM.gemEffByGEMCSCSegmentSource_cfi import *
from DQM.GEM.gemEffByGEMCSCSegmentClient_cfi import *

gemEffByGEMCSCSegment = cms.Sequence(
    gemEffByGEMCSCSegmentSource *
    gemEffByGEMCSCSegmentClient
)