|
BmnRoot
|
#include <BmnLink.h>
Public Member Functions | |
| BmnLink () | |
| Constructor. | |
| BmnLink (Float_t weight, Int_t index, Int_t entry=-1, Int_t file=-1) | |
| Standard constructor. | |
| virtual | ~BmnLink () |
| Destructor. | |
| Int_t | GetFile () const |
| Int_t | GetEntry () const |
| Int_t | GetIndex () const |
| Float_t | GetWeight () const |
| void | SetFile (Int_t file) |
| void | SetEntry (Int_t entry) |
| void | SetIndex (Int_t index) |
| void | SetWeight (Float_t weight) |
| void | AddWeight (Float_t weight) |
| virtual string | ToString () const |
| Return string representation of the object. | |
| BmnLink () | |
| Constructor. | |
| BmnLink (Float_t weight, Int_t index, Int_t entry=-1, Int_t file=-1) | |
| Standard constructor. | |
| virtual | ~BmnLink () |
| Destructor. | |
| Int_t | GetFile () const |
| Int_t | GetEntry () const |
| Int_t | GetIndex () const |
| Float_t | GetWeight () const |
| void | SetFile (Int_t file) |
| void | SetEntry (Int_t entry) |
| void | SetIndex (Int_t index) |
| void | SetWeight (Float_t weight) |
| void | AddWeight (Float_t weight) |
| virtual string | ToString () const |
| Return string representation of the object. | |
Friends | |
| Bool_t | operator== (const BmnLink &lhs, const BmnLink &rhs) |
| Bool_t | operator== (const BmnLink &lhs, const BmnLink &rhs) |
| BmnLink::BmnLink | ( | ) |
Constructor.
Definition at line 14 of file BmnLink.cxx.
| BmnLink::BmnLink | ( | Float_t | weight, |
| Int_t | index, | ||
| Int_t | entry = -1, |
||
| Int_t | file = -1 |
||
| ) |
Standard constructor.
Definition at line 24 of file BmnLink.cxx.
|
virtual |
Destructor.
Definition at line 34 of file BmnLink.cxx.
| BmnLink::BmnLink | ( | ) |
Constructor.
| BmnLink::BmnLink | ( | Float_t | weight, |
| Int_t | index, | ||
| Int_t | entry = -1, |
||
| Int_t | file = -1 |
||
| ) |
Standard constructor.
|
virtual |
Destructor.
|
inline |
Definition at line 48 of file BmnLink.h.
Referenced by BmnMatch::AddLink().
|
inline |
Definition at line 38 of file BmnLink.h.
Referenced by BmnSsdSensorDssd::RegisterCharge().
|
inline |
Definition at line 37 of file BmnLink.h.
Referenced by BmnSsdSensorDssd::RegisterCharge().
|
inline |
Definition at line 39 of file BmnLink.h.
Referenced by BmnCSCHitMaker::ProcessDigits(), BmnGemStripHitMaker::ProcessDigits(), BmnSiliconHitMaker::ProcessDigits(), BmnVSPHitMaker::ProcessDigits(), and BmnSsdSensorDssd::RegisterCharge().
|
inline |
Definition at line 40 of file BmnLink.h.
Referenced by BmnMatch::AddLink(), BmnCSCHitMaker::ProcessDigits(), BmnGemStripHitMaker::ProcessDigits(), BmnSiliconHitMaker::ProcessDigits(), and BmnVSPHitMaker::ProcessDigits().
|
virtual |
Return string representation of the object.
Definition at line 39 of file BmnLink.cxx.
Referenced by BmnMatch::ToString(), and BmnTrackMatch::ToString().
|
virtual |
Return string representation of the object.