10#ifndef ProofSimpleFile_h
11#define ProofSimpleFile_h
23 Int_t CreateHistoArrays();
24 void PlotHistos(
Int_t opt = 0);
33 TProofOutputFile *fProofFile;
37 ~ProofSimpleFile()
override;
39 void Begin(TTree *tree)
override;
43 void SetObject(TObject *obj)
override { fObject = obj; }
#define ClassDefOverride(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void input
Describe directory structure in memory.
A file, usually with extension .root, that stores data and code in the form of serialized objects in ...
1-D histogram with a float per channel (see TH1 documentation)
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
virtual bool 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 *)