CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TMonitorOffline_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # adapt the L1TMonitor_cff configuration to offline DQM
4 
5 # DQM online L1 Trigger modules
7 
8 # DTTF to offline configuration
9 l1tDttf.online = False
10 
11 # input tag for BXTimining
12 bxTiming.FedSource = 'rawDataCollector'