You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -178,8 +177,7 @@ class FemtoUniverseDetaDphiStar
178
177
LOG(fatal) << "FemtoUniverseDetaDphiStar: passed arguments don't agree with FemtoUniverseDetaDphiStar's type of events! Please provide same or mixed.";
LOG(fatal) << "FemtoUniverseDetaDphiStar: passed arguments don't agree with FemtoUniverseDetaDphiStar's type of events! Please provide same or mixed.";
LOG(fatal) << "FemtoUniverseDetaDphiStar: passed arguments don't agree with FemtoUniverseDetaDphiStar's type of events! Please provide same or mixed.";
448
+
}
449
+
returnfalse;
450
+
}
451
+
} else {
452
+
if (distfrac > FracMax) {
453
+
returntrue;
454
+
} else {
455
+
if (ChosenEventType == femto_universe_container::EventType::same) {
LOG(fatal) << "FemtoUniverseDetaDphiStar: passed arguments don't agree with FemtoUniverseDetaDphiStar's type of events! Please provide same or mixed.";
461
+
}
462
+
returnfalse;
463
+
}
464
+
}
465
+
466
+
} else {
467
+
LOG(fatal) << "FemtoUniversePairCleaner: Combination of objects not defined - quitting!";
468
+
returnfalse;
469
+
}
470
+
}
471
+
415
472
/// Check if pair is close or not
416
473
template <typename Part>
417
474
voidClosePairqLCMS(Part const& part1, Part const& part2, float lmagfield, uint8_t ChosenEventType, double qlcms) // add typename Parts and variable parts for adding MClabels
@@ -558,7 +615,7 @@ class FemtoUniverseDetaDphiStar
0 commit comments