Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:45:38

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 TFileService = cms.Service("TFileService",
0004     fileName = cms.string('histo.root'),
0005     closeFileFast = cms.untracked.bool(False)
0006 )