Skip to content
Snippets Groups Projects

remove unused 'operator std::string()' methods from LArRawEvent

Merged Walter Lampl requested to merge wlampl/athena:rm_StringOp into 23.0
10 files
+ 0
188
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -67,10 +67,6 @@ class LArDigit {
/** @return a reference to a stl vector containing the sample values */
const std::vector<short>& samples() const { return m_samples; }
/** @brief Conversion operator to a std::string <br> Can be used in a cast
* operation : (std::string) digit <br> */
virtual operator std::string() const;
/** @brief Set new digits in object.
@param[in] samples vector of ADC time samples
*/
Loading