27 std::vector<TString> fEventColNames;
28 std::vector<TString> fTrackColNames;
31 virtual Task::EInitFlag
Init();
36 QAPlot* GetEventQAPlot(Int_t i)
const {
return (
QAPlot*) fEventQA->UncheckedAt(i); };
37 QAPlot* GetTrackQAPlot(Int_t i)
const {
return (
QAPlot*) fTrackQA->UncheckedAt(i); };
41 void SetEventCollectionNames(
const std::initializer_list<TString>& init);
42 void SetTrackCollectionNames(
const std::initializer_list<TString>& init);
43 void SetQAPlot(
const QAPlot& plot);