36 BDTEventWrapper::BDTEventWrapper(
const Event* e) : fEvent(e) {
45 BDTEventWrapper::~BDTEventWrapper() {
54 void BDTEventWrapper::SetCumulativeWeight(Bool_t type, Double_t weight) {
57 if(type) fSigWeight = weight;
58 else fBkgWeight = weight;
64 Double_t BDTEventWrapper::GetCumulativeWeight(Bool_t type)
const {
65 if(type)
return fSigWeight;