Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:14:11

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 TSThetaParametersBlock = cms.PSet(
0004     TSThetaParameters = cms.PSet(
0005         # Debug flag
0006         Debug = cms.untracked.bool(False)
0007     )
0008 )
0009 
0010