Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-09-26 05:05:49

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 def TFileService(*args, **kwargs):
0004   mod = cms.Service('TFileService')
0005   for a in args:
0006     mod.update_(a)
0007   mod.update_(kwargs)
0008   return mod