![]() |
PandaRoot
|
#include <PndHypDigiStrip.h>
Public Member Functions | |
| PndHypDigiStrip () | |
| PndHypDigiStrip (Int_t index, Int_t detID, TString detName, Int_t fe, Int_t chan, Double_t charge) | |
| ~PndHypDigiStrip () | |
| Int_t | GetChannel () const |
| Bool_t | operator== (const PndHypDigiStrip &d2) const |
Public Member Functions inherited from PndHypDigi | |
| PndHypDigi () | |
| PndHypDigi (Int_t index, Int_t detID, TString detName, Int_t fe, Double_t charge) | |
| virtual | ~PndHypDigi () |
| Int_t | GetFE () const |
| TString | GetDetName () const |
| Double_t | GetCharge () const |
| Int_t | GetDetID () const |
| std::vector< Int_t > | GetIndices () const |
| Int_t | GetIndex (int i=0) const |
| void | AddIndex (int index) |
| void | AddCharge (double charge) |
| virtual void | print () |
Additional Inherited Members | |
Protected Member Functions inherited from PndHypDigi | |
| ClassDef (PndHypDigi, 1) | |
Protected Attributes inherited from PndHypDigi | |
| std::vector< Int_t > | fIndex |
| Int_t | fDetID |
| TString | fDetName |
| Double_t | fCharge |
| Int_t | fFE |
MvdDigiStrip.h
++ An addition to the MvdHit which only stores the backcalculated 3d-space point this class stores the fired strips
Definition at line 23 of file PndHypDigiStrip.h.
| PndHypDigiStrip::PndHypDigiStrip | ( | ) |
| PndHypDigiStrip::PndHypDigiStrip | ( | Int_t | index, |
| Int_t | detID, | ||
| TString | detName, | ||
| Int_t | fe, | ||
| Int_t | chan, | ||
| Double_t | charge | ||
| ) |
|
inline |
Definition at line 27 of file PndHypDigiStrip.h.
|
inline |
| Bool_t PndHypDigiStrip::operator== | ( | const PndHypDigiStrip & | d2 | ) | const |
Referenced by GetChannel().