@@ -53,14 +53,14 @@ class CTPRawDataReaderTask final : public TaskInterface
5353 void readLHCFillingScheme ();
5454
5555 private:
56- o2::ctp::RawDataDecoder mDecoder ; // ctp raw data decoder
57- std::unique_ptr<TH1DRatio> mHistoInputs = nullptr ; // histogram with ctp inputs
58- std::unique_ptr<TH1DRatio> mHistoClasses = nullptr ; // histogram with ctp classes
59- std::unique_ptr<TH1DRatio> mHistoInputRatios = nullptr ; // histogram with ctp input ratios to MB
60- std::unique_ptr<TH1DRatio> mHistoClassRatios = nullptr ; // histogram with ctp class ratios to MB
61- std::unique_ptr<TH1D > mHistoBCMinBias1 = nullptr ; // histogram of BC positions to check LHC filling scheme
62- std::unique_ptr<TH1D > mHistoBCMinBias2 = nullptr ; // histogram of BC positions to check LHC filling scheme
63- std::unique_ptr<TH1D > mHistoDecodeError = nullptr ; // histogram of erros from decoder
56+ o2::ctp::RawDataDecoder mDecoder ; // ctp raw data decoder
57+ std::unique_ptr<TH1DRatio> mHistoInputs = nullptr ; // histogram with ctp inputs
58+ std::unique_ptr<TH1DRatio> mHistoClasses = nullptr ; // histogram with ctp classes
59+ std::unique_ptr<TH1DRatio> mHistoInputRatios = nullptr ; // histogram with ctp input ratios to MB
60+ std::unique_ptr<TH1DRatio> mHistoClassRatios = nullptr ; // histogram with ctp class ratios to MB
61+ std::unique_ptr<TH1D > mHistoBCMinBias1 = nullptr ; // histogram of BC positions to check LHC filling scheme
62+ std::unique_ptr<TH1D > mHistoBCMinBias2 = nullptr ; // histogram of BC positions to check LHC filling scheme
63+ std::unique_ptr<TH1D > mHistoDecodeError = nullptr ; // histogram of erros from decoder
6464 static constexpr int mUsedInputsMax = 18 ;
6565 std::array<TH1D *, mUsedInputsMax > mHisInputs = {}; // /< Array of input histograms, all BCs
6666 std::array<TH1D *, mUsedInputsMax > mHisInputsYesLHC = {}; // /< Array of input histograms, LHC BCs
0 commit comments