Selector to fill a simple ntuple.
#ifndef ProofNtuple_h
#define ProofNtuple_h
public :
ProofNtuple() : fFile(0), fProofFile(0), fNtp(0), fNtp2(0), fRandom(0), fPlotNtuple(
kTRUE), fNtpRndm(0) { }
virtual ~ProofNtuple();
virtual void SetOption(
const char *option) { fOption = option; }
void PlotNtuple(
TNtuple *,
const char *);
};
#endif
#define ClassDef(name, id)
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format.
A simple TTree restricted to a list of float variables only.
Mother of all ROOT objects.
Class to steer the merging of files produced on the workers.
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)
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.