#include <StationGPSData.h>
Public Member Functions | |
unsigned int | GetCorrectedNanosecond () const |
Get corrected trigger nanosecond. More... | |
int | GetCurrent100 () const |
int | GetCurrent40 () const |
int | GetCurrentST () const |
int | GetNext100 () const |
int | GetNext40 () const |
int | GetNextST () const |
int | GetOffset () const |
Get GPS offset compared to a reference. More... | |
int | GetPreviousST () const |
unsigned int | GetSecond () const |
Get end of traces raw time. More... | |
unsigned int | GetTick () const |
unsigned int | GetTickFall () const |
void | SetCorrectedNanosecond (const unsigned int ns) |
Set corrected trigger nanosecond. More... | |
void | SetCurrent100 (const int num) |
void | SetCurrent40 (const int num) |
void | SetCurrentST (const int num) |
void | SetNext100 (const int num) |
void | SetNext40 (const int num) |
void | SetNextST (const int num) |
void | SetOffset (const int os) |
Set GPS offset compared to a reference. More... | |
void | SetPreviousST (const int num) |
void | SetSecond (const unsigned int sec) |
Set end of traces raw time. More... | |
void | SetTick (const unsigned int num) |
void | SetTickFall (const unsigned int num) |
Private Member Functions | |
StationGPSData ()=default | |
Private Attributes | |
unsigned int | fCorrectedNanosecond = 0 |
int | fCurrent100 = 0 |
int | fCurrent40 = 0 |
int | fCurrentST = 0 |
int | fNext100 = 0 |
int | fNext40 = 0 |
int | fNextST = 0 |
int | fOffset = 0 |
int | fPreviousST = 0 |
unsigned int | fSecond = 0 |
unsigned int | fTick = 0 |
unsigned int | fTickFall = 0 |
Friends | |
class | Station |
class | StationSimData |
class | utl::ShadowPtr< StationGPSData > |
|
privatedefault |
|
inline |
Get corrected trigger nanosecond.
Definition at line 33 of file SEvent/StationGPSData.h.
References fCorrectedNanosecond.
Referenced by evt::ConvertEventToIoSd(), SdTopDownSignalSelectorUGR::SdTopDownSignalSelectorUGR::FoundBasicSegments(), SdTopDownSignalSelectorUGR::SdTopDownSignalSelectorUGR::FoundSegments(), SdInspectorOG::SdInspector::Run(), and SdTopDownSignalSelectorUGR::SdTopDownSignalSelectorUGR::UpdateStationValues().
|
inline |
Definition at line 45 of file SEvent/StationGPSData.h.
References fCurrent100.
Referenced by evt::ConvertEventToIoSd(), and SdInspectorOG::SdInspector::Run().
|
inline |
Definition at line 51 of file SEvent/StationGPSData.h.
References fCurrent40.
Referenced by evt::ConvertEventToIoSd(), and SdInspectorOG::SdInspector::Run().
|
inline |
Definition at line 60 of file SEvent/StationGPSData.h.
References fCurrentST.
Referenced by io::ApplyTimeCorrection(), evt::ConvertEventToIoSd(), and SdInspectorOG::SdInspector::Run().
|
inline |
Definition at line 48 of file SEvent/StationGPSData.h.
References fNext100.
Referenced by io::ApplyTimeCorrection(), evt::ConvertEventToIoSd(), and SdInspectorOG::SdInspector::Run().
|
inline |
Definition at line 54 of file SEvent/StationGPSData.h.
References fNext40.
Referenced by evt::ConvertEventToIoSd(), and SdInspectorOG::SdInspector::Run().
|
inline |
Definition at line 63 of file SEvent/StationGPSData.h.
References fNextST.
Referenced by io::ApplyTimeCorrection(), evt::ConvertEventToIoSd(), and SdInspectorOG::SdInspector::Run().
|
inline |
Get GPS offset compared to a reference.
Definition at line 27 of file SEvent/StationGPSData.h.
References fOffset.
Referenced by io::ApplyTimeCorrection(), evt::ConvertEventToIoSd(), and SdInspectorOG::SdInspector::Run().
|
inline |
Definition at line 57 of file SEvent/StationGPSData.h.
References fPreviousST.
Referenced by evt::ConvertEventToIoSd(), and SdInspectorOG::SdInspector::Run().
|
inline |
Get end of traces raw time.
Definition at line 21 of file SEvent/StationGPSData.h.
References fSecond.
Referenced by evt::ConvertEventToIoSd(), SdTopDownSignalSelectorUGR::SdTopDownSignalSelectorUGR::FoundBasicSegments(), SdTopDownSignalSelectorUGR::SdTopDownSignalSelectorUGR::FoundSegments(), SdInspectorOG::SdInspector::Run(), and SdTopDownSignalSelectorUGR::SdTopDownSignalSelectorUGR::UpdateStationValues().
|
inline |
Definition at line 39 of file SEvent/StationGPSData.h.
References fTick.
Referenced by SdStationCheckerOG::SdStationChecker::ApplyTimeCorrection(), SdCalibratorOG::SdCalibrator::ApplyTimeCorrection(), io::ApplyTimeCorrection(), evt::ConvertEventToIoSd(), and SdInspectorOG::SdInspector::Run().
|
inline |
Definition at line 42 of file SEvent/StationGPSData.h.
References fTickFall.
Referenced by io::ApplyTimeCorrection(), evt::ConvertEventToIoSd(), and SdInspectorOG::SdInspector::Run().
|
inline |
Set corrected trigger nanosecond.
Definition at line 36 of file SEvent/StationGPSData.h.
References fCorrectedNanosecond, and ns.
Referenced by io::ApplyTimeCorrection(), io::StationGPSData_ROOT::operator>>(), testSEventImpl::setStationGPSDataValues(), and testSEventImpl::setStationSimDataValues().
|
inline |
Definition at line 46 of file SEvent/StationGPSData.h.
References fCurrent100.
Referenced by CentralTriggerEventBuilderNS::CentralTriggerEventBuilder::BuildEvent(), io::StationGPSData_ROOT::operator>>(), testSEventImpl::setStationGPSDataValues(), and testSEventImpl::setStationSimDataValues().
|
inline |
Definition at line 52 of file SEvent/StationGPSData.h.
References fCurrent40.
Referenced by CentralTriggerEventBuilderNS::CentralTriggerEventBuilder::BuildEvent(), io::StationGPSData_ROOT::operator>>(), testSEventImpl::setStationGPSDataValues(), and testSEventImpl::setStationSimDataValues().
|
inline |
Definition at line 61 of file SEvent/StationGPSData.h.
References fCurrentST.
Referenced by CentralTriggerEventBuilderNS::CentralTriggerEventBuilder::BuildEvent(), io::StationGPSData_ROOT::operator>>(), testSEventImpl::setStationGPSDataValues(), and testSEventImpl::setStationSimDataValues().
|
inline |
Definition at line 49 of file SEvent/StationGPSData.h.
References fNext100.
Referenced by CentralTriggerEventBuilderNS::CentralTriggerEventBuilder::BuildEvent(), io::StationGPSData_ROOT::operator>>(), testSEventImpl::setStationGPSDataValues(), and testSEventImpl::setStationSimDataValues().
|
inline |
Definition at line 55 of file SEvent/StationGPSData.h.
References fNext40.
Referenced by CentralTriggerEventBuilderNS::CentralTriggerEventBuilder::BuildEvent(), io::StationGPSData_ROOT::operator>>(), testSEventImpl::setStationGPSDataValues(), and testSEventImpl::setStationSimDataValues().
|
inline |
Definition at line 64 of file SEvent/StationGPSData.h.
References fNextST.
Referenced by CentralTriggerEventBuilderNS::CentralTriggerEventBuilder::BuildEvent(), io::StationGPSData_ROOT::operator>>(), testSEventImpl::setStationGPSDataValues(), and testSEventImpl::setStationSimDataValues().
|
inline |
Set GPS offset compared to a reference.
Definition at line 30 of file SEvent/StationGPSData.h.
References fOffset.
Referenced by CentralTriggerEventBuilderNS::CentralTriggerEventBuilder::BuildEvent(), io::StationGPSData_ROOT::operator>>(), testSEventImpl::setStationGPSDataValues(), and testSEventImpl::setStationSimDataValues().
|
inline |
Definition at line 58 of file SEvent/StationGPSData.h.
References fPreviousST.
Referenced by CentralTriggerEventBuilderNS::CentralTriggerEventBuilder::BuildEvent(), io::StationGPSData_ROOT::operator>>(), testSEventImpl::setStationGPSDataValues(), and testSEventImpl::setStationSimDataValues().
|
inline |
Set end of traces raw time.
Definition at line 24 of file SEvent/StationGPSData.h.
References fSecond.
Referenced by CentralTriggerEventBuilderNS::CentralTriggerEventBuilder::BuildEvent(), io::StationGPSData_ROOT::operator>>(), testSEventImpl::setStationGPSDataValues(), and testSEventImpl::setStationSimDataValues().
|
inline |
Definition at line 40 of file SEvent/StationGPSData.h.
References fTick.
Referenced by CentralTriggerEventBuilderNS::CentralTriggerEventBuilder::BuildEvent(), io::StationGPSData_ROOT::operator>>(), testSEventImpl::setStationGPSDataValues(), and testSEventImpl::setStationSimDataValues().
|
inline |
Definition at line 43 of file SEvent/StationGPSData.h.
References fTickFall.
Referenced by CentralTriggerEventBuilderNS::CentralTriggerEventBuilder::BuildEvent(), io::StationGPSData_ROOT::operator>>(), testSEventImpl::setStationGPSDataValues(), and testSEventImpl::setStationSimDataValues().
|
friend |
Definition at line 83 of file SEvent/StationGPSData.h.
|
friend |
Definition at line 84 of file SEvent/StationGPSData.h.
|
friend |
Definition at line 85 of file SEvent/StationGPSData.h.
|
private |
Definition at line 81 of file SEvent/StationGPSData.h.
Referenced by GetCorrectedNanosecond(), and SetCorrectedNanosecond().
|
private |
Definition at line 74 of file SEvent/StationGPSData.h.
Referenced by GetCurrent100(), and SetCurrent100().
|
private |
Definition at line 76 of file SEvent/StationGPSData.h.
Referenced by GetCurrent40(), and SetCurrent40().
|
private |
Definition at line 79 of file SEvent/StationGPSData.h.
Referenced by GetCurrentST(), and SetCurrentST().
|
private |
Definition at line 75 of file SEvent/StationGPSData.h.
Referenced by GetNext100(), and SetNext100().
|
private |
Definition at line 77 of file SEvent/StationGPSData.h.
Referenced by GetNext40(), and SetNext40().
|
private |
Definition at line 80 of file SEvent/StationGPSData.h.
Referenced by GetNextST(), and SetNextST().
|
private |
Definition at line 71 of file SEvent/StationGPSData.h.
Referenced by GetOffset(), and SetOffset().
|
private |
Definition at line 78 of file SEvent/StationGPSData.h.
Referenced by GetPreviousST(), and SetPreviousST().
|
private |
Definition at line 70 of file SEvent/StationGPSData.h.
Referenced by GetSecond(), and SetSecond().
|
private |
Definition at line 72 of file SEvent/StationGPSData.h.
|
private |
Definition at line 73 of file SEvent/StationGPSData.h.
Referenced by GetTickFall(), and SetTickFall().