We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3743c36 commit 302c2f2Copy full SHA for 302c2f2
1 file changed
tofd/online/R3BTofDOnlineSpectra.cxx
@@ -1061,15 +1061,6 @@ void R3BTofDOnlineSpectra::Exec(Option_t* option)
1061
fh2_tofd_ypos_cal[iPlane - 1]->Fill(iBar, dt_mod);
1062
fh2_tofd_timedif_cal[iPlane - 1]->Fill(iBar, topc_ns);
1063
fh2_tofd_timedif_cal[iPlane - 1]->Fill(-1 * iBar, botc_ns);
1064
-
1065
- if (topc->GetTimeLeading_ns() > 0 && header->GetTStartSimple() > 0)
1066
- {
1067
- auto tof_without_trig_top =
1068
- fTimeStitch->GetTime(topc->GetTimeLeading_ns() - header->GetTStartSimple());
1069
- auto tof_without_trig_bot =
1070
- fTimeStitch->GetTime(botc->GetTimeLeading_ns() - header->GetTStartSimple());
1071
- auto mean_tof_trig = (tof_without_trig_top + tof_without_trig_bot) / 2.;
1072
- }
1073
}
1074
1075
if (std::abs(dt_mod) < fC_bar_coincidence_ns)
0 commit comments