1 #ifndef _sevt_EventTrigger_h_
2 #define _sevt_EventTrigger_h_
4 #include <utl/TimeStamp.h>
5 #include <utl/LameShadowPtr_fwd.h>
Interface class to access to the SD part of an event.
void SetTime(const utl::TimeStamp &time)
Set time of the trigger.
unsigned int GetId() const
Get Id of the trigger.
void SetPreviousId(const unsigned int id)
Set Id of the FD trigger that contains data for this event.
unsigned int GetPreviousId() const
Get Id of the FD trigger that contains data for this event.
A TimeStamp holds GPS second and nanosecond for some event.
Interface class to access the Event Trigger (T3)
void SetId(const unsigned int id)
Set Id of the trigger.
unsigned int GetNStations() const
Get number of stations in the trigger.
utl::TimeStamp GetTime() const
Get time of the trigger.
void SetNStations(const unsigned int num)
Set number of stations in the trigger.
void SetSDPAngle(const double ang)
Set SDPAngle of the trigger.
void SetAlgorithm(const std::string &algo)
Set algorithm of the trigger.
std::string GetAlgorithm() const
Get algorithm of the trigger.
std::string GetSender() const
Get sender of the trigger.
void SetSender(const std::string &sender)
Set sender of the trigger.
double GetSDPAngle() const
Get SDPAngle of the trigger.