Skip to content

Commit 49449fd

Browse files
committed
Add iTOF
1 parent 37fe29a commit 49449fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ALICE3/Core/FastTracker.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ void FastTracker::AddSiliconALICE3(float scaleX0VD, std::vector<float> pixelReso
153153
float x0Coldplate = 0.02f; // (1.5 mm Al2O3 2%) 
154154
float x0Pipe1 = 0.0023f; // 800 um Be
155155
float x0OT = 0.01; // 1.0%
156+
float x0iTOF = x0OT * 3.;
156157

157158
float resRPhiVD = pixelResolution[0];
158159
float resZVD = pixelResolution[1];
@@ -166,7 +167,7 @@ void FastTracker::AddSiliconALICE3(float scaleX0VD, std::vector<float> pixelReso
166167
float xrhoColdplate = 0;
167168
float xrhoPipe1 = 0;
168169
float xrhoOT = 2.3292e-01;
169-
170+
float xrhoiTOF = 0.03;
170171
float eff = 1.00;
171172

172173
AddLayer("bpipe0", 0.48, 250, x0Pipe0, xrhoPipe0, 0.0f, 0.0f, 0.0f, 0); // 150 mum Be
@@ -178,6 +179,7 @@ void FastTracker::AddSiliconALICE3(float scaleX0VD, std::vector<float> pixelReso
178179
AddLayer("B03", 7., 250, x0OT, xrhoOT, resRPhiOT, resZOT, eff, 1);
179180
AddLayer("B04", 9., 250, x0OT, xrhoOT, resRPhiOT, resZOT, eff, 1);
180181
AddLayer("B05", 12., 250, x0OT, xrhoOT, resRPhiOT, resZOT, eff, 1);
182+
AddLayer("iTOF", 19, 250, x0iTOF, xrhoiTOF, resRPhiOT, resZOT, eff, 0);
181183
AddLayer("B06", 20., 250, x0OT, xrhoOT, resRPhiOT, resZOT, eff, 1);
182184
AddLayer("B07", 30., 250, x0OT, xrhoOT, resRPhiOT, resZOT, eff, 1);
183185
AddLayer("B08", 45., 250, x0OT, xrhoOT, resRPhiOT, resZOT, eff, 1);

0 commit comments

Comments
 (0)