|
BmnRoot
|
#include <BmnTrackMatch.h>
Public Member Functions | |
| BmnTrackMatch () | |
| Default constructor. | |
| virtual | ~BmnTrackMatch () |
| Destructor. | |
| Int_t | GetNofTrueHits () const |
| Int_t | GetNofWrongHits () const |
| Int_t | GetNofHits () const |
| Double_t | GetTrueOverAllHitsRatio () const |
| Double_t | GetWrongOverAllHitsRatio () const |
| void | SetNofTrueHits (Int_t nofTrueHits) |
| void | SetNofWrongHits (Int_t nofWrongHits) |
| virtual string | ToString () const |
| Return string representation of the object. | |
| BmnTrackMatch () | |
| Default constructor. | |
| virtual | ~BmnTrackMatch () |
| Destructor. | |
| Int_t | GetNofTrueHits () const |
| Int_t | GetNofWrongHits () const |
| Int_t | GetNofHits () const |
| Double_t | GetTrueOverAllHitsRatio () const |
| Double_t | GetWrongOverAllHitsRatio () const |
| void | SetNofTrueHits (Int_t nofTrueHits) |
| void | SetNofWrongHits (Int_t nofWrongHits) |
| virtual string | ToString () const |
| Return string representation of the object. | |
Public Member Functions inherited from BmnMatch | |
| BmnMatch () | |
| Default constructor. | |
| virtual | ~BmnMatch () |
| Destructor. | |
| const BmnLink & | GetLink (Int_t i) const |
| const vector< BmnLink > & | GetLinks () const |
| const BmnLink & | GetMatchedLink () const |
| Int_t | GetNofLinks () const |
| Double_t | GetTotalWeight () const |
| Int_t | GetMatchedIndex () const |
| void | AddLink (const BmnMatch &match) |
| void | AddLinks (const BmnMatch &match) |
| void | AddLink (const BmnLink &newLink) |
| void | AddLink (Double_t weight, Int_t index, Int_t entry=-1, Int_t file=-1) |
| void | ClearLinks () |
| BmnMatch () | |
| Default constructor. | |
| virtual | ~BmnMatch () |
| Destructor. | |
| const BmnLink & | GetLink (Int_t i) const |
| const vector< BmnLink > & | GetLinks () const |
| const BmnLink & | GetMatchedLink () const |
| Int_t | GetNofLinks () const |
| Double_t | GetTotalWeight () const |
| Int_t | GetMatchedIndex () const |
| void | AddLink (const BmnMatch &match) |
| void | AddLinks (const BmnMatch &match) |
| void | AddLink (const BmnLink &newLink) |
| void | AddLink (Double_t weight, Int_t index, Int_t entry=-1, Int_t file=-1) |
| void | ClearLinks () |
Additional Inherited Members | |
Protected Member Functions inherited from BmnMatch | |
| ClassDef (BmnMatch, 1) | |
| ClassDef (BmnMatch, 1) | |
Protected Attributes inherited from BmnMatch | |
| vector< BmnLink > | fLinks |
| Double_t | fTotalWeight |
| Int_t | fMatchedIndex |
Definition at line 18 of file BmnTrackMatch.h.
| BmnTrackMatch::BmnTrackMatch | ( | ) |
Default constructor.
Definition at line 16 of file BmnTrackMatch.cxx.
|
virtual |
Destructor.
Definition at line 23 of file BmnTrackMatch.cxx.
| BmnTrackMatch::BmnTrackMatch | ( | ) |
Default constructor.
|
virtual |
Destructor.
|
inline |
Definition at line 34 of file BmnTrackMatch.h.
Referenced by GetTrueOverAllHitsRatio(), and GetWrongOverAllHitsRatio().
|
inline |
Definition at line 34 of file BmnTrackMatch.h.
|
inline |
Definition at line 32 of file BmnTrackMatch.h.
|
inline |
Definition at line 32 of file BmnTrackMatch.h.
|
inline |
Definition at line 33 of file BmnTrackMatch.h.
|
inline |
Definition at line 33 of file BmnTrackMatch.h.
|
inline |
Definition at line 35 of file BmnTrackMatch.h.
References GetNofHits().
|
inline |
Definition at line 35 of file BmnTrackMatch.h.
References GetNofHits().
|
inline |
Definition at line 39 of file BmnTrackMatch.h.
References GetNofHits().
|
inline |
Definition at line 39 of file BmnTrackMatch.h.
References GetNofHits().
|
inline |
Definition at line 45 of file BmnTrackMatch.h.
|
inline |
Definition at line 45 of file BmnTrackMatch.h.
|
inline |
Definition at line 46 of file BmnTrackMatch.h.
|
inline |
Definition at line 46 of file BmnTrackMatch.h.
|
virtual |
Return string representation of the object.
Reimplemented from BmnMatch.
Definition at line 25 of file BmnTrackMatch.cxx.
References BmnMatch::fLinks, BmnMatch::fMatchedIndex, BmnMatch::fTotalWeight, BmnMatch::GetNofLinks(), i, and BmnLink::ToString().
|
virtual |
Return string representation of the object.
Reimplemented from BmnMatch.