1 #ifndef _RdStationPulseShapeRejector_RdStationPulseShapeRejector_h_
2 #define _RdStationPulseShapeRejector_RdStationPulseShapeRejector_h_
4 #include <fwk/VModule.h>
5 #include <revt/Channel.h>
6 #include <revt/REvent.h>
7 #include <utl/TimeStamp.h>
8 #include <utl/CoordinateSystem.h>
9 #include <utl/RadioGeometryUtilities.h>
10 #include <evt/ShowerRRecData.h>
12 namespace RdStationPulseShapeRejector {
void CheckT2Crossings(revt::Station &station, int peakInt)
int FindTraceMaximum(revt::Station &station)
fwk::VModule::ResultFlag Run(evt::Event &event) override
Run: invoked once per event.
bool fUseVerticalComponent
class to hold data at the radio Station level.
bool CheckT1Crossings(revt::Station &station, int peakInt)
bool IsSignalRising(const revt::StationTimeSeries &trace, int point)
fwk::VModule::ResultFlag Init() override
Initialize: invoked at beginning of run (NOT beginning of event)
REGISTER_MODULE("RdStationPulseShapeRejector", RdStationPulseShapeRejector)
ResultFlag
Flag returned by module methods to the RunController.
Template class for a FADC data or calibrated data container. Use the typedefs (TraceD, TraceI, etc.) defined in Trace-fwd.h.
fwk::VModule::ResultFlag Finish() override
Finish: invoked at end of the run (NOT end of the event)