23 ClassImp(TProofBenchRun);
28 TProofBenchRun::TProofBenchRun(TProof *proof,
const char *sel) : fSelName(sel)
34 ResetBit(kInvalidObject);
35 if (!fProof || (fProof && !fProof->IsValid())) {
36 SetBit(kInvalidObject);
44 TProofBenchRun::~TProofBenchRun()