diff --git a/EventFiltering/Zorro.h b/EventFiltering/Zorro.h index d3aa56408d7..b9ff878a520 100644 --- a/EventFiltering/Zorro.h +++ b/EventFiltering/Zorro.h @@ -59,12 +59,12 @@ class Zorro private: std::string mBaseCCDBPath = "Users/m/mpuccio/EventFiltering/OTS/"; int mRunNumber = 0; - TH1* mAnalysedTriggers; /// Accounting for all triggers in the current run - TH1* mAnalysedTriggersOfInterest; /// Accounting for triggers of interest in the current run + TH1* mAnalysedTriggers; /// Accounting for all triggers in the current run + TH1* mAnalysedTriggersOfInterest; /// Accounting for triggers of interest in the current run std::vector mRunNumberHistos; - std::vector mAnalysedTriggersList; /// Per run histograms - std::vector mAnalysedTriggersOfInterestList; /// Per run histograms + std::vector mAnalysedTriggersList; /// Per run histograms + std::vector mAnalysedTriggersOfInterestList; /// Per run histograms int mBCtolerance = 100; uint64_t mLastBCglobalId = 0; @@ -73,7 +73,7 @@ class Zorro TH1D* mSelections = nullptr; TH1D* mInspectedTVX = nullptr; std::bitset<128> mLastResult; - std::vector mAccountedBCranges; /// Avoid double accounting of inspected BC ranges + std::vector mAccountedBCranges; /// Avoid double accounting of inspected BC ranges std::vector mBCranges; std::vector* mZorroHelpers = nullptr; std::vector mTOIs;