Remove module id from RamBuffer

Module id is already present in the buffer package.
This commit is contained in:
2020-09-04 12:54:41 +02:00
parent 352aefef26
commit bf1a5a928b
2 changed files with 3 additions and 7 deletions
-2
View File
@@ -7,7 +7,6 @@
class RamBuffer {
const std::string detector_name_;
const int n_modules_;
const int module_n_;
const int n_slots_;
const size_t meta_size_;
@@ -23,7 +22,6 @@ class RamBuffer {
public:
RamBuffer(const std::string& detector_name,
const int n_modules,
const int module_n=0,
const int n_slots=RAM_BUFFER_N_SLOTS);
~RamBuffer();