Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-04-17 23:03:07

0001 import FWCore.ParameterSet.Config as cms
0002 from SimG4Core.Configuration.SimG4Core_cff import *
0003 
0004 g4SimHits.Watchers = cms.VPSet(cms.PSet(
0005     ZdcTestTreeAnalysis = cms.PSet(
0006         Verbosity = cms.int32(0),
0007     ),
0008     type = cms.string('ZdcTestTreeAnalysis')
0009     ))