You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configurable<bool> useRecentereSp{"useRecentereSp", false, "use Recentering with Sparse or THn"};
134
134
Configurable<bool> useRecenterefineSp{"useRecenterefineSp", false, "use fine Recentering with THn"};
135
135
136
-
Configurable<std::string> confGainPath{"confGainPath", "Users/p/prottay/My/Object/NewPbPbpass4_10092024/gaincallib", "Path to gain calibration"};
137
-
Configurable<std::string> confGainPathVxy{"confGainPathVxy", "Users/p/prottay/My/Object/swapcoords/PbPbpass4_20112024/recentervert", "Path to gain calibration for vxy"};
138
136
Configurable<std::string> confRecentereSp{"confRecentereSp", "Users/p/prottay/My/Object/Testingwithsparse/NewPbPbpass4_17092024/recenter", "Sparse or THn path for recentering"};
139
137
Configurable<std::string> confRecentereSp2{"confRecentereSp2", "Users/p/prottay/My/Object/Testingwithsparse/NewPbPbpass4_17092024/recenter", "Sparse or THn path for recentering 2"};
140
138
Configurable<std::string> confRecentereSp3{"confRecentereSp3", "Users/p/prottay/My/Object/Testingwithsparse/NewPbPbpass4_17092024/recenter", "Sparse or THn path for recentering 3"};
@@ -354,20 +352,20 @@ struct zdccalderived {
354
352
auto vx = collision.vx();
355
353
auto vy = collision.vy();
356
354
357
-
float psiZDCC = -99;
358
-
float psiZDCA = -99;
359
-
auto qxZDCA = 0.0;
360
-
auto qxZDCC = 0.0;
361
-
auto qyZDCA = 0.0;
362
-
auto qyZDCC = 0.0;
363
-
auto sumA = 0.0;
364
-
auto sumC = 0.0;
355
+
double psiZDCC = -99;
356
+
double psiZDCA = -99;
357
+
auto qxZDCA = collision.qxA();
358
+
auto qxZDCC = collision.qxC();
359
+
auto qyZDCA = collision.qyA();
360
+
auto qyZDCC = collision.qyC();
361
+
//auto sumA = 0.0;
362
+
//auto sumC = 0.0;
365
363
366
364
auto timestamps = ccdb->getRunDuration(currentRunNumber, true); /// fatalise if timestamps are not found
367
365
int64_t sorTimestamp = timestamps.first; // timestamp of the SOR/SOX/STF in ms
368
366
int64_t eorTimestamp = timestamps.second; // timestamp of the EOR/EOX/ETF in ms
369
367
int64_t ts = eorTimestamp / 2 + sorTimestamp / 2; // timestamp of the middle of the run
370
-
368
+
/*
371
369
std::array<float, 4> znaEnergy = {
372
370
collision.znaE0(),
373
371
collision.znaE1(),
@@ -442,14 +440,14 @@ struct zdccalderived {
442
440
qyZDCC = 0.0;
443
441
return;
444
442
}
445
-
443
+
*/
446
444
histos.fill(HIST("hEvtSelInfo"), 8.5);
447
445
histos.fill(HIST("hCentrality"), centrality);
448
446
histos.fill(HIST("Vz"), vz);
449
447
450
448
histos.fill(HIST("AvgVxy"), 0.5, vx);
451
449
histos.fill(HIST("AvgVxy"), 1.5, vy);
452
-
450
+
/*
453
451
if (useCallibvertex && (currentRunNumber != lastRunNumber)) {
0 commit comments