CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/SimMuon/CSCDigitizer/python/cscNeutronWriter_cfi.py

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