#include "QSigExTFOps.h"

QSigExTFOps


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

class QSigExTFOps

Inheritance Chart:
QSigExTFOps

    protected:
void CheckTF() const public:
QSigExTFOps() QSigExTFOps(const QSigExTFOps& rhs) QSigExTFOps(const TF1* fTFIn) virtual ~QSigExTFOps() static TClass* Class() Double_t Derivative(Double_t x) const Double_t Freq(Double_t x, Double_t y = 0, Double_t z = 0) const const TF1* GetTF() const virtual TClass* IsA() const Double_t LimIntegral(Double_t xlo, Double_t xhi, Double_t ylo = 0, Double_t yhi = 0, Double_t zlo = 0, Double_t zhi = 0) const Double_t LimIntegral(Option_t* domain = "NULL", Double_t* error = NULL) void SetTF(const TF1* tf) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
const TF1* fTF !

Class Description

                                                                      
 QSigExTFOps                                                          
                                                                      
 Class performing calculations on histograms                          
                                                                      

Double_t Freq(Double_t x, Double_t y, Double_t z)

Double_t Derivative(Double_t x)

Double_t LimIntegral(Double_t xlo, Double_t xhi, Double_t ylo, Double_t yhi, Double_t zlo, Double_t zhi)

Double_t LimIntegral(Option_t* domain, Double_t* error)

void CheckTF()
 Throws an exception if no instance is associated with fTF.
QSigExTFOps(const TF1* fTFIn)
constructor, initializes member variable fTF
{PRINTF4(this,"\tQSigExTFOps::QSigExTFOps(const TF1* fTFIn<",fTFIn,">)\n") }
QSigExTFOps()
constructor with no arguments initializes fTF to NULL
{PRINTF2(this,"\tQSigExTFOps::QSigExTFOps()\n") }
QSigExTFOps(const QSigExTFOps& rhs)


{}
virtual ~QSigExTFOps()
destructor
{PRINTF2(this,"\tQSigExTFOps::~QSigExTFOps()\n") }
const TF1* GetTF()
function to return a pointer to the histogram fTF.
{PRINTF2(this,"\tconst TF1* QSigExTFOps::GetTF()\n") return fTF;}
void SetTF(const TF1* tf)


Author: Pierre-Luc Drouin, Osama Moussa
Last update: Fri Nov 17 16:35:15 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.