1 import FWCore.ParameterSet.Config
as cms
13 print "L1T INFO: adding basic demo module to the process."
14 process.load(
'L1Trigger.L1TCommon.l1tBasicDemo_cfi')
15 process.l1tBasicDemoPath = cms.Path(process.l1tBasicDemo)
16 process.schedule.append(process.l1tBasicDemoPath)
def L1TBasicDemo
customisations for L1T demos