#include <ProofSimple.h>
Inheritance diagram for ProofSimple:
Public Member Functions | |
ProofSimple () | |
virtual | ~ProofSimple () |
virtual Int_t | Version () const |
virtual void | Begin (TTree *tree) |
virtual void | SlaveBegin (TTree *tree) |
virtual Bool_t | Process (Long64_t entry) |
virtual void | SetOption (const char *option) |
virtual void | SetObject (TObject *obj) |
virtual void | SetInputList (TList *input) |
virtual TList * | GetOutputList () const |
virtual void | SlaveTerminate () |
virtual void | Terminate () |
ClassDef (ProofSimple, 0) | |
Public Attributes | |
Int_t | fNhist |
TH1F ** | fHist |
TRandom3 * | fRandom |
Definition at line 18 of file ProofSimple.h.
ProofSimple::ProofSimple | ( | ) |
ProofSimple::~ProofSimple | ( | ) | [virtual] |
virtual Int_t ProofSimple::Version | ( | ) | const [inline, virtual] |
void ProofSimple::Begin | ( | TTree * | tree | ) | [virtual] |
Reimplemented from TSelector.
Definition at line 44 of file ProofSimple.C.
References fHist, TList::FindObject(), TSelector::fInput, fNhist, TSelector::GetOption(), option, and p.
void ProofSimple::SlaveBegin | ( | TTree * | tree | ) | [virtual] |
Reimplemented from TSelector.
Definition at line 63 of file ProofSimple.C.
References TList::Add(), fHist, TList::FindObject(), TSelector::fInput, fNhist, Form(), TSelector::fOutput, fRandom, TSelector::GetOption(), i, kRed, option, p, and TAttFill::SetFillColor().
Reimplemented from TSelector.
Definition at line 92 of file ProofSimple.C.
References fHist, TH1::Fill(), fNhist, fRandom, TRandom::Gaus(), i, kTRUE, and x.
virtual void ProofSimple::SetOption | ( | const char * | option | ) | [inline, virtual] |
Reimplemented from TSelector.
Definition at line 32 of file ProofSimple.h.
References TSelector::fOption.
virtual void ProofSimple::SetObject | ( | TObject * | obj | ) | [inline, virtual] |
Reimplemented from TSelector.
Definition at line 33 of file ProofSimple.h.
References TSelector::fObject.
virtual void ProofSimple::SetInputList | ( | TList * | input | ) | [inline, virtual] |
Reimplemented from TSelector.
Definition at line 34 of file ProofSimple.h.
References TSelector::fInput.
virtual TList* ProofSimple::GetOutputList | ( | ) | const [inline, virtual] |
Reimplemented from TSelector.
Definition at line 35 of file ProofSimple.h.
References TSelector::fOutput.
void ProofSimple::SlaveTerminate | ( | ) | [virtual] |
void ProofSimple::Terminate | ( | ) | [virtual] |
Reimplemented from TSelector.
Definition at line 132 of file ProofSimple.C.
References c1, TCanvas::cd(), TPad::Divide(), TH1::Draw(), fHist, TList::FindObject(), fNhist, Form(), TSelector::fOutput, i, TMath::Sqrt(), and TCanvas::Update().
ProofSimple::ClassDef | ( | ProofSimple | , | |
0 | ||||
) |
Definition at line 22 of file ProofSimple.h.
Referenced by Begin(), Process(), ProofSimple(), SlaveBegin(), and Terminate().
Definition at line 23 of file ProofSimple.h.
Referenced by Begin(), Process(), ProofSimple(), SlaveBegin(), and Terminate().
Definition at line 24 of file ProofSimple.h.
Referenced by Process(), ProofSimple(), SlaveBegin(), and ~ProofSimple().