BmnRoot
Loading...
Searching...
No Matches
CbmStsSensorPoint.h
Go to the documentation of this file.
1
6#ifndef CBMSTSSENSORPOINT_H
7#define CBMSTSSENSORPOINT_H 1
8
9
10#include "Rtypes.h"
11
22{
23
24 public:
25
28
29
36 CbmStsSensorPoint(Double_t x1, Double_t y1,
37 Double_t x2, Double_t y2,
38 Double_t eLoss, Double_t time);
39
41 virtual ~CbmStsSensorPoint();
42
43
45 Double_t GetX1() const { return fX1; }
46 Double_t GetY1() const { return fY1; }
47 Double_t GetX2() const { return fX2; }
48 Double_t GetY2() const { return fY2; }
49 Double_t GetELoss() const { return fELoss; }
50 Double_t GetTime() const { return fTime; }
51
52
53
54 private:
55
56 Double_t fX1;
57 Double_t fY1;
58 Double_t fX2;
59 Double_t fY2;
60 Double_t fELoss;
61 Double_t fTime;
62
63 ClassDef(CbmStsSensorPoint,1);
64
65};
66
67#endif /* CBMSTSSENSORPOINT_H */
Container class for a local point in a STS sensor.
Double_t GetY2() const
Double_t GetY1() const
Double_t GetX1() const
Double_t GetX2() const
Double_t GetTime() const
Double_t GetELoss() const