CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1HwVal_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # L1 hardware validation sequence for data
4 #
5 # run the L1 trigger emulators (including ECAL and HCAL TPG)
6 #
7 # V.M. Ghete 2010-02-23
8 
10 L1HwVal = cms.Sequence(L1HardwareValidation)
11 
12