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
@@ -150,7 +151,7 @@ class MixingHandler : public TNamed
150
151
}
151
152
// The function that performs the mixing is called outside this class, but the pool provides the events and tracks to be mixed and takes care of updating the events after mixing
152
153
// (e.g. incrementing the counters and removing the tracks that reached the pool depth for a given cut)
153
-
voidUpdatePool(const MixingEvent& event, short poolDepth)
@@ -200,7 +201,7 @@ class MixingHandler : public TNamed
200
201
std::vector<std::vector<float>> fVariableLimits;
201
202
std::map<int, int> fVariables; // key: variable, value: position in the internal variable list of the handler (used to map the variables to the values passed to FindEventCategory)
202
203
203
-
shortfPoolDepth; // number of events to be kept in each pool
204
+
int16_tfPoolDepth; // number of events to be kept in each pool
204
205
std::map<int, MixingPool> fPools; // key: category, value: pool of events corresponding to that category
0 commit comments