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
bool initDFDone = false; // some quantities might need to be updated for each dataframe
804
805
805
806
for (constauto& collision : collisions) {
@@ -818,7 +819,7 @@ struct DalitzSelection {
818
819
initNewRun(bc.timestamp());
819
820
fCurrentRun = bc.runNumber();
820
821
}
821
-
822
+
822
823
if (!initDFDone) {
823
824
initNewDF(bc.timestamp());
824
825
initDFDone = true;
@@ -860,7 +861,7 @@ struct DalitzSelection {
860
861
fDalitzmapAmbiguity.clear();
861
862
fDalitzmapProbeAmbiguity.clear();
862
863
fAmbiguousPairs.clear();
863
-
864
+
864
865
bool initDFDone = false; // some quantities might need to be updated for each dataframe
865
866
866
867
for (constauto& collision : collisions) {
@@ -885,7 +886,7 @@ struct DalitzSelection {
885
886
initNewDF(bc.timestamp());
886
887
initDFDone = true;
887
888
}
888
-
889
+
889
890
if (fConfigOptions.fRunEventMixing) {
890
891
fMixingEvent = newMixingHandler::MixingEvent();
891
892
}
@@ -898,8 +899,8 @@ struct DalitzSelection {
898
899
if (fConfigOptions.fRunEventMixing) {
899
900
if (fMixingEvent->tracks1.size() > 0) {
900
901
// we require that there is at least one tag track in the event to avoid having the pool full of events with only probe tracks which are then useless
901
-
// In addition, this allows to avoid mixing events which are too close in time, which could contain tracks from the same event due to track-to-collision reassociation
902
-
runMixing();
902
+
// In addition, this allows to avoid mixing events which are too close in time, which could contain tracks from the same event due to track-to-collision reassociation
903
+
runMixing();
903
904
}
904
905
deletefMixingEvent;
905
906
}
@@ -947,7 +948,7 @@ struct DalitzSelection {
947
948
initNewDF(bc.timestamp());
948
949
initDFDone = true;
949
950
}
950
-
951
+
951
952
if (fConfigOptions.fRunEventMixing) {
952
953
fMixingEvent = newMixingHandler::MixingEvent();
953
954
}
@@ -960,7 +961,7 @@ struct DalitzSelection {
960
961
if (fConfigOptions.fRunEventMixing) {
961
962
if (fMixingEvent->tracks1.size() > 0) {
962
963
// we require that there is at least one tag track in the event to avoid having the pool full of events with only probe tracks which are then useless
963
-
// In addition, this allows to avoid mixing events which are too close in time, which could contain tracks from the same event due to track-to-collision reassociation
964
+
// In addition, this allows to avoid mixing events which are too close in time, which could contain tracks from the same event due to track-to-collision reassociation
0 commit comments