1 import FWCore.ParameterSet.Config
as cms
4 CTPPSFastRecHits = cms.EDProducer(
'CTPPSRecHitProducer',
5 mixLabel = cms.string(
'mix'),
6 InputCollection = cms.string(
'CTPPSSimHitsCTPPSHits'),
7 TrackerWidth = cms.double(20.0),
8 TrackerHeight = cms.double(18.),
9 TrackerInsertion = cms.double(15.),
10 BeamXRMS_Trk1 = cms.double(0.186),
11 BeamXRMS_Trk2 = cms.double(0.115),
12 Trk1XOffset = cms.double(0.),
13 Trk2XOffset = cms.double(0.),
14 HitSigmaX = cms.double(10.),
15 HitSigmaY = cms.double(10.),
16 HitSigmaZ = cms.double(0.),
17 ToFCellWidth = cms.untracked.vdouble(0.81, 0.91, 1.02, 1.16, 1.75, 2.35, 4.2, 4.2),
18 ToFCellHeight = cms.double(4.2),
19 ToFPitchX = cms.double(0.1),
20 ToFPitchY = cms.double(0.1),
21 ToFNCellX = cms.int32(8),
22 ToFNCellY = cms.int32(1),
23 ToFInsertion = cms.double(15.),
24 BeamXRMS_ToF = cms.double(0.113),
25 ToFXOffset = cms.double(0.),
26 TimeSigma = cms.double(0.01)
30 RandomNumberGeneratorService.CTPPSFastRecHits.engineName = cms.untracked.string(
'TRandom3')