We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73d1e8 commit d6a9835Copy full SHA for d6a9835
Tutorials/PWGUD/UDTutorial_04.cxx
@@ -432,9 +432,8 @@ struct UDTutorial04 {
432
if (verbosity > 0) {
433
LOGF(info, "This collision has no associated McCollision");
434
}
435
- return;
436
437
- auto mccollision = collision.udMcCollision();
+ //auto mccollision = collision.udMcCollision();
438
439
// select 2 muon candidates using the reconstructed information
440
// MC truth is not considered in this step
0 commit comments