Skip to content

Commit d6a9835

Browse files
committed
remove unused variable
1 parent e73d1e8 commit d6a9835

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tutorials/PWGUD/UDTutorial_04.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,9 +432,8 @@ struct UDTutorial04 {
432432
if (verbosity > 0) {
433433
LOGF(info, "This collision has no associated McCollision");
434434
}
435-
return;
436435
}
437-
auto mccollision = collision.udMcCollision();
436+
//auto mccollision = collision.udMcCollision();
438437

439438
// select 2 muon candidates using the reconstructed information
440439
// MC truth is not considered in this step

0 commit comments

Comments
 (0)