Selector used for auxiliary actions in the PROOF tutorials.
#ifndef ProofAux_h
#define ProofAux_h
private :
Int_t GenerateFriend(
const char *fnt,
const char *fnf = 0);
public :
ProofAux();
virtual ~ProofAux();
virtual void SetOption(
const char *option) { fOption = option; }
};
#endif
#define ClassDef(name, id)
Mother of all ROOT objects.
A TSelector object is used by the TTree::Draw, TTree::Scan, TTree::Process to navigate in a TTree and...
virtual void SetObject(TObject *obj)
virtual int Version() const
TSelectorList * fOutput
! List of objects created during processing
virtual Bool_t Process(Long64_t)
The Process() function is called for each entry in the tree (or possibly keyed object in the case of ...
virtual void SlaveBegin(TTree *)
virtual void SetOption(const char *option)
virtual void SetInputList(TList *input)
virtual TList * GetOutputList() const
virtual void SlaveTerminate()
virtual void Begin(TTree *)
A TTree represents a columnar dataset.
- Author
- Gerardo Ganis (gerar.nosp@m.do.g.nosp@m.anis@.nosp@m.cern.nosp@m..ch)
Definition in file ProofAux.h.