Public Member Functions | |
DCMOffset () | |
~DCMOffset () | |
int | DCM () const |
Return DCM. More... | |
float | Offset () const |
return the timing offset (ns) More... | |
float | Sigma () const |
return uncertaint on offset (ns) More... | |
int | Stats () const |
return number of track segments for dcm in analysis, quality measure More... | |
uint32_t | StartTime () const |
return start time offset is valid for More... | |
uint32_t | EndTime () const |
return end time offset is valid for More... | |
void | SetDCM (int aDCM) |
Set DCM. More... | |
void | SetOffset (float aOffset) |
Set the timing offset (ns) More... | |
void | SetSigma (float aSigma) |
Set uncertaint on offset (ns) More... | |
void | SetStats (int aStats) |
Set number of track segments for dcm in analysis, quality measure. More... | |
void | SetStartTime (uint32_t aStart) |
Set start time offset is valid for. More... | |
void | SetEndTime (uint32_t aEnd) |
Set end time offset is valid for. More... | |
Protected Attributes | |
int | dcm |
dcm number More... | |
float | offset |
dcm timing offset More... | |
float | sigma |
uncertainty in offset More... | |
float | stats |
number of track segments for dcm More... | |
uint32_t | sTime |
start time offset is valid for More... | |
uint32_t | eTime |
end time offset is valid for More... | |
Definition at line 14 of file DCMOffset.h.
DCMOffset::DCMOffset | ( | ) |
Definition at line 11 of file DCMOffset.cxx.
DCMOffset::~DCMOffset | ( | ) |
Definition at line 20 of file DCMOffset.cxx.
|
inline |
|
inline |
|
inline |
Set DCM.
Definition at line 35 of file DCMOffset.h.
References dcm.
Referenced by calib::DCMTimingOffset::endRun().
|
inline |
Set end time offset is valid for.
Definition at line 45 of file DCMOffset.h.
Referenced by calib::DCMTimingOffset::endRun().
|
inline |
Set the timing offset (ns)
Definition at line 37 of file DCMOffset.h.
References offset.
Referenced by calib::DCMTimingOffset::endRun().
|
inline |
Set uncertaint on offset (ns)
Definition at line 39 of file DCMOffset.h.
References sigma.
Referenced by calib::DCMTimingOffset::endRun().
|
inline |
Set start time offset is valid for.
Definition at line 43 of file DCMOffset.h.
References sTime.
Referenced by calib::DCMTimingOffset::endRun().
Set number of track segments for dcm in analysis, quality measure.
Definition at line 41 of file DCMOffset.h.
References stats.
Referenced by calib::DCMTimingOffset::endRun().
|
inline |
|
inline |
|
inline |
return number of track segments for dcm in analysis, quality measure
Definition at line 28 of file DCMOffset.h.
References stats.
|
protected |
dcm number
Definition at line 45 of file DCMOffset.h.
Referenced by DCM(), SetDCM(), and SetEndTime().
|
protected |
end time offset is valid for
Definition at line 55 of file DCMOffset.h.
Referenced by EndTime(), and SetEndTime().
|
protected |
dcm timing offset
Definition at line 51 of file DCMOffset.h.
Referenced by PandAna.core.filesource.sourcewrapper::__call__(), Offset(), SetOffset(), and PandAna.core.filesource.sourcewrapper::sourceArgsID().
|
protected |
uncertainty in offset
Definition at line 52 of file DCMOffset.h.
Referenced by SetSigma(), and Sigma().
|
protected |
number of track segments for dcm
Definition at line 53 of file DCMOffset.h.
Referenced by SetStats(), and Stats().
|
protected |
start time offset is valid for
Definition at line 54 of file DCMOffset.h.
Referenced by SetStartTime(), and StartTime().