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
/// \brief Fills std::vector<std::unique_ptr<TCanvas>> with data from calDet
44
+
/// This is a convenience function to call o2::tpc::painter::makeSummaryCanvases in QC tasks to visualize the content of a CalDet object.
45
+
/// \param calDet Object to be displayed in the canvases
46
+
/// \param canvases Vector containing three std::unique_ptr<TCanvas>, will be filled
47
+
/// \param params Information about the ranges of the histograms that will be drawn on the canvases. The params can be set via 'taskParameters' in the config file of corresponding the task.
48
+
/// \param paramName Name of the observable that is stored in calDet
0 commit comments