Skip to content

Commit 73f5254

Browse files
singiamtelsawenzel
authored andcommitted
Log TrackRefs size before failing assert
1 parent 80827ee commit 73f5254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/checkStack.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ int main(int argc, char** argv)
143143
if (havereferences) {
144144
for (auto& trackID : trackidsinTPC) {
145145
auto trackrefs = mcreader.getTrackRefs(eventID, trackID);
146-
assert(trackrefs.size() > 0);
147146
LOG(debug) << " Track " << trackID << " has " << trackrefs.size() << " TrackRefs";
147+
assert(trackrefs.size() > 0);
148148
for (auto& ref : trackrefs) {
149149
assert(ref.getTrackID() == trackID);
150150
}

0 commit comments

Comments
 (0)