#include <ProofFriends.h>
Inheritance diagram for ProofFriends:
Public Member Functions | |
ProofFriends () | |
The friend branch. | |
virtual | ~ProofFriends () |
virtual Int_t | Version () const |
virtual void | Begin (TTree *tree) |
virtual void | SlaveBegin (TTree *tree) |
virtual void | Init (TTree *tree) |
virtual Bool_t | Notify () |
virtual Bool_t | Process (Long64_t entry) |
virtual Int_t | GetEntry (Long64_t entry, Int_t getall=0) |
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 (ProofFriends, 0) | |
Public Attributes | |
TTree * | fChain |
TH2F * | fXY |
pointer to the analyzed TTree or TChain | |
TH1F * | fZ |
TH1F * | fR |
TH2F * | fRZ |
Int_t | Run |
Long64_t | Event |
Float_t | x |
Float_t | y |
Float_t | z |
Float_t | r |
TBranch * | b_Run |
TBranch * | b_Event |
TBranch * | b_x |
TBranch * | b_y |
TBranch * | b_z |
TBranch * | b_r |
Definition at line 17 of file ProofFriends.h.
ProofFriends::ProofFriends | ( | ) |
virtual ProofFriends::~ProofFriends | ( | ) | [inline, virtual] |
Definition at line 46 of file ProofFriends.h.
virtual Int_t ProofFriends::Version | ( | ) | const [inline, virtual] |
void ProofFriends::Begin | ( | TTree * | tree | ) | [virtual] |
Reimplemented from TSelector.
Definition at line 47 of file ProofFriends.C.
References TSelector::GetOption(), and option.
void ProofFriends::SlaveBegin | ( | TTree * | tree | ) | [virtual] |
Reimplemented from TSelector.
Definition at line 57 of file ProofFriends.C.
References TList::Add(), TSelector::fOutput, fR, fRZ, fXY, fZ, TSelector::GetOption(), kBlue, kRed, option, and TAttFill::SetFillColor().
Reimplemented from TSelector.
Definition at line 79 of file ProofFriends.C.
References b_r, b_x, b_y, b_z, TH2::Fill(), TH1::Fill(), fR, fRZ, fXY, fZ, TBranch::GetEntry(), kFALSE, kTRUE, r, TMath::Sqrt(), x, y, and z.
Reimplemented from TSelector.
Definition at line 53 of file ProofFriends.h.
References fChain, TTree::GetEntry(), and TTree::GetTree().
virtual void ProofFriends::SetOption | ( | const char * | option | ) | [inline, virtual] |
Reimplemented from TSelector.
Definition at line 54 of file ProofFriends.h.
References TSelector::fOption.
virtual void ProofFriends::SetObject | ( | TObject * | obj | ) | [inline, virtual] |
Reimplemented from TSelector.
Definition at line 55 of file ProofFriends.h.
References TSelector::fObject.
virtual void ProofFriends::SetInputList | ( | TList * | input | ) | [inline, virtual] |
Reimplemented from TSelector.
Definition at line 56 of file ProofFriends.h.
References TSelector::fInput.
virtual TList* ProofFriends::GetOutputList | ( | ) | const [inline, virtual] |
Reimplemented from TSelector.
Definition at line 57 of file ProofFriends.h.
References TSelector::fOutput.
void ProofFriends::SlaveTerminate | ( | ) | [virtual] |
void ProofFriends::Terminate | ( | ) | [virtual] |
Reimplemented from TSelector.
Definition at line 129 of file ProofFriends.C.
References c1, TCanvas::cd(), TAxis::CenterTitle(), TPad::Divide(), TH1::Draw(), TList::FindObject(), TSelector::fOutput, fR, fRZ, fXY, fZ, TColor::GetColor(), TH1::GetXaxis(), TH1::GetYaxis(), TH1::GetZaxis(), gStyle, p1(), TPad::SetBorderMode(), TAttFill::SetFillColor(), TStyle::SetOptStat(), TNamed::SetTitle(), TAttAxis::SetTitleOffset(), and TCanvas::Update().
ProofFriends::ClassDef | ( | ProofFriends | , | |
0 | ||||
) |
pointer to the analyzed TTree or TChain
Definition at line 22 of file ProofFriends.h.
Referenced by Process(), ProofFriends(), SlaveBegin(), and Terminate().
Definition at line 23 of file ProofFriends.h.
Referenced by Process(), ProofFriends(), SlaveBegin(), and Terminate().
Definition at line 24 of file ProofFriends.h.
Referenced by Process(), ProofFriends(), SlaveBegin(), and Terminate().
Definition at line 25 of file ProofFriends.h.
Referenced by Process(), ProofFriends(), SlaveBegin(), and Terminate().
Definition at line 28 of file ProofFriends.h.
Definition at line 29 of file ProofFriends.h.
Definition at line 37 of file ProofFriends.h.
Definition at line 38 of file ProofFriends.h.