#include <ProofTests.h>
Inheritance diagram for ProofTests:
Public Member Functions | |
ProofTests () | |
virtual | ~ProofTests () |
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 (ProofTests, 0) | |
Public Attributes | |
Int_t | fTestType |
TH1I * | fStat |
Private Member Functions | |
void | ParseInput () |
Definition at line 14 of file ProofTests.h.
ProofTests::ProofTests | ( | ) |
ProofTests::~ProofTests | ( | ) | [virtual] |
Definition at line 28 of file ProofTests.C.
void ProofTests::ParseInput | ( | ) | [private] |
Definition at line 35 of file ProofTests.C.
References TList::FindObject(), TSelector::fInput, fTestType, TNamed::GetTitle(), TObject::Info(), and TObject::Warning().
Referenced by Begin(), and SlaveBegin().
virtual Int_t ProofTests::Version | ( | ) | const [inline, virtual] |
void ProofTests::Begin | ( | TTree * | tree | ) | [virtual] |
void ProofTests::SlaveBegin | ( | TTree * | tree | ) | [virtual] |
Reimplemented from TSelector.
Definition at line 68 of file ProofTests.C.
References TMath::Abs(), TList::Add(), TH1::Fill(), TList::FindObject(), TSelector::fInput, TSelector::fOutput, fStat, fTestType, gEnv, TH1::GetMean(), TSelector::GetOption(), TH1::GetRMS(), TNamed::GetTitle(), TParameter< AParamType >::GetVal(), TEnv::GetValue(), h1, h2, TObject::Info(), TEnv::Lookup(), option, and ParseInput().
virtual void ProofTests::SetOption | ( | const char * | option | ) | [inline, virtual] |
Reimplemented from TSelector.
Definition at line 29 of file ProofTests.h.
References TSelector::fOption.
virtual void ProofTests::SetObject | ( | TObject * | obj | ) | [inline, virtual] |
Reimplemented from TSelector.
Definition at line 30 of file ProofTests.h.
References TSelector::fObject.
virtual void ProofTests::SetInputList | ( | TList * | input | ) | [inline, virtual] |
Reimplemented from TSelector.
Definition at line 31 of file ProofTests.h.
References TSelector::fInput.
virtual TList* ProofTests::GetOutputList | ( | ) | const [inline, virtual] |
Reimplemented from TSelector.
Definition at line 32 of file ProofTests.h.
References TSelector::fOutput.
void ProofTests::SlaveTerminate | ( | ) | [virtual] |
void ProofTests::Terminate | ( | ) | [virtual] |
ProofTests::ClassDef | ( | ProofTests | , | |
0 | ||||
) |
Definition at line 20 of file ProofTests.h.
Referenced by ParseInput(), ProofTests(), and SlaveBegin().