Skip to content
Snippets Groups Projects
Commit 9dabd26f authored by Andreas Salzburger's avatar Andreas Salzburger
Browse files

add override final

parent 68d0dc40
No related branches found
No related tags found
1 merge request!249Actsfw 6 12 read sim digi adaptions
Pipeline #
...@@ -104,12 +104,12 @@ public: ...@@ -104,12 +104,12 @@ public:
/// return the surface bounds by reference /// return the surface bounds by reference
/// specialization for Rectangle Bounds /// specialization for Rectangle Bounds
const PlanarBounds& const PlanarBounds&
moduleBounds() const final; moduleBounds() const final override;
/// return the bin utility that defines the /// return the bin utility that defines the
/// readout segmentation /// readout segmentation
const BinUtility& const BinUtility&
binUtility() const final; binUtility() const final override;
private: private:
template <class T> template <class T>
......
...@@ -61,6 +61,7 @@ public: ...@@ -61,6 +61,7 @@ public:
/// Virtual Destructor /// Virtual Destructor
virtual ~DigitizationModule() {} virtual ~DigitizationModule() {}
/// Return the internal test segmentation surfaces to test between entry /// Return the internal test segmentation surfaces to test between entry
/// and exit given by their cell id's - the boundaries are not given /// and exit given by their cell id's - the boundaries are not given
/// ///
......
...@@ -64,7 +64,7 @@ public: ...@@ -64,7 +64,7 @@ public:
private: private:
std::vector<DigitizationCell> m_digitizationCells; /// the digitization cells std::vector<DigitizationCell> m_digitizationCells; /// the digitization cells
std::vector<barcode_type> m_barcodes; /// barcode types std::vector<barcode_type> m_barcodes; /// barcodes of particles
}; };
inline const std::vector<DigitizationCell>& inline const std::vector<DigitizationCell>&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment