CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMOffline_Trigger_Cert_cff.py
Go to the documentation of this file.
2 
3 # This is where we want to inovke both HLT and L1T certificaion
4 #
5 ###################################################################
6 
7 
8 
9 # L1T - todo
10 #from DQMOffline.Trigger.DQMOffline_L1T_Cert_cff import *
11 
12 # HLT
14 
15 #--- Note: hltOverallCertSeq must be the last sequence!
16 #-- it relies on bits set in the other sequences
17 
18 dqmOfflineTriggerCert = cms.Sequence(dqmOfflineHLTCert)
19 
20