|
| TEfficiency () |
| default constructor More...
|
|
| TEfficiency (const char *name, const char *title, Int_t nbins, const Double_t *xbins) |
| Create 1-dimensional TEfficiency object with variable bin size. More...
|
|
| TEfficiency (const char *name, const char *title, Int_t nbins, Double_t xlow, Double_t xup) |
| Create 1-dimensional TEfficiency object with fixed bins size. More...
|
|
| TEfficiency (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, const Double_t *ybins) |
| Create 2-dimensional TEfficiency object with variable bin size. More...
|
|
| TEfficiency (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, const Double_t *ybins, Int_t nbinsz, const Double_t *zbins) |
| Create 3-dimensional TEfficiency object with variable bin size. More...
|
|
| TEfficiency (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, Double_t ylow, Double_t yup) |
| Create 2-dimensional TEfficiency object with fixed bin size. More...
|
|
| TEfficiency (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, Double_t ylow, Double_t yup, Int_t nbinsz, Double_t zlow, Double_t zup) |
| Create 3-dimensional TEfficiency object with fixed bin size. More...
|
|
| TEfficiency (const TEfficiency &heff) |
| Copy constructor. More...
|
|
| TEfficiency (const TH1 &passed, const TH1 &total) |
| constructor using two existing histograms as input More...
|
|
| ~TEfficiency () |
| default destructor More...
|
|
void | Add (const TEfficiency &rEff) |
|
void | Browse (TBrowser *) |
| Browse object. May be overridden for another default action. More...
|
|
TGraphAsymmErrors * | CreateGraph (Option_t *opt="") const |
| Create the graph used be painted (for dim=1 TEfficiency) The return object is managed by the caller. More...
|
|
TH2 * | CreateHistogram (Option_t *opt="") const |
| Create the histogram used to be painted (for dim=2 TEfficiency) The return object is managed by the caller. More...
|
|
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
| Compute distance from point px,py to a graph. More...
|
|
void | Draw (Option_t *opt="") |
| Draws the current TEfficiency object. More...
|
|
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
| Execute action corresponding to one event. More...
|
|
void | Fill (Bool_t bPassed, Double_t x, Double_t y=0, Double_t z=0) |
| This function is used for filling the two histograms. More...
|
|
void | FillWeighted (Bool_t bPassed, Double_t weight, Double_t x, Double_t y=0, Double_t z=0) |
| This function is used for filling the two histograms with a weight. More...
|
|
Int_t | FindFixBin (Double_t x, Double_t y=0, Double_t z=0) const |
| Returns the global bin number containing the given values. More...
|
|
TFitResultPtr | Fit (TF1 *f1, Option_t *opt="") |
| Fits the efficiency using the TBinomialEfficiencyFitter class. More...
|
|
Double_t | GetBetaAlpha (Int_t bin=-1) const |
|
Double_t | GetBetaBeta (Int_t bin=-1) const |
|
Double_t | GetConfidenceLevel () const |
|
TH1 * | GetCopyPassedHisto () const |
| Returns a cloned version of fPassedHistogram. More...
|
|
TH1 * | GetCopyTotalHisto () const |
| Returns a cloned version of fTotalHistogram. More...
|
|
Int_t | GetDimension () const |
| returns the dimension of the current TEfficiency object More...
|
|
TDirectory * | GetDirectory () const |
|
Double_t | GetEfficiency (Int_t bin) const |
| Returns the efficiency in the given global bin. More...
|
|
Double_t | GetEfficiencyErrorLow (Int_t bin) const |
| Returns the lower error on the efficiency in the given global bin. More...
|
|
Double_t | GetEfficiencyErrorUp (Int_t bin) const |
| Returns the upper error on the efficiency in the given global bin. More...
|
|
Int_t | GetGlobalBin (Int_t binx, Int_t biny=0, Int_t binz=0) const |
| Returns the global bin number which can be used as argument for the following functions: More...
|
|
TList * | GetListOfFunctions () |
|
TGraphAsymmErrors * | GetPaintedGraph () const |
|
TH2 * | GetPaintedHistogram () const |
|
const TH1 * | GetPassedHistogram () const |
|
EStatOption | GetStatisticOption () const |
|
const TH1 * | GetTotalHistogram () const |
|
Double_t | GetWeight () const |
|
Long64_t | Merge (TCollection *list) |
| Merges the TEfficiency objects in the given list to the given TEfficiency object using the operator+=(TEfficiency&) More...
|
|
TEfficiency & | operator+= (const TEfficiency &rhs) |
| Adds the histograms of another TEfficiency object to current histograms. More...
|
|
TEfficiency & | operator= (const TEfficiency &rhs) |
| Assignment operator. More...
|
|
void | Paint (Option_t *opt) |
| Paints this TEfficiency object. More...
|
|
void | SavePrimitive (std::ostream &out, Option_t *opt="") |
| Have histograms fixed bins along each axis? More...
|
|
void | SetBetaAlpha (Double_t alpha) |
| Sets the shape parameter α. More...
|
|
void | SetBetaBeta (Double_t beta) |
| Sets the shape parameter β. More...
|
|
void | SetBetaBinParameters (Int_t bin, Double_t alpha, Double_t beta) |
| Sets different shape parameter α and β for the prior distribution for each bin. More...
|
|
Bool_t | SetBins (Int_t nx, const Double_t *xBins) |
| Set the bins for the underlined passed and total histograms If the class have been already filled the previous contents will be lost. More...
|
|
Bool_t | SetBins (Int_t nx, const Double_t *xBins, Int_t ny, const Double_t *yBins) |
| Set the bins for the underlined passed and total histograms If the class have been already filled the previous contents will be lost. More...
|
|
Bool_t | SetBins (Int_t nx, const Double_t *xBins, Int_t ny, const Double_t *yBins, Int_t nz, const Double_t *zBins) |
| Set the bins for the underlined passed and total histograms If the class have been already filled the previous contents will be lost. More...
|
|
Bool_t | SetBins (Int_t nx, Double_t xmin, Double_t xmax) |
| Set the bins for the underlined passed and total histograms If the class have been already filled the previous contents will be lost. More...
|
|
Bool_t | SetBins (Int_t nx, Double_t xmin, Double_t xmax, Int_t ny, Double_t ymin, Double_t ymax) |
| Set the bins for the underlined passed and total histograms If the class have been already filled the previous contents will be lost. More...
|
|
Bool_t | SetBins (Int_t nx, Double_t xmin, Double_t xmax, Int_t ny, Double_t ymin, Double_t ymax, Int_t nz, Double_t zmin, Double_t zmax) |
| Set the bins for the underlined passed and total histograms If the class have been already filled the previous contents will be lost. More...
|
|
void | SetCentralInterval (Bool_t on=true) |
|
void | SetConfidenceLevel (Double_t level) |
| Sets the confidence level (0 < level < 1) The default value is 1-sigma :~ 0.683. More...
|
|
void | SetDirectory (TDirectory *dir) |
| Sets the directory holding this TEfficiency object. More...
|
|
void | SetName (const char *name) |
| Sets the name. More...
|
|
Bool_t | SetPassedEvents (Int_t bin, Int_t events) |
| Sets the number of passed events in the given global bin. More...
|
|
Bool_t | SetPassedHistogram (const TH1 &rPassed, Option_t *opt) |
| Sets the histogram containing the passed events. More...
|
|
void | SetPosteriorAverage (Bool_t on=true) |
|
void | SetPosteriorMode (Bool_t on=true) |
|
void | SetShortestInterval (Bool_t on=true) |
|
void | SetStatisticOption (EStatOption option) |
| Sets the statistic option which affects the calculation of the confidence interval. More...
|
|
void | SetTitle (const char *title) |
| Sets the title. More...
|
|
Bool_t | SetTotalEvents (Int_t bin, Int_t events) |
| Sets the number of total events in the given global bin. More...
|
|
Bool_t | SetTotalHistogram (const TH1 &rTotal, Option_t *opt) |
| Sets the histogram containing all events. More...
|
|
void | SetUseWeightedEvents (Bool_t on=kTRUE) |
|
void | SetWeight (Double_t weight) |
| Sets the global weight for this TEfficiency object. More...
|
|
Bool_t | UsesBayesianStat () const |
|
Bool_t | UsesCentralInterval () const |
|
Bool_t | UsesPosteriorAverage () const |
|
Bool_t | UsesPosteriorMode () const |
|
Bool_t | UsesShortestInterval () const |
|
Bool_t | UsesWeights () const |
|
| TNamed () |
|
| TNamed (const char *name, const char *title) |
|
| TNamed (const TNamed &named) |
| TNamed copy ctor. More...
|
|
| TNamed (const TString &name, const TString &title) |
|
virtual | ~TNamed () |
| TNamed destructor. More...
|
|
virtual void | Clear (Option_t *option="") |
| Set name and title to empty strings (""). More...
|
|
virtual TObject * | Clone (const char *newname="") const |
| Make a clone of an object using the Streamer facility. More...
|
|
virtual Int_t | Compare (const TObject *obj) const |
| Compare two TNamed objects. More...
|
|
virtual void | Copy (TObject &named) const |
| Copy this to obj. More...
|
|
virtual void | FillBuffer (char *&buffer) |
| Encode TNamed into output buffer. More...
|
|
virtual const char * | GetName () const |
| Returns name of object. More...
|
|
virtual const char * | GetTitle () const |
| Returns title of object. More...
|
|
virtual ULong_t | Hash () const |
| Return hash value for this object. More...
|
|
virtual Bool_t | IsSortable () const |
|
virtual void | ls (Option_t *option="") const |
| List TNamed name and title. More...
|
|
TNamed & | operator= (const TNamed &rhs) |
| TNamed assignment operator. More...
|
|
virtual void | Print (Option_t *option="") const |
| Print TNamed name and title. More...
|
|
virtual void | SetName (const char *name) |
| Set the name of the TNamed. More...
|
|
virtual void | SetNameTitle (const char *name, const char *title) |
| Set all the TNamed parameters (name and title). More...
|
|
virtual void | SetTitle (const char *title="") |
| Set the title of the TNamed. More...
|
|
virtual Int_t | Sizeof () const |
| Return size of the TNamed part of the TObject. More...
|
|
| TObject () |
| TObject constructor. More...
|
|
| TObject (const TObject &object) |
| TObject copy ctor. More...
|
|
virtual | ~TObject () |
| TObject destructor. More...
|
|
void | AbstractMethod (const char *method) const |
| Use this method to implement an "abstract" method that you don't want to leave purely abstract. More...
|
|
virtual void | AppendPad (Option_t *option="") |
| Append graphics object to current pad. More...
|
|
virtual void | Browse (TBrowser *b) |
| Browse object. May be overridden for another default action. More...
|
|
ULong_t | CheckedHash () |
| Check and record whether this class has a consistent Hash/RecursiveRemove setup (*) and then return the regular Hash value for this object. More...
|
|
virtual const char * | ClassName () const |
| Returns name of class to which the object belongs. More...
|
|
virtual void | Clear (Option_t *="") |
|
virtual TObject * | Clone (const char *newname="") const |
| Make a clone of an object using the Streamer facility. More...
|
|
virtual Int_t | Compare (const TObject *obj) const |
| Compare abstract method. More...
|
|
virtual void | Copy (TObject &object) const |
| Copy this to obj. More...
|
|
virtual void | Delete (Option_t *option="") |
| Delete this object. More...
|
|
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
| Computes distance from point (px,py) to the object. More...
|
|
virtual void | Draw (Option_t *option="") |
| Default Draw method for all objects. More...
|
|
virtual void | DrawClass () const |
| Draw class inheritance tree of the class to which this object belongs. More...
|
|
virtual TObject * | DrawClone (Option_t *option="") const |
| Draw a clone of this object in the current selected pad for instance with: gROOT->SetSelectedPad(gPad) . More...
|
|
virtual void | Dump () const |
| Dump contents of object on stdout. More...
|
|
virtual void | Error (const char *method, const char *msgfmt,...) const |
| Issue error message. More...
|
|
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
| Execute method on this object with the given parameter string, e.g. More...
|
|
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
| Execute method on this object with parameters stored in the TObjArray. More...
|
|
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
| Execute action corresponding to an event at (px,py). More...
|
|
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
| Issue fatal error message. More...
|
|
virtual TObject * | FindObject (const char *name) const |
| Must be redefined in derived classes. More...
|
|
virtual TObject * | FindObject (const TObject *obj) const |
| Must be redefined in derived classes. More...
|
|
virtual Option_t * | GetDrawOption () const |
| Get option used by the graphics system to draw this object. More...
|
|
virtual const char * | GetIconName () const |
| Returns mime type name of object. More...
|
|
virtual const char * | GetName () const |
| Returns name of object. More...
|
|
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
| Returns string containing info about the object at position (px,py). More...
|
|
virtual Option_t * | GetOption () const |
|
virtual const char * | GetTitle () const |
| Returns title of object. More...
|
|
virtual UInt_t | GetUniqueID () const |
| Return the unique object id. More...
|
|
virtual Bool_t | HandleTimer (TTimer *timer) |
| Execute action in response of a timer timing out. More...
|
|
virtual ULong_t | Hash () const |
| Return hash value for this object. More...
|
|
Bool_t | HasInconsistentHash () const |
| Return true is the type of this object is known to have an inconsistent setup for Hash and RecursiveRemove (i.e. More...
|
|
virtual void | Info (const char *method, const char *msgfmt,...) const |
| Issue info message. More...
|
|
virtual Bool_t | InheritsFrom (const char *classname) const |
| Returns kTRUE if object inherits from class "classname". More...
|
|
virtual Bool_t | InheritsFrom (const TClass *cl) const |
| Returns kTRUE if object inherits from TClass cl. More...
|
|
virtual void | Inspect () const |
| Dump contents of this object in a graphics canvas. More...
|
|
void | InvertBit (UInt_t f) |
|
virtual Bool_t | IsEqual (const TObject *obj) const |
| Default equal comparison (objects are equal if they have the same address in memory). More...
|
|
virtual Bool_t | IsFolder () const |
| Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More...
|
|
R__ALWAYS_INLINE Bool_t | IsOnHeap () const |
|
virtual Bool_t | IsSortable () const |
|
R__ALWAYS_INLINE Bool_t | IsZombie () const |
|
virtual void | ls (Option_t *option="") const |
| The ls function lists the contents of a class on stdout. More...
|
|
void | MayNotUse (const char *method) const |
| Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More...
|
|
virtual Bool_t | Notify () |
| This method must be overridden to handle object notification. More...
|
|
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
| Use this method to declare a method obsolete. More...
|
|
void | operator delete (void *ptr) |
| Operator delete. More...
|
|
void | operator delete[] (void *ptr) |
| Operator delete []. More...
|
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, void *vp) |
|
void * | operator new[] (size_t sz) |
|
void * | operator new[] (size_t sz, void *vp) |
|
TObject & | operator= (const TObject &rhs) |
| TObject assignment operator. More...
|
|
virtual void | Paint (Option_t *option="") |
| This method must be overridden if a class wants to paint itself. More...
|
|
virtual void | Pop () |
| Pop on object drawn in a pad to the top of the display list. More...
|
|
virtual void | Print (Option_t *option="") const |
| This method must be overridden when a class wants to print itself. More...
|
|
virtual Int_t | Read (const char *name) |
| Read contents of object with specified name from the current directory. More...
|
|
virtual void | RecursiveRemove (TObject *obj) |
| Recursively remove this object from a list. More...
|
|
void | ResetBit (UInt_t f) |
|
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
| Save this object in the file specified by filename. More...
|
|
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
| Save a primitive as a C++ statement(s) on output stream "out". More...
|
|
void | SetBit (UInt_t f) |
|
void | SetBit (UInt_t f, Bool_t set) |
| Set or unset the user status bits as specified in f. More...
|
|
virtual void | SetDrawOption (Option_t *option="") |
| Set drawing option for object. More...
|
|
virtual void | SetUniqueID (UInt_t uid) |
| Set the unique object id. More...
|
|
virtual void | SysError (const char *method, const char *msgfmt,...) const |
| Issue system error message. More...
|
|
R__ALWAYS_INLINE Bool_t | TestBit (UInt_t f) const |
|
Int_t | TestBits (UInt_t f) const |
|
virtual void | UseCurrentStyle () |
| Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More...
|
|
virtual void | Warning (const char *method, const char *msgfmt,...) const |
| Issue warning message. More...
|
|
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
| Write this object to the current directory. More...
|
|
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
| Write this object to the current directory. More...
|
|
| TAttLine () |
| AttLine default constructor. More...
|
|
| TAttLine (Color_t lcolor, Style_t lstyle, Width_t lwidth) |
| AttLine normal constructor. More...
|
|
virtual | ~TAttLine () |
| AttLine destructor. More...
|
|
void | Copy (TAttLine &attline) const |
| Copy this line attributes to a new TAttLine. More...
|
|
Int_t | DistancetoLine (Int_t px, Int_t py, Double_t xp1, Double_t yp1, Double_t xp2, Double_t yp2) |
| Compute distance from point px,py to a line. More...
|
|
virtual Color_t | GetLineColor () const |
| Return the line color. More...
|
|
virtual Style_t | GetLineStyle () const |
| Return the line style. More...
|
|
virtual Width_t | GetLineWidth () const |
| Return the line width. More...
|
|
virtual void | Modify () |
| Change current line attributes if necessary. More...
|
|
virtual void | ResetAttLine (Option_t *option="") |
| Reset this line attributes to default values. More...
|
|
virtual void | SaveLineAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t widdef=1) |
| Save line attributes as C++ statement(s) on output stream out. More...
|
|
virtual void | SetLineAttributes () |
| Invoke the DialogCanvas Line attributes. More...
|
|
virtual void | SetLineColor (Color_t lcolor) |
| Set the line color. More...
|
|
virtual void | SetLineColorAlpha (Color_t lcolor, Float_t lalpha) |
| Set a transparent line color. More...
|
|
virtual void | SetLineStyle (Style_t lstyle) |
| Set the line style. More...
|
|
virtual void | SetLineWidth (Width_t lwidth) |
| Set the line width. More...
|
|
| TAttFill () |
| AttFill default constructor. More...
|
|
| TAttFill (Color_t fcolor, Style_t fstyle) |
| AttFill normal constructor. More...
|
|
virtual | ~TAttFill () |
| AttFill destructor. More...
|
|
void | Copy (TAttFill &attfill) const |
| Copy this fill attributes to a new TAttFill. More...
|
|
virtual Color_t | GetFillColor () const |
| Return the fill area color. More...
|
|
virtual Style_t | GetFillStyle () const |
| Return the fill area style. More...
|
|
virtual Bool_t | IsTransparent () const |
|
virtual void | Modify () |
| Change current fill area attributes if necessary. More...
|
|
virtual void | ResetAttFill (Option_t *option="") |
| Reset this fill attributes to default values. More...
|
|
virtual void | SaveFillAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1001) |
| Save fill attributes as C++ statement(s) on output stream out. More...
|
|
virtual void | SetFillAttributes () |
| Invoke the DialogCanvas Fill attributes. More...
|
|
virtual void | SetFillColor (Color_t fcolor) |
| Set the fill area color. More...
|
|
virtual void | SetFillColorAlpha (Color_t fcolor, Float_t falpha) |
| Set a transparent fill color. More...
|
|
virtual void | SetFillStyle (Style_t fstyle) |
| Set the fill area style. More...
|
|
| TAttMarker () |
| TAttMarker default constructor. More...
|
|
| TAttMarker (Color_t color, Style_t style, Size_t msize) |
| TAttMarker normal constructor. More...
|
|
virtual | ~TAttMarker () |
| TAttMarker destructor. More...
|
|
void | Copy (TAttMarker &attmarker) const |
| Copy this marker attributes to a new TAttMarker. More...
|
|
virtual Color_t | GetMarkerColor () const |
| Return the marker color. More...
|
|
virtual Size_t | GetMarkerSize () const |
| Return the marker size. More...
|
|
virtual Style_t | GetMarkerStyle () const |
| Return the marker style. More...
|
|
virtual void | Modify () |
| Change current marker attributes if necessary. More...
|
|
virtual void | ResetAttMarker (Option_t *toption="") |
| Reset this marker attributes to the default values. More...
|
|
virtual void | SaveMarkerAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t sizdef=1) |
| Save line attributes as C++ statement(s) on output stream out. More...
|
|
virtual void | SetMarkerAttributes () |
| Invoke the DialogCanvas Marker attributes. More...
|
|
virtual void | SetMarkerColor (Color_t mcolor=1) |
| Set the marker color. More...
|
|
virtual void | SetMarkerColorAlpha (Color_t mcolor, Float_t malpha) |
| Set a transparent marker color. More...
|
|
virtual void | SetMarkerSize (Size_t msize=1) |
| Set the marker size. More...
|
|
virtual void | SetMarkerStyle (Style_t mstyle=1) |
| Set the marker style. More...
|
|