Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
UtilAlgos
python
TFileService_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
TFileService = cms.Service(
"TFileService"
,
4
fileName = cms.string(
'histo.root'
),
5
closeFileFast = cms.untracked.bool(
False
)
6
)
Generated for CMSSW Reference Manual by
1.8.11