Selector for generic processing with Event.
#ifndef ProofEvent_h
#define ProofEvent_h
virtual Int_t Version()
const {
return 2; }
virtual void Begin(
TTree *tree);
virtual void SlaveBegin(
TTree *tree);
virtual void SetOption(
const char *
option) { fOption =
option; }
virtual void SetObject(
TObject *obj) { fObject = obj; }
virtual TList *GetOutputList()
const {
return fOutput; }
virtual void SlaveTerminate();
virtual void Terminate();
};
#endif
#define ClassDef(name, id)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void input
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...
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.