|
1 | 1 | /****************************************************************************** |
2 | 2 | * Copyright (C) 2025 GSI Helmholtzzentrum für Schwerionenforschung GmbH * |
3 | | - * Copyright (C) 2025 Members of R3B Collaboration * |
| 3 | + * Copyright (C) 2025-2026 Members of R3B Collaboration * |
4 | 4 | * * |
5 | 5 | * This software is distributed under the terms of the * |
6 | 6 | * GNU General Public Licence (GPL) version 3, * |
@@ -71,18 +71,18 @@ class R3BActafMappedData : public TObject |
71 | 71 |
|
72 | 72 | virtual ~R3BActafMappedData() = default; |
73 | 73 |
|
74 | | - [[nodiscard]] inline UInt_t GetPad() const { return fPad; } |
75 | | - [[nodiscard]] inline const std::array<double, ACTAF_BINS>& GetTrace() const { return fTrace; } |
76 | | - [[nodiscard]] inline double GetE() const { return fE; } |
77 | | - [[nodiscard]] inline double GetBaseline() const { return fBaseline; } |
78 | | - [[nodiscard]] inline double GetRisetime() const { return fRisetime; } |
79 | | - [[nodiscard]] inline int GetMaxpos() const { return fMaxpos; } |
80 | | - [[nodiscard]] inline double GetMaxampl() const { return fMaxamplitude; } |
81 | | - [[nodiscard]] inline double GetLeadingEdgeTime() const { return fLeadingEdge10; } |
82 | | - [[nodiscard]] inline double GetRms() const { return fRms; } |
83 | | - [[nodiscard]] inline int GetTimeTag() const { return fTimeTag; } |
84 | | - [[nodiscard]] inline int GetDetMask() const { return fDetMask; } |
85 | | - [[nodiscard]] inline double GetMaw() const { return fMaw; } |
| 74 | + [[nodiscard]] UInt_t GetPad() const { return fPad; } |
| 75 | + [[nodiscard]] const std::array<double, ACTAF_BINS>& GetTrace() const { return fTrace; } |
| 76 | + [[nodiscard]] double GetE() const { return fE; } |
| 77 | + [[nodiscard]] double GetBaseline() const { return fBaseline; } |
| 78 | + [[nodiscard]] double GetRisetime() const { return fRisetime; } |
| 79 | + [[nodiscard]] int GetMaxpos() const { return fMaxpos; } |
| 80 | + [[nodiscard]] double GetMaxampl() const { return fMaxamplitude; } |
| 81 | + [[nodiscard]] double GetLeadingEdgeTime() const { return fLeadingEdge10; } |
| 82 | + [[nodiscard]] double GetRms() const { return fRms; } |
| 83 | + [[nodiscard]] int GetTimeTag() const { return fTimeTag; } |
| 84 | + [[nodiscard]] int GetDetMask() const { return fDetMask; } |
| 85 | + [[nodiscard]] double GetMaw() const { return fMaw; } |
86 | 86 |
|
87 | 87 | [[nodiscard]] std::string toString() const; |
88 | 88 | void Print(const Option_t*) const override; |
|
0 commit comments