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
DECLARE_SOA_COLUMN(MainBeautyAncestorY, mainBeautyAncestorY, float); //! original index in MCParticle tree of main mother: needed when chekcing if particles come from same mother
71
71
DECLARE_SOA_COLUMN(MaxEtaDaughter, maxEtaDaughter, float); //! max (abs) eta of daughter particles, needed to reproduce acceptance cut
@@ -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.";
447
+
}
448
+
returnfalse;
449
+
}
450
+
} else {
451
+
if (distfrac > FracMax) {
452
+
returntrue;
453
+
} else {
454
+
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.";
460
+
}
461
+
returnfalse;
462
+
}
463
+
}
464
+
465
+
} else {
466
+
LOG(fatal) << "FemtoUniversePairCleaner: Combination of objects not defined - quitting!";
467
+
returnfalse;
468
+
}
469
+
}
470
+
415
471
/// Check if pair is close or not
416
472
template <typename Part>
417
473
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 +614,7 @@ class FemtoUniverseDetaDphiStar
0 commit comments