12#ifndef ROOT_TProofMonSenderML 
   13#define ROOT_TProofMonSenderML 
   38                     const char *
subid = 0, 
const char *opt = 
"");
 
 
#define ClassDefOverride(name, id)
 
This class implements a data set to be used for PROOF processing.
 
TProofMonSender implementation for the ML writer.
 
TProofMonSenderML(const char *serv, const char *tag, const char *id=0, const char *subid=0, const char *opt="")
Main constructor.
 
Int_t SendDataSetInfo(TDSet *, TList *, const char *, const char *) override
Post information about the processed dataset(s).
 
~TProofMonSenderML() override
Destructor.
 
Int_t SendFileInfo(TDSet *, TList *, const char *, const char *) override
Post information about the requested files.
 
Int_t SendSummary(TList *, const char *) override
Send summary record.
 
TVirtualMonitoringWriter * fWriter
 
Provides the interface for PROOF monitoring to different writers.