CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
customiseDemo Namespace Reference

Functions

def L1TBasicDemo
 customisations for L1T demos More...
 

Function Documentation

def customiseDemo.L1TBasicDemo (   process)

customisations for L1T demos

Add demonstration modules to cmsDriver customs.

Definition at line 12 of file customiseDemo.py.

12 
13 def L1TBasicDemo(process):
14  print "L1T INFO: adding basic demo module to the process."
15  process.load('L1Trigger.L1TCommon.l1tBasicDemo_cfi')
16  process.l1tBasicDemoPath = cms.Path(process.l1tBasicDemo)
17  process.schedule.append(process.l1tBasicDemoPath)
18  return process
19 
def L1TBasicDemo
customisations for L1T demos