CMS 3D CMS Logo

Variables

MEtoEDMConverter_cfi Namespace Reference

Variables

tuple MEtoEDMConverter

Variable Documentation

Initial value:
00001 cms.EDProducer("MEtoEDMConverter",
00002     Name = cms.untracked.string('MEtoEDMConverter'),
00003     Verbosity = cms.untracked.int32(0), # 0 provides no output
00004                                         # 1 provides basic output
00005                                         # 2 provide more detailed output
00006     Frequency = cms.untracked.int32(50),
00007     MEPathToSave = cms.untracked.string(''),
00008     deleteAfterCopy = cms.untracked.bool(True)
00009 )

Definition at line 3 of file MEtoEDMConverter_cfi.py.