CMS 3D CMS Logo

L1DTConfigTU_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 TUParamsBlock = cms.PSet(
4  # Debug flag
5  Debug = cms.untracked.bool(False),
6 )
7 
8