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
@@ -231,7 +234,7 @@ class FemtoFlowAngularContainer
231
234
protected:
232
235
HistogramRegistry* mHistogramRegistry = nullptr; ///< For QA output
233
236
staticconstexpr std::string_view FolderSuffix[2] = {"SameEvent", "MixedEvent"}; ///< Folder naming for the output according to EventType
234
-
staticconstexpr femto_flow_angular_container::Observable FemtoObs = obs; ///< Femtoscopic observable to be computed (according to femto_flow_angular_container::Observable)
237
+
staticconstexpr femto_flow_angular_container::Observable FemtoObs = obs; ///< Femtoscopic observable to be computed (according to femto_flow_angular_container::Observable)
235
238
staticconstexprint EventType = eventType; ///< Type of the event (same/mixed, according to femto_flow_angular_container::EventType)
HistogramRegistry* mHistogramRegistry = nullptr; ///< For QA output
289
289
staticconstexpr std::string_view FolderSuffix[2] = {"SameEvent", "MixedEvent"}; ///< Folder naming for the output according to EventType
290
-
staticconstexpr femto_flow_container::Observable FemtoObs = obs; ///< Femtoscopic observable to be computed (according to femto_flow_container::Observable)
290
+
staticconstexpr femto_flow_container::Observable FemtoObs = obs; ///< Femtoscopic observable to be computed (according to femto_flow_container::Observable)
291
291
staticconstexprint EventType = eventType; ///< Type of the event (same/mixed, according to femto_flow_container::EventType)
0 commit comments