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
double t0 = 0; // bclongtof * o2::constants::lhc::LHCBunchSpacingNS * 1E3; // if you want to subtract also the BC uncomment this part (-> tofsignal can be a float)
244
-
if(!(t0array.find(bclongtof) == t0array.end())){ // subtract FT0-AC if it exists in the same BC
243
+
double t0 = 0; // bclongtof * o2::constants::lhc::LHCBunchSpacingNS * 1E3; // if you want to subtract also the BC uncomment this part (-> tofsignal can be a float)
244
+
if(!(t0array.find(bclongtof) == t0array.end())){ // subtract FT0-AC if it exists in the same BC
245
245
t0 += t0array.find(bclongtof)->second;
246
246
}
247
247
@@ -254,20 +254,20 @@ class TPCTimeSeries : public Task
0 commit comments