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
Copy file name to clipboardExpand all lines: PWGCF/Femto/Core/FemtoFlowFemtoContainer.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -318,7 +318,7 @@ class FemtoFlowFemtoContainer
318
318
}
319
319
320
320
protected:
321
-
o2::framework::HistogramRegistry* mHistogramRegistry = nullptr; ///< For QA output
321
+
o2::framework::HistogramRegistry* mHistogramRegistry = nullptr; ///< For QA output
322
322
staticconstexpr std::string_view FolderSuffix[2] = {"SameEvent", "MixedEvent"}; ///< Folder naming for the output according to kEventType
323
323
staticconstexpr femto_flow_femto_container::Observable FemtoObs = obs; ///< Femtoscopic observable to be computed (according to femto_flow_femto_container::Observable)
324
324
staticconstexprintkEventType = eventType; ///< Type of the event (same/mixed, according to femto_flow_femto_container::EventType)
0 commit comments