CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
CTPPSRecHitProducer_cfi Namespace Reference

Variables

tuple CTPPSFastRecHits
 

Variable Documentation

tuple CTPPSRecHitProducer_cfi.CTPPSFastRecHits
Initial value:
1 = cms.EDProducer('CTPPSRecHitProducer',
2  mixLabel = cms.string('mix'),
3  InputCollection = cms.string('CTPPSSimHitsCTPPSHits'),
4  TrackerWidth = cms.double(20.0),#tracker width in mm
5  TrackerHeight = cms.double(18.),# tracker height in mm
6  TrackerInsertion = cms.double(15.),# Number of sigmas (X) from the beam for tracker insertion
7  BeamXRMS_Trk1 = cms.double(0.186),# beam size sigma(X) at first tracker station in mm
8  BeamXRMS_Trk2 = cms.double(0.115),# beam size sigma(X) at second tracker station in mm
9  Trk1XOffset = cms.double(0.),# insertion offset first tracker
10  Trk2XOffset = cms.double(0.),# insertion offset second tracker
11  HitSigmaX = cms.double(10.),# det resolution in micron
12  HitSigmaY = cms.double(10.),# det resolution in microns
13  HitSigmaZ = cms.double(0.),# det resolution in microns
14  ToFCellWidth = cms.untracked.vdouble(0.81, 0.91, 1.02, 1.16, 1.75, 2.35, 4.2, 4.2),#tofcell widths in mm - diamond
15  ToFCellHeight = cms.double(4.2),#tof height in mm
16  ToFPitchX = cms.double(0.1),#cell pitch in X (in mm)
17  ToFPitchY = cms.double(0.1),#cell pitch in Y (in mm)
18  ToFNCellX = cms.int32(8),# number of cells in X
19  ToFNCellY = cms.int32(1),# number of cells in Y
20  ToFInsertion = cms.double(15.),#Number of sigmas (X) from the beam for the tof insertion
21  BeamXRMS_ToF = cms.double(0.113),#beam size sigma(X) at ToF station in mm
22  ToFXOffset = cms.double(0.),#insertion offset ToF
23  TimeSigma = cms.double(0.01)#in ns
24 
25 )

Definition at line 4 of file CTPPSRecHitProducer_cfi.py.