Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:22:15

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