Skip to content

Commit

Permalink
Merge pull request #72 from Mu2e/rrivera/betterPrintout
Browse files Browse the repository at this point in the history
Better printout
  • Loading branch information
rrivera747 authored Dec 6, 2024
2 parents 22ecac9 + 7441742 commit 1c22235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtcInterfaceLib/DTC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ std::vector<std::unique_ptr<DTCLib::DTC_Event>> DTCLib::DTC::GetData(DTC_EventWi
// Similart to GetData() but retrieves a SubEvent, as opposed to an Event -- This is appropriate for SW Event building or more basic tests.
std::vector<std::unique_ptr<DTCLib::DTC_SubEvent>> DTCLib::DTC::GetSubEventData(DTC_EventWindowTag when, bool matchEventWindowTag)
{
DTC_TLOG(TLVL_GetData) << "GetSubEventData begin EventWindowTag=" << when.GetEventWindowTag(true) << ", matching=" << (matchEventWindowTag ? "true" : "false");
DTC_TLOG(TLVL_GetData) << "GetSubEventData begin EventWindowTag=" << when.GetEventWindowTag(true) << ", doMatching=" << (matchEventWindowTag ? "true" : "false");
std::vector<std::unique_ptr<DTC_SubEvent>> output;
std::unique_ptr<DTC_SubEvent> packet = nullptr;

Expand Down

0 comments on commit 1c22235

Please sign in to comment.