CMS 3D CMS Logo

cscNeutronWriter_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 cscNeutronWriter = cms.EDFilter("CSCNeutronWriter",
00004     timeWindow = cms.double(20.0),
00005     nChamberTypes = cms.int32(10),
00006     writer = cms.string('ROOT'),
00007     output = cms.string('CSCNeutronHits.root'),
00008     neutronTimeCut = cms.double(250.0),
00009     input = cms.InputTag("g4SimHits","MuonCSCHits")
00010 )
00011 
00012 
00013 

Generated on Tue Jun 9 17:47:29 2009 for CMSSW by  doxygen 1.5.4