Skip to content

Commit 647e4ac

Browse files
committed
Formatting
1 parent 49449fd commit 647e4ac

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

ALICE3/Core/FastTracker.cxx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@ void FastTracker::AddSiliconALICE3v2(std::vector<float> pixelResolution)
146146

147147
void FastTracker::AddSiliconALICE3(float scaleX0VD, std::vector<float> pixelResolution)
148148
{
149-
float x0Pipe0 = 0.001592; // 200 um AlBe
150-
float x0VDL0 = 0.00076; // 30 um Si + 50 um glue + carbon foam 0.03%
151-
float x0VDL1 = 0.00096; // 30 um Si + 50 um glue + carbon foam 0.05%
152-
float x0VDL2 = 0.00167; // 30 um Si + 50 um glue + carbon foam 0.05% + 0.07% Be case 
153-
float x0Coldplate = 0.02f; // (1.5 mm Al2O3 2%) 
154-
float x0Pipe1 = 0.0023f; // 800 um Be
155-
float x0OT = 0.01; // 1.0%
149+
float x0Pipe0 = 0.001592; // 200 um AlBe
150+
float x0VDL0 = 0.00076; // 30 um Si + 50 um glue + carbon foam 0.03%
151+
float x0VDL1 = 0.00096; // 30 um Si + 50 um glue + carbon foam 0.05%
152+
float x0VDL2 = 0.00167; // 30 um Si + 50 um glue + carbon foam 0.05% + 0.07% Be case 
153+
float x0Coldplate = 0.02f; // (1.5 mm Al2O3 2%) 
154+
float x0Pipe1 = 0.0023f; // 800 um Be
155+
float x0OT = 0.01; // 1.0%
156156
float x0iTOF = x0OT * 3.;
157157

158158
float resRPhiVD = pixelResolution[0];
@@ -170,12 +170,12 @@ void FastTracker::AddSiliconALICE3(float scaleX0VD, std::vector<float> pixelReso
170170
float xrhoiTOF = 0.03;
171171
float eff = 1.00;
172172

173-
AddLayer("bpipe0", 0.48, 250, x0Pipe0, xrhoPipe0, 0.0f, 0.0f, 0.0f, 0); // 150 mum Be
173+
AddLayer("bpipe0", 0.48, 250, x0Pipe0, xrhoPipe0, 0.0f, 0.0f, 0.0f, 0);
174174
AddLayer("B00", 0.5, 250, x0VDL0 * scaleX0VD, xrhoVDL0, resRPhiVD, resZVD, eff, 1);
175175
AddLayer("B01", 1.2, 250, x0VDL1 * scaleX0VD, xrhoVDL1, resRPhiVD, resZVD, eff, 1);
176176
AddLayer("B02", 2.5, 250, x0VDL2 * scaleX0VD, xrhoVDL2, resRPhiVD, resZVD, eff, 1);
177-
AddLayer("coldplate", 2.6, 250, x0Coldplate, xrhoColdplate, 0.0f, 0.0f, 0.0f, 0); // 500 mum Be
178-
AddLayer("bpipe1", 5.7, 250, x0Pipe1, xrhoPipe1, 0.0f, 0.0f, 0.0f, 0); // 500 mum Be
177+
AddLayer("coldplate", 2.6, 250, x0Coldplate, xrhoColdplate, 0.0f, 0.0f, 0.0f, 0);
178+
AddLayer("bpipe1", 5.7, 250, x0Pipe1, xrhoPipe1, 0.0f, 0.0f, 0.0f, 0);
179179
AddLayer("B03", 7., 250, x0OT, xrhoOT, resRPhiOT, resZOT, eff, 1);
180180
AddLayer("B04", 9., 250, x0OT, xrhoOT, resRPhiOT, resZOT, eff, 1);
181181
AddLayer("B05", 12., 250, x0OT, xrhoOT, resRPhiOT, resZOT, eff, 1);

0 commit comments

Comments
 (0)