#include "QSigExDis.h"

QSigExDis


class description - header file - source file - inheritance tree (.pdf)

class QSigExDis : public TNamed, public QSigExIO

Inheritance Chart:
TObject
<-
TNamed
QSigExIO
<-
QSigExDis
<-
QSigExDisTF
QSigExDisTH
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.


    public:
virtual ~QSigExDis() virtual void Browse(TBrowser* b) static TClass* Class() virtual QSigExDis* CloneQSigExDis() const virtual Double_t Derivative(const Double_t& x) const virtual void Draw(Option_t* option = "") virtual Int_t GetDimension() virtual TClass* IsA() const virtual void Normalize(Option_t* cutexpr = "NULL", Int_t normflags = 0, Double_t* fullintegral = NULL, Double_t* cutintegral = NULL, Double_t* error = NULL) const QSigExDis& operator=(const QSigExDis& rhs) virtual Double_t ProbDensity(const Double_t& x, const Double_t& y, const Double_t& z) const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description

                                                                      
 QSigExDis                                                            
                                                                      
 This class is an abstract base class which allows to give a common   
 interface to all types of ROOT "functions" (TH1, TH2, TH3, TF1, TF2, 
 TF3) such that they can be transparently used as probability density 
 functions. QSigExDis declares a Normalize function that allows to    
 normalize the functions using complexe cuts and a ProbDensity        
 function that returns the probability density associated with a      
 given point.                                                         
                                                                      

~QSigExDis()

Double_t ProbDensity(const Double_t &x,const Double_t &y,const Double_t &z)

Double_t Derivative(const Double_t &x)


{return 0;}
QSigExDis* CloneQSigExDis()

void Normalize(Option_t* cutexpr=NULL, Int_t normflags=0, Double_t* fullintegral=NULL, Double_t* cutintegral=NULL, Double_t* error=NULL)


{TNamed::operator=(rhs); QSigExIO::operator=(dynamic_cast<const QSigExIO&>(rhs)); return *this;}
void Draw(Option_t *option="")


{GetObject()->Draw(option);}
void Browse(TBrowser* b)

Int_t GetDimension()


Author: Pierre-Luc Drouin
Last update: Fri Nov 17 16:35:13 2006


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.