![]() |
|
|||
File indexing completed on 2023-03-17 11:25:21
0001 import FWCore.ParameterSet.Config as cms 0002 0003 dtNeutronWriter = cms.EDProducer("DTNeutronWriter", 0004 timeWindow = cms.double(20.0), 0005 writer = cms.string('EDM'), 0006 output = cms.string('DTNeutronHits.root'), 0007 neutronTimeCut = cms.double(250.0), 0008 # save the hits starting at 13 ns 0009 t0 = cms.double(13.), 0010 input = cms.InputTag("g4SimHits","MuonDTHits") 0011 ) 0012 0013 0014
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |