13using std::stringstream;
33 ss <<
"nofLinks=" << nofLinks <<
"\n";
34 for (Int_t
i = 0;
i < nofLinks;
i++) {
38 ss <<
" totalWeight=" <<
fTotalWeight <<
", matchedIndex="
45 Int_t nofLinks =
match.GetNofLinks();
46 for (Int_t
i = 0;
i < nofLinks;
i++) {
53 Int_t addedIndex = -1;
55 for (Int_t
i = 0;
i < nofLinks;
i++) {
57 if (link == newLink) {
65 addedIndex =
fLinks.size() - 1;
79 BmnLink link(weight, index, entry, file);
void AddWeight(Float_t weight)
virtual string ToString() const
Return string representation of the object.
Float_t GetWeight() const
void AddLink(const BmnMatch &match)
virtual ~BmnMatch()
Destructor.
BmnMatch()
Default constructor.
virtual string ToString() const
Return string representation of the object.
Int_t GetNofLinks() const