Selector for generic processing with Event.
#ifndef ProofEvent_h
#define ProofEvent_h
public :
Event *fEvent;
ProofEvent();
virtual ~ProofEvent();
virtual void SetOption(
const char *option) { fOption = option; }
};
#endif
#define ClassDef(name, id)
1-D histogram with a float per channel (see TH1 documentation)}
Mother of all ROOT objects.
Random number generator class based on M.
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)
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 ProofEvent.h.