|
star-travex
|
#include "StiRootIO/H3D.h"#include "TROOT.h"#include "TH2D.h"#include "TError.h"#include "TMath.h"Go to the source code of this file.
Functions | |
| if (ixmin==0 &&ixmax==0) | |
| if (iymin==0 &&iymax==0) | |
| if (h2obj &&h2obj->InheritsFrom(TH1::Class())) | |
| if (!h2) | |
| h2 | SetLineColor (this->GetLineColor()) |
| h2 | SetFillColor (this->GetFillColor()) |
| h2 | SetMarkerColor (this->GetMarkerColor()) |
| h2 | SetMarkerStyle (this->GetMarkerStyle()) |
| if (computeErrors) h2-> Sumw2() | |
| if (projX!=GetXaxis()&&projY!=GetXaxis()) | |
| if (projX==GetXaxis()&&projY==GetYaxis()) | |
| R__ASSERT (refX!=0 &&refY!=0 &&refZ!=0) | |
| if (outmin==0 &&outmax==0) | |
| if (useUF &&!out->TestBit(TAxis::kAxisRange)) outmin- | |
| if (useOF &&!out->TestBit(TAxis::kAxisRange)) outmax+ | |
| for (ixbin=0;ixbin<=1+projX->GetNbins();ixbin++) | |
| if (IsA()==TH3F::Class()) eps | |
| if (fTsumw!=0 &&TMath::Abs(fTsumw-totcont)< TMath::Abs(fTsumw)*eps) resetStats | |
| if (resetEntries) | |
Variables | |
| ClassImp(H3D) TH2D *H3D Int_t | ixmin = projX->GetFirst() |
| Int_t | ixmax = projX->GetLast() |
| Int_t | iymin = projY->GetFirst() |
| Int_t | iymax = projY->GetLast() |
| Int_t | nx = ixmax-ixmin+1 |
| Int_t | ny = iymax-iymin+1 |
| TObject * | h2obj = gROOT->FindObject(name) |
| const TAxis * | out = 0 |
| else | |
| Int_t * | refX = 0 |
| Int_t * | refY = 0 |
| Int_t * | refZ = 0 |
| Int_t | ixbin |
| Int_t | iybin |
| Int_t | outbin |
| Double_t | totcont = 0 |
| Int_t | outmin = out->GetFirst() |
| Int_t | outmax = out->GetLast() |
| bool | resetStats = true |
| double | eps = 1.E-12 |
| bool | resetEntries = resetStats |
| return | h2 |
| if | ( | computeErrors | ) | -> Sumw2() |
| if | ( | useUF &&!out-> | TestBitTAxis::kAxisRange | ) |
| if | ( | useOF &&!out-> | TestBitTAxis::kAxisRange | ) |
| if | ( | IsA() | = =TH3F::Class() | ) |
| if | ( | ) |
| if | ( | resetEntries | ) |
| R__ASSERT | ( | refX! | = 0 &&refY!=0 &&refZ!=0 | ) |
| h2 SetFillColor | ( | this-> | GetFillColor() | ) |
| h2 SetLineColor | ( | this-> | GetLineColor() | ) |
| h2 SetMarkerColor | ( | this-> | GetMarkerColor() | ) |
| h2 SetMarkerStyle | ( | this-> | GetMarkerStyle() | ) |
| else |
| resetEntries = resetStats |
1.8.8