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
21
class
CbmStsSensorPoint
22
{
23
24
public
:
25
27
CbmStsSensorPoint
();
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 */
CbmStsSensorPoint
Container class for a local point in a STS sensor.
Definition
CbmStsSensorPoint.h:22
CbmStsSensorPoint::GetY2
Double_t GetY2() const
Definition
CbmStsSensorPoint.h:48
CbmStsSensorPoint::GetY1
Double_t GetY1() const
Definition
CbmStsSensorPoint.h:46
CbmStsSensorPoint::CbmStsSensorPoint
CbmStsSensorPoint()
Definition
CbmStsSensorPoint.cxx:11
CbmStsSensorPoint::GetX1
Double_t GetX1() const
Definition
CbmStsSensorPoint.h:45
CbmStsSensorPoint::~CbmStsSensorPoint
virtual ~CbmStsSensorPoint()
Definition
CbmStsSensorPoint.cxx:19
CbmStsSensorPoint::GetX2
Double_t GetX2() const
Definition
CbmStsSensorPoint.h:47
CbmStsSensorPoint::GetTime
Double_t GetTime() const
Definition
CbmStsSensorPoint.h:50
CbmStsSensorPoint::GetELoss
Double_t GetELoss() const
Definition
CbmStsSensorPoint.h:49
detectors
sts
setup
CbmStsSensorPoint.h
Generated on Fri May 15 2026 10:40:53 for BmnRoot by
1.9.8