diff --git a/Detectors/TPC/qc/include/TPCQC/Clusters.h b/Detectors/TPC/qc/include/TPCQC/Clusters.h index 08efe6faa3c51..37aea5515c593 100644 --- a/Detectors/TPC/qc/include/TPCQC/Clusters.h +++ b/Detectors/TPC/qc/include/TPCQC/Clusters.h @@ -42,6 +42,8 @@ class Clusters public: Clusters() = default; + Clusters(std::string_view nclName) : mNClusters{nclName} {}; + template bool processCluster(const T& cluster, const o2::tpc::Sector sector, const int row);