|
BmnRoot
|
Container class for a local point in a STS sensor. More...
#include <CbmStsSensorPoint.h>
Public Member Functions | |
| CbmStsSensorPoint () | |
| CbmStsSensorPoint (Double_t x1, Double_t y1, Double_t x2, Double_t y2, Double_t eLoss, Double_t time) | |
| virtual | ~CbmStsSensorPoint () |
| Double_t | GetX1 () const |
| Double_t | GetY1 () const |
| Double_t | GetX2 () const |
| Double_t | GetY2 () const |
| Double_t | GetELoss () const |
| Double_t | GetTime () const |
Container class for a local point in a STS sensor.
Stores parameters needed for digitisation in the sensor C.S.
Definition at line 21 of file CbmStsSensorPoint.h.
| CbmStsSensorPoint::CbmStsSensorPoint | ( | ) |
Default constructor
Definition at line 11 of file CbmStsSensorPoint.cxx.
| CbmStsSensorPoint::CbmStsSensorPoint | ( | Double_t | x1, |
| Double_t | y1, | ||
| Double_t | x2, | ||
| Double_t | y2, | ||
| Double_t | eLoss, | ||
| Double_t | time | ||
| ) |
Constructor with parameters
| x1,y1 | Entry coordinates in local C.S. [cm] |
| x2,y2 | Exit coordinates in local C.S. [cm] |
| eLoss | Energy deposit [GeV] |
| time | Time [ns] |
Definition at line 25 of file CbmStsSensorPoint.cxx.
|
virtual |
Destructor
Definition at line 19 of file CbmStsSensorPoint.cxx.
|
inline |
Definition at line 49 of file CbmStsSensorPoint.h.
|
inline |
Definition at line 50 of file CbmStsSensorPoint.h.
|
inline |
Accessors
Definition at line 45 of file CbmStsSensorPoint.h.
|
inline |
Definition at line 47 of file CbmStsSensorPoint.h.
|
inline |
Definition at line 46 of file CbmStsSensorPoint.h.
|
inline |
Definition at line 48 of file CbmStsSensorPoint.h.