BmnRoot
Loading...
Searching...
No Matches
CbmStsSensorPoint.cxx
Go to the documentation of this file.
1
7#include "CbmStsSensorPoint.h"
8
9
10// --- Default constructor -----------------------------------------------
12 fX2(0.), fY2(0.),
13 fELoss(0.), fTime(0.) { }
14// -------------------------------------------------------------------------
15
16
17
18// --- Destructor --------------------------------------------------------
20// -------------------------------------------------------------------------
21
22
23
24// --- Standard constructor ----------------------------------------------
25CbmStsSensorPoint::CbmStsSensorPoint(Double_t x1, Double_t y1,
26 Double_t x2, Double_t y2,
27 Double_t eLoss, Double_t time)
28 : fX1(x1), fY1(y1), fX2(x2), fY2(y2), fELoss(eLoss), fTime(time) { }
29// -------------------------------------------------------------------------