mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-27 04:00:43 +02:00
Merge branch 'eiger' of https://github.com/paulscherrerinstitute/sf_daq_buffer into eiger
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
class AssemblerStats {
|
||||
const std::string detector_name_;
|
||||
const size_t stats_modulo_;
|
||||
const size_t stats_time_;
|
||||
|
||||
int image_counter_;
|
||||
int n_corrupted_images_;
|
||||
@@ -19,7 +19,7 @@ class AssemblerStats {
|
||||
|
||||
public:
|
||||
AssemblerStats(const std::string &detector_name,
|
||||
const size_t stats_modulo);
|
||||
const size_t stats_time);
|
||||
|
||||
void record_stats(const ImageMetadata *meta, const uint32_t n_lost_pulses);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user