#include <PndMdtDigi.h>
Definition at line 10 of file PndMdtDigi.h.
◆ PndMdtDigi() [1/4]
PndMdtDigi::PndMdtDigi |
( |
| ) |
|
◆ PndMdtDigi() [2/4]
PndMdtDigi::PndMdtDigi |
( |
Int_t |
detID, |
|
|
TVector3 & |
pos, |
|
|
std::vector< Int_t > |
pointList |
|
) |
| |
◆ PndMdtDigi() [3/4]
PndMdtDigi::PndMdtDigi |
( |
Int_t |
detID, |
|
|
TVector3 & |
pos, |
|
|
Int_t |
evtNo |
|
) |
| |
◆ ~PndMdtDigi()
virtual PndMdtDigi::~PndMdtDigi |
( |
| ) |
|
|
virtual |
◆ PndMdtDigi() [4/4]
◆ GetBox()
Short_t PndMdtDigi::GetBox |
( |
| ) |
const |
|
inline |
◆ GetDetectorID()
Int_t PndMdtDigi::GetDetectorID |
( |
| ) |
const |
|
inline |
◆ GetEvtNumber()
Int_t PndMdtDigi::GetEvtNumber |
( |
| ) |
const |
|
inline |
◆ GetLabPosition()
TVector3 PndMdtDigi::GetLabPosition |
( |
| ) |
const |
|
inline |
◆ GetLayer()
Short_t PndMdtDigi::GetLayer |
( |
| ) |
const |
|
inline |
◆ GetLayerID()
Short_t PndMdtDigi::GetLayerID |
( |
| ) |
const |
|
inline |
◆ GetModule()
Short_t PndMdtDigi::GetModule |
( |
| ) |
const |
|
inline |
◆ GetNPoints()
Short_t PndMdtDigi::GetNPoints |
( |
| ) |
const |
|
inline |
Definition at line 52 of file PndMdtDigi.h.
52 {
return fPointList.size(); }
◆ GetPointList()
const std::vector<Int_t>& PndMdtDigi::GetPointList |
( |
| ) |
|
|
inline |
◆ GetSector()
Short_t PndMdtDigi::GetSector |
( |
| ) |
const |
|
inline |
◆ GetStrip()
Short_t PndMdtDigi::GetStrip |
( |
| ) |
const |
|
inline |
◆ GetWire()
Short_t PndMdtDigi::GetWire |
( |
| ) |
const |
|
inline |
◆ isWire()
Bool_t PndMdtDigi::isWire |
( |
| ) |
const |
|
inline |
◆ operator<()
bool PndMdtDigi::operator< |
( |
const PndMdtDigi & |
| ) |
const |
◆ Print()
virtual void PndMdtDigi::Print |
( |
const Option_t * |
opt = nullptr | ) |
const |
|
inlinevirtual |
Output to screen (not yet implemented)
Definition at line 21 of file PndMdtDigi.h.
References operator<().
23 std::cout <<
" opt = " << opt << std::endl;
◆ SetPosition()
void PndMdtDigi::SetPosition |
( |
const TVector3 & |
pos | ) |
|
|
inline |
Public method Clear Resets the flag to -1Accessors
Definition at line 35 of file PndMdtDigi.h.
◆ X()
Double_t PndMdtDigi::X |
( |
| ) |
const |
|
inline |
Definition at line 37 of file PndMdtDigi.h.
37 {
return fLabPos.X(); }
◆ Y()
Double_t PndMdtDigi::Y |
( |
| ) |
const |
|
inline |
Definition at line 38 of file PndMdtDigi.h.
38 {
return fLabPos.Y(); }
◆ Z()
Double_t PndMdtDigi::Z |
( |
| ) |
const |
|
inline |
Definition at line 39 of file PndMdtDigi.h.
39 {
return fLabPos.Z(); }
The documentation for this class was generated from the following file: