FairRoot/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 |
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 () |
Protected Member Functions | |
ClassDef (PndHypDigi, 1) | |
Protected Attributes | |
std::vector< Int_t > | fIndex |
Int_t | fDetID |
TString | fDetName |
Double_t | fCharge |
Int_t | fFE |
Private Member Functions | |
ClassDef (PndHypDigiStrip, 2) | |
Private Attributes | |
Int_t | fChannel |
MvdDigiStrip.h
++ An addition to the MvdHit which only stores the backcalculated 3d-space point this class stores the fired strips
Definition at line 24 of file PndHypDigiStrip.h.
PndHypDigiStrip::PndHypDigiStrip | ( | ) |
Definition at line 4 of file PndHypDigiStrip.cxx.
PndHypDigiStrip::PndHypDigiStrip | ( | Int_t | index, |
Int_t | detID, | ||
TString | detName, | ||
Int_t | fe, | ||
Int_t | chan, | ||
Double_t | charge | ||
) |
Definition at line 10 of file PndHypDigiStrip.cxx.
|
inline |
Definition at line 29 of file PndHypDigiStrip.h.
|
inlineinherited |
|
inlineinherited |
|
private |
|
protectedinherited |
|
inline |
Definition at line 35 of file PndHypDigiStrip.h.
References fChannel.
Referenced by PndHypStripClusterTask::Exec(), and operator==().
|
inlineinherited |
Definition at line 50 of file PndHypDigi.h.
References PndHypDigi::fCharge.
Referenced by PndHypStripClusterTask::Exec(), and operator==().
|
inlineinherited |
Definition at line 51 of file PndHypDigi.h.
References PndHypDigi::fDetID.
Referenced by PndHypStripClusterTask::Exec(), and operator==().
|
inlineinherited |
Definition at line 49 of file PndHypDigi.h.
References PndHypDigi::fDetName.
Referenced by PndHypStripClusterTask::Exec(), and operator==().
|
inlineinherited |
Definition at line 48 of file PndHypDigi.h.
References PndHypDigi::fFE.
Referenced by PndHypStripClusterTask::Exec(), and operator==().
|
inlineinherited |
|
inlineinherited |
Bool_t PndHypDigiStrip::operator== | ( | const PndHypDigiStrip & | d2 | ) | const |
Definition at line 25 of file PndHypDigiStrip.cxx.
References fChannel, PndHypDigi::fCharge, PndHypDigi::fDetID, PndHypDigi::fDetName, PndHypDigi::fFE, GetChannel(), PndHypDigi::GetCharge(), PndHypDigi::GetDetID(), PndHypDigi::GetDetName(), and PndHypDigi::GetFE().
|
inlinevirtualinherited |
Definition at line 58 of file PndHypDigi.h.
|
private |
Definition at line 59 of file PndHypDigiStrip.h.
Referenced by GetChannel(), and operator==().
|
protectedinherited |
Definition at line 65 of file PndHypDigi.h.
Referenced by PndHypDigi::AddCharge(), PndHypDigi::GetCharge(), and operator==().
|
protectedinherited |
Definition at line 63 of file PndHypDigi.h.
Referenced by PndHypDigi::GetDetID(), and operator==().
|
protectedinherited |
Definition at line 64 of file PndHypDigi.h.
Referenced by PndHypDigi::GetDetName(), and operator==().
|
protectedinherited |
Definition at line 66 of file PndHypDigi.h.
Referenced by PndHypDigi::GetFE(), and operator==().
|
protectedinherited |
Definition at line 62 of file PndHypDigi.h.
Referenced by PndHypDigi::AddIndex(), PndHypDigi::GetIndex(), PndHypDigi::GetIndices(), and PndHypDigi::PndHypDigi().