29 BmnLink(Float_t weight, Int_t index, Int_t entry = -1, Int_t file = -1);
43 void SetFile(Int_t file) { fFile = file; }
46 void SetWeight(Float_t weight) { fWeight = weight; }
48 void AddWeight(Float_t weight) { fWeight += weight; }
virtual ~BmnLink()
Destructor.
void AddWeight(Float_t weight)
void SetEntry(Int_t entry)
void SetIndex(Int_t index)
Float_t GetWeight() const
friend Bool_t operator==(const BmnLink &lhs, const BmnLink &rhs)
BmnLink(Float_t weight, Int_t index, Int_t entry=-1, Int_t file=-1)
Standard constructor.
void SetWeight(Float_t weight)
virtual string ToString() const
Return string representation of the object.