Skip to content
Snippets Groups Projects
Commit 07d0ec0c authored by Volker Friese's avatar Volker Friese
Browse files

Remove declaration of not implemenetd method. Refs #2630.

parent 9e78e152
No related branches found
No related tags found
No related merge requests found
...@@ -52,15 +52,6 @@ public: ...@@ -52,15 +52,6 @@ public:
virtual ~CbmBmonDigitize(); virtual ~CbmBmonDigitize();
/** Create a digi and send it for further processing
** @param address Unique channel address
** @param time Absolute time [ns]
** @param adc Digitised charge [ADC channels]
** @param match MC Match object
**/
void CreateDigi(Int_t address, UShort_t channel, Long64_t time, UShort_t adc, const CbmMatch& match);
/** @brief Detector system ID /** @brief Detector system ID
** @return kSts ** @return kSts
**/ **/
......
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