|
FairRoot/PandaRoot
|
#include <PndTrkSkewHitList.h>
Public Member Functions | |
| PndTrkSkewHitList () | |
| PndTrkSkewHitList (const PndTrkSkewHitList &hlist) | |
| ~PndTrkSkewHitList () | |
| PndTrkSkewHitList & | operator= (const PndTrkSkewHitList &hlist) |
| void | AddHit (PndTrkSkewHit *shit) |
| void | AddHit (PndTrkSkewHit shit) |
| void | AddHit (PndTrkHit *shit) |
| PndTrkSkewHit * | GetHit (int index) |
| void | Reset () |
| void | Clear (Option_t *opt="") |
| Int_t | GetNofHits () |
| void | Print () |
| void | Draw (Color_t color=kBlack) |
Protected Member Functions | |
| ClassDef (PndTrkSkewHitList, 1) | |
Protected Attributes | |
| TClonesArray | fHitList |
Definition at line 19 of file PndTrkSkewHitList.h.
| PndTrkSkewHitList::PndTrkSkewHitList | ( | ) |
Definition at line 15 of file PndTrkSkewHitList.cxx.
| PndTrkSkewHitList::PndTrkSkewHitList | ( | const PndTrkSkewHitList & | hlist | ) |
Definition at line 17 of file PndTrkSkewHitList.cxx.
| PndTrkSkewHitList::~PndTrkSkewHitList | ( | ) |
| void PndTrkSkewHitList::AddHit | ( | PndTrkSkewHit * | shit | ) |
Definition at line 37 of file PndTrkSkewHitList.cxx.
References fHitList.
Referenced by PndTrkTrackFinder::Exec().
| void PndTrkSkewHitList::AddHit | ( | PndTrkSkewHit | shit | ) |
Definition at line 42 of file PndTrkSkewHitList.cxx.
References fHitList.
| void PndTrkSkewHitList::AddHit | ( | PndTrkHit * | shit | ) |
Definition at line 47 of file PndTrkSkewHitList.cxx.
References fHitList.
|
protected |
| void PndTrkSkewHitList::Clear | ( | Option_t * | opt = "" | ) |
| void PndTrkSkewHitList::Draw | ( | Color_t | color = kBlack | ) |
Definition at line 67 of file PndTrkSkewHitList.cxx.
References PndTrkSkewHit::Draw(), fHitList, and GetNofHits().
| PndTrkSkewHit * PndTrkSkewHitList::GetHit | ( | int | index | ) |
Definition at line 52 of file PndTrkSkewHitList.cxx.
References fHitList.
Referenced by PndTrkTrackFinder::Exec().
|
inline |
Definition at line 42 of file PndTrkSkewHitList.h.
References fHitList.
Referenced by Draw(), PndTrkTrackFinder::Exec(), and Print().
| PndTrkSkewHitList & PndTrkSkewHitList::operator= | ( | const PndTrkSkewHitList & | hlist | ) |
| void PndTrkSkewHitList::Print | ( | ) |
Definition at line 57 of file PndTrkSkewHitList.cxx.
References fHitList, GetNofHits(), and PndTrkSkewHit::Print().
| void PndTrkSkewHitList::Reset | ( | ) |
|
protected |
Definition at line 49 of file PndTrkSkewHitList.h.
Referenced by AddHit(), Clear(), Draw(), GetHit(), GetNofHits(), operator=(), Print(), and ~PndTrkSkewHitList().
1.8.5