Skip to content

Commit

Permalink
feat: add beamgate timestamps to data event plot
Browse files Browse the repository at this point in the history
  • Loading branch information
furkan-bilgin committed Oct 10, 2024
1 parent 0d6800b commit ce9428c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UserTools/MonitorLAPPDData/MonitorLAPPDData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3292,7 +3292,7 @@ LAPPDData->Get("AccInfoFrame", AccInfoFrame);*/
beamgate_timestamp.push_back(beamgate_63_0);
data_timestamp.push_back(timestamp_63_0);
data_event_timestamps.push_back((double)timestamp_63_0 * CLOCK_to_NSEC);

data_event_timestamps.push_back((double)beamgate_63_0 * CLOCK_to_NSEC);
// for (int i=0; i<first_entry.size(); i++) std::cout << first_entry.at(i)<<std::endl;

data_beamgate_lastfile.at(board_idx).push_back(timestamp_63_0 - beamgate_63_0);
Expand Down

0 comments on commit ce9428c

Please sign in to comment.