CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/SimMuon/DTDigitizer/python/dtNeutronWriter_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 DTNeutronWriter = cms.EDProducer("DTNeutronWriter",
00004     timeWindow = cms.double(20.0),
00005     writer = cms.string('EDM'),
00006     output = cms.string('DTNeutronHits.root'),
00007     neutronTimeCut = cms.double(250.0),
00008     # save the hits starting at 13 ns
00009     t0 = cms.double(13.),
00010     input = cms.InputTag("g4SimHits","MuonDTHits")
00011 )
00012 
00013 
00014