3 #include <fwk/CentralConfig.h>
5 #include <utl/ErrorLogger.h>
6 #include <utl/Reader.h>
7 #include <utl/config.h>
8 #include <utl/TraceAlgorithm.h>
10 #include <evt/Event.h>
11 #include <revt/REvent.h>
12 #include <revt/Station.h>
13 #include <revt/Channel.h>
36 WARNING(
"No radio event found!");
40 REvent& rEvent =
event.GetREvent();
43 for (
auto& station : rEvent.StationsRange()) {
44 for (
auto& channel : station.ChannelsRange()) {
46 if (!channel.IsActive())
55 RemoveDCOffset(trace);
64 RdChannelPedestalRemover::Finish()
73 for (
auto& binValue : trace) {
Interface class to access to the Radio part of an event.
void Init()
Initialise the registry.
#define WARNING(message)
Macro for logging warning messages.
ResultFlag
Flag returned by module methods to the RunController.
double Mean(const std::vector< double > &v)