12 #ifndef ROOT_TProofMonSender 13 #define ROOT_TProofMonSender 49 TNamed(name,
""), fFiles(0), fMissing(0), fDSet(ds) { }
56 const char *t =
"ProofMonSender") :
TNamed(
n,t),
57 fSummaryVrs(2), fDataSetInfoVrs(1), fFileInfoVrs(1)
Int_t SetSendOptions(const char *)
Parse send options from string 'sendopts'.
TDSetPlet(const char *name, TDSet *ds=0)
Bool_t TestBit(UInt_t f) const
This class implements a data set to be used for PROOF processing.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
#define ClassDef(name, id)
The TNamed class is the base class for all named ROOT classes.
virtual Int_t SendSummary(TList *, const char *)=0
virtual Int_t SendDataSetInfo(TDSet *, TList *, const char *, const char *)=0
if object ctor succeeded but object should not be used
virtual Int_t SendFileInfo(TDSet *, TList *, const char *, const char *)=0
TProofMonSender(const char *n="Abstract", const char *t="ProofMonSender")
virtual ~TProofMonSender()
Provides the interface for PROOF monitoring to different writers.