Skip to content

Commit 302c2f2

Browse files
committed
Removed some lines in the online
1 parent 3743c36 commit 302c2f2

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

tofd/online/R3BTofDOnlineSpectra.cxx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,15 +1061,6 @@ void R3BTofDOnlineSpectra::Exec(Option_t* option)
10611061
fh2_tofd_ypos_cal[iPlane - 1]->Fill(iBar, dt_mod);
10621062
fh2_tofd_timedif_cal[iPlane - 1]->Fill(iBar, topc_ns);
10631063
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-
}
10731064
}
10741065

10751066
if (std::abs(dt_mod) < fC_bar_coincidence_ns)

0 commit comments

Comments
 (0)