1#ifndef BMNEVENTQUALITY_H
2#define BMNEVENTQUALITY_H 1
14 fIsGoodEvent = (str ==
"GOOD") ? kTRUE : (str ==
"BAD") ? kFALSE :
throw;
21 fIsGoodEvent = (str ==
"GOOD") ? kTRUE : (str ==
"BAD") ? kFALSE :
throw;
virtual ~BmnEventQuality()
void SetIsGoodEvent(TString str)
BmnEventQuality(TString str)