CbmRoot
|
Structure for keeping the current information on the timeslice. More...
#include <CaTimesliceHeader.h>
Public Member Functions | |
float & | End () |
Accesses the end of timeslice [ns]. | |
float | End () const |
float & | Start () |
Accesses the start of timeslice [ns]. | |
float | Start () const |
std::string | ToString () const |
String representation of the contents. | |
float | ConvToTau (float time) const |
Converts time from ns to tau. | |
float | ConvToNs (float tau) const |
Converts time from tau to ns. | |
Private Attributes | |
float | fStart |
Start of timeslice. | |
float | fEnd |
End of timeslice. | |
Structure for keeping the current information on the timeslice.
Definition at line 18 of file CaTimesliceHeader.h.
|
inline |
Converts time from tau to ns.
Definition at line 35 of file CaTimesliceHeader.h.
|
inline |
Converts time from ns to tau.
Definition at line 32 of file CaTimesliceHeader.h.
|
inline |
Accesses the end of timeslice [ns].
Definition at line 21 of file CaTimesliceHeader.h.
References fEnd.
Referenced by cbm::algo::ca::TrackFinder::FindTracks().
|
inline |
Definition at line 22 of file CaTimesliceHeader.h.
References fEnd.
|
inline |
Accesses the start of timeslice [ns].
Definition at line 25 of file CaTimesliceHeader.h.
References fStart.
Referenced by cbm::algo::ca::TrackFinder::FindTracks().
|
inline |
Definition at line 26 of file CaTimesliceHeader.h.
References fStart.
std::string TimesliceHeader::ToString | ( | ) | const |
String representation of the contents.
Definition at line 18 of file CaTimesliceHeader.cxx.
|
private |
End of timeslice.
Definition at line 39 of file CaTimesliceHeader.h.
Referenced by ConvToNs(), ConvToTau(), End(), End(), and ToString().
|
private |
Start of timeslice.
Definition at line 38 of file CaTimesliceHeader.h.
Referenced by ConvToNs(), ConvToTau(), Start(), Start(), and ToString().