diff --git a/reco/detectors/trd/CbmTrdHitProducer.h b/reco/detectors/trd/CbmTrdHitProducer.h index c6fee3599111961ebab68e21d8b1afa6e7fa5d98..0a67b777e9ad5d89160661d6d1da8f6ebeeeb08d 100644 --- a/reco/detectors/trd/CbmTrdHitProducer.h +++ b/reco/detectors/trd/CbmTrdHitProducer.h @@ -60,7 +60,7 @@ public: */ virtual void Finish(); virtual void SetParContainers(); - /** \brief Correction of hit time in TRD2D due to different processes */ + /** \brief Correction of hit time in TRD2D due to different processes */ void SetHitTimeOffset(int dt) { fHitTimeOffset = dt; } private: @@ -140,8 +140,8 @@ private: /** @brief Total processing time [RealTime]. */ Float_t fProcessTime = 0; - int fHitTimeOffset = 0; ///< hit time correction for synchronization - + int fHitTimeOffset = 0; ///< hit time correction for synchronization + ClassDef(CbmTrdHitProducer, 2); }; diff --git a/reco/detectors/trd/CbmTrdModuleRec2D.h b/reco/detectors/trd/CbmTrdModuleRec2D.h index dd9fcac98caeb804d59937673c41c50d81e300d8..31e532054a59c9b4d3f45f8ac6e66dd7746a14ee 100644 --- a/reco/detectors/trd/CbmTrdModuleRec2D.h +++ b/reco/detectors/trd/CbmTrdModuleRec2D.h @@ -209,7 +209,7 @@ private: UChar_t vrM = 0; //! maximum row UChar_t viM = 0; //! index of maximum signal in the projection UShort_t vyM = 0; //! bit map for cluster topology classification - int fHitTimeOff = 0; //! hit time offset for synchronization + int fHitTimeOff = 0; //! hit time offset for synchronization std::vector<Double_t> vs; //! working copy of signals from cluster std::vector<Double_t> vse; //! working copy of signal errors from cluster std::vector<Char_t> vt; //! working copy of signal relative timing