CbmRoot
CbmMuchPad.cxx
Go to the documentation of this file.
1
#include "
CbmMuchPad.h
"
2
3
// -------------------------------------------------------------------------
4
CbmMuchPad::CbmMuchPad
()
5
: fAddress(0)
6
, fX(0.)
7
, fY(0.)
8
, fDx(0.)
9
, fDy(0.)
10
, fDigiIndex(-1)
11
,
12
//fDigi(NULL),
13
//fMatch(NULL),
14
fNeighbours() {
15
fNeighbours
.resize(20);
16
}
17
// -------------------------------------------------------------------------
18
19
// -------------------------------------------------------------------------
20
CbmMuchPad::CbmMuchPad
(Int_t address,
21
Double_t
x
,
22
Double_t
y
,
23
Double_t dx,
24
Double_t dy)
25
: fAddress(address)
26
, fX(
x
)
27
, fY(
y
)
28
, fDx(dx)
29
, fDy(dy)
30
, fDigiIndex(-1)
31
,
33
//fDigi(new CbmMuchDigi(address)),
34
//fMatch(new CbmMuchDigiMatch()),
35
fNeighbours() {
36
fNeighbours
.resize(20);
37
}
38
// -------------------------------------------------------------------------
CbmMuchPad::fNeighbours
std::vector< CbmMuchPad * > fNeighbours
Definition:
CbmMuchPad.h:62
CbmMuchPad.h
x
Double_t x
Definition:
CbmMvdSensorDigiToHitTask.cxx:68
y
Double_t y
Definition:
CbmMvdSensorDigiToHitTask.cxx:68
CbmMuchPad::CbmMuchPad
CbmMuchPad()
Definition:
CbmMuchPad.cxx:4
core
detectors
much
CbmMuchPad.cxx
Generated on Wed Oct 28 2020 15:11:42 for CbmRoot by
1.8.18