#include <PndSdsCell.h>
PndSdsCell.h
- Author
- A.Karavdina karav.nosp@m.din@.nosp@m.kph.u.nosp@m.ni-m.nosp@m.ainz..nosp@m.de
A container for a cell (straight track's segment)
Definition at line 19 of file PndSdsCell.h.
◆ PndSdsCell() [1/2]
PndSdsCell::PndSdsCell |
( |
| ) |
|
Default constructor (not for use)
◆ PndSdsCell() [2/2]
PndSdsCell::PndSdsCell |
( |
unsigned int |
hitUp, |
|
|
unsigned int |
hitDw |
|
) |
| |
◆ ~PndSdsCell()
PndSdsCell::~PndSdsCell |
( |
| ) |
|
◆ GetHitDw()
int PndSdsCell::GetHitDw |
( |
| ) |
|
|
inline |
Definition at line 35 of file PndSdsCell.h.
35 {
return fhit_downstream; }
◆ GetHitUp()
int PndSdsCell::GetHitUp |
( |
| ) |
|
|
inline |
Definition at line 34 of file PndSdsCell.h.
34 {
return fhit_upstream; }
◆ GetPV()
int PndSdsCell::GetPV |
( |
| ) |
|
|
inline |
◆ SetHitDw()
void PndSdsCell::SetHitDw |
( |
unsigned int & |
ih | ) |
|
|
inline |
Definition at line 32 of file PndSdsCell.h.
32 { fhit_downstream = ih; }
◆ SetHitUp()
void PndSdsCell::SetHitUp |
( |
unsigned int & |
ih | ) |
|
|
inline |
Accessors
Definition at line 31 of file PndSdsCell.h.
31 { fhit_upstream = ih; }
◆ SetPV()
void PndSdsCell::SetPV |
( |
int & |
ipv | ) |
|
|
inline |
The documentation for this class was generated from the following file: