Skip to content
Snippets Groups Projects
Commit d44ed254 authored by Felix Weiglhofer's avatar Felix Weiglhofer
Browse files

Remove (unused) vtable from Digis used in online code.

parent 069da2d5
No related branches found
No related tags found
1 merge request!1343Remove (unused) vtable from Digis used in online code.
Pipeline #24289 passed
...@@ -55,7 +55,7 @@ public: ...@@ -55,7 +55,7 @@ public:
/** @brief Destructor **/ /** @brief Destructor **/
virtual ~CbmBmonDigi() {}; ~CbmBmonDigi() {};
/** @brief Get the desired name of the branch for this objects in the cbm output tree (static) /** @brief Get the desired name of the branch for this objects in the cbm output tree (static)
......
...@@ -58,7 +58,7 @@ public: ...@@ -58,7 +58,7 @@ public:
CbmMuchDigi& operator=(const CbmMuchDigi&); CbmMuchDigi& operator=(const CbmMuchDigi&);
/** Destructor **/ /** Destructor **/
virtual ~CbmMuchDigi() {} ~CbmMuchDigi() {}
/** @brief Charge /** @brief Charge
** @return Return ADC value as charge ** @return Return ADC value as charge
...@@ -90,8 +90,8 @@ public: ...@@ -90,8 +90,8 @@ public:
uint16_t GetAdc() const { return fCharge; } uint16_t GetAdc() const { return fCharge; }
virtual int32_t GetAddress() const { return static_cast<int32_t>(fAddress); } int32_t GetAddress() const { return static_cast<int32_t>(fAddress); }
virtual double GetTime() const { return static_cast<double>(fTime); } double GetTime() const { return static_cast<double>(fTime); }
// Setters // Setters
void SetAdc(int32_t adc); void SetAdc(int32_t adc);
......
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