![]() |
|
|||
File indexing completed on 2023-03-17 11:25:29
0001 import FWCore.ParameterSet.Config as cms 0002 0003 rpcNeutronWriter = cms.EDProducer("RPCNeutronWriter", 0004 timeWindow = cms.double(20.0), 0005 writer = cms.string('EDM'), 0006 output = cms.string('RPCNeutronHits.root'), 0007 neutronTimeCut = cms.double(250.0), 0008 # save the hits starting at 19 ns 0009 t0 = cms.double(19.), 0010 input = cms.InputTag("g4SimHits","MuonRPCHits") 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 |
![]() ![]() |