1 #ifndef _RdStationNoiseAnalyser_h_
2 #define _RdStationNoiseAnalyser_h_
4 #include <fwk/VModule.h>
5 #include <utl/TimeStamp.h>
38 VModule::ResultFlag
Init();
void ConvertChannelToStation(revt::Station &stat, const rdet::RDetector &rDet)
TH1F * fH_TimeSinceLastEvent
~RdStationNoiseAnalyser()
VModule::ResultFlag Run(evt::Event &theevent)
Run: invoked once per event.
utl::TimeStamp fLastEventTS
A TimeStamp holds GPS second and nanosecond for some event.
Detector description interface for RDetector-related data.
TH2F * fH2_TimeSinceLastEventLocT
class to hold data at the radio Station level.
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
unsigned long int fTimeMax
VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
static const int kGPS_UTC_Offset
ResultFlag
Flag returned by module methods to the RunController.
float fPartOfTheTraceToUse
unsigned long int fTimeMin
TH2F * fH2_TimeSinceLastEventLST
REGISTER_MODULE("RdStationNoiseAnalyser", RdStationNoiseAnalyser)