CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
b2gHLTValidation_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 
7 b2gHLTriggerValidation = cms.Sequence(
8  b2gSingleMuonHLTValidation*
9  b2gSingleElectronHLTValidation*
10  b2gSingleJetHLTValidation*
11  b2gDiJetHLTValidation
12  )
13