TH1.h File Reference

#include "TAxis.h"
#include "TAttLine.h"
#include "TAttFill.h"
#include "TAttMarker.h"
#include "TArrayC.h"
#include "TArrayS.h"
#include "TArrayI.h"
#include "TArrayF.h"
#include "Foption.h"
#include "TVectorFfwd.h"
#include "TVectorDfwd.h"
#include <float.h>
#include "TFitResultPtr.h"

Go to the source code of this file.

Classes

class  TH1
class  TH1C
class  TH1S
class  TH1I
class  TH1F
class  TH1D

Functions

TH1C operator * (Double_t c1, const TH1C &h1)
TH1C operator * (const TH1C &h1, Double_t c1)
TH1C operator+ (const TH1C &h1, const TH1C &h2)
TH1C operator- (const TH1C &h1, const TH1C &h2)
TH1C operator * (const TH1C &h1, const TH1C &h2)
TH1C operator/ (const TH1C &h1, const TH1C &h2)
TH1S operator * (Double_t c1, const TH1S &h1)
TH1S operator * (const TH1S &h1, Double_t c1)
TH1S operator+ (const TH1S &h1, const TH1S &h2)
TH1S operator- (const TH1S &h1, const TH1S &h2)
TH1S operator * (const TH1S &h1, const TH1S &h2)
TH1S operator/ (const TH1S &h1, const TH1S &h2)
TH1I operator * (Double_t c1, const TH1I &h1)
TH1I operator * (const TH1I &h1, Double_t c1)
TH1I operator+ (const TH1I &h1, const TH1I &h2)
TH1I operator- (const TH1I &h1, const TH1I &h2)
TH1I operator * (const TH1I &h1, const TH1I &h2)
TH1I operator/ (const TH1I &h1, const TH1I &h2)
TH1F operator * (Double_t c1, const TH1F &h1)
TH1F operator * (const TH1F &h1, Double_t c1)
TH1F operator+ (const TH1F &h1, const TH1F &h2)
TH1F operator- (const TH1F &h1, const TH1F &h2)
TH1F operator * (const TH1F &h1, const TH1F &h2)
TH1F operator/ (const TH1F &h1, const TH1F &h2)
TH1D operator * (Double_t c1, const TH1D &h1)
TH1D operator * (const TH1D &h1, Double_t c1)
TH1D operator+ (const TH1D &h1, const TH1D &h2)
TH1D operator- (const TH1D &h1, const TH1D &h2)
TH1D operator * (const TH1D &h1, const TH1D &h2)
TH1D operator/ (const TH1D &h1, const TH1D &h2)
TH1R__H (Int_t hid)
TH1R__H (const char *hname)


Function Documentation

TH1D operator * ( const TH1D h1,
const TH1D h2 
)

Definition at line 9124 of file TH1.cxx.

References h1, h2, TH1::Multiply(), and TH1::SetDirectory().

TH1D operator * ( const TH1D h1,
Double_t  c1 
) [inline]

Definition at line 583 of file TH1.h.

References h1, and operator *().

TH1D operator * ( Double_t  c1,
const TH1D h1 
)

Definition at line 9091 of file TH1.cxx.

References h1, TH1::Scale(), and TH1::SetDirectory().

TH1F operator * ( const TH1F h1,
const TH1F h2 
)

Definition at line 8886 of file TH1.cxx.

References h1, h2, TH1::Multiply(), and TH1::SetDirectory().

TH1F operator * ( const TH1F h1,
Double_t  c1 
) [inline]

Definition at line 538 of file TH1.h.

References h1, and operator *().

TH1F operator * ( Double_t  c1,
const TH1F h1 
)

Definition at line 8853 of file TH1.cxx.

References h1, TH1::Scale(), and TH1::SetDirectory().

TH1I operator * ( const TH1I h1,
const TH1I h2 
)

Definition at line 8648 of file TH1.cxx.

References h1, h2, TH1::Multiply(), and TH1::SetDirectory().

TH1I operator * ( const TH1I h1,
Double_t  c1 
) [inline]

Definition at line 493 of file TH1.h.

References h1, and operator *().

TH1I operator * ( Double_t  c1,
const TH1I h1 
)

Definition at line 8615 of file TH1.cxx.

References h1, TH1::Scale(), and TH1::SetDirectory().

TH1S operator * ( const TH1S h1,
const TH1S h2 
)

Definition at line 8406 of file TH1.cxx.

References h1, h2, TH1::Multiply(), and TH1::SetDirectory().

TH1S operator * ( const TH1S h1,
Double_t  c1 
) [inline]

Definition at line 450 of file TH1.h.

References h1, and operator *().

TH1S operator * ( Double_t  c1,
const TH1S h1 
)

Definition at line 8373 of file TH1.cxx.

References h1, TH1::Scale(), and TH1::SetDirectory().

TH1C operator * ( const TH1C h1,
const TH1C h2 
)

Definition at line 8163 of file TH1.cxx.

References h1, h2, TH1::Multiply(), and TH1::SetDirectory().

TH1C operator * ( const TH1C h1,
Double_t  c1 
) [inline]

Definition at line 407 of file TH1.h.

References h1, and operator *().

TH1C operator * ( Double_t  c1,
const TH1C h1 
)

Definition at line 8130 of file TH1.cxx.

References h1, TH1::Scale(), and TH1::SetDirectory().

TH1D operator+ ( const TH1D h1,
const TH1D h2 
)

Definition at line 9102 of file TH1.cxx.

References TH1::Add(), h1, h2, and TH1::SetDirectory().

TH1F operator+ ( const TH1F h1,
const TH1F h2 
)

Definition at line 8864 of file TH1.cxx.

References TH1::Add(), h1, h2, and TH1::SetDirectory().

TH1I operator+ ( const TH1I h1,
const TH1I h2 
)

Definition at line 8626 of file TH1.cxx.

References TH1::Add(), h1, h2, and TH1::SetDirectory().

TH1S operator+ ( const TH1S h1,
const TH1S h2 
)

Definition at line 8384 of file TH1.cxx.

References TH1::Add(), h1, h2, and TH1::SetDirectory().

TH1C operator+ ( const TH1C h1,
const TH1C h2 
)

Definition at line 8141 of file TH1.cxx.

References TH1::Add(), h1, h2, and TH1::SetDirectory().

TH1D operator- ( const TH1D h1,
const TH1D h2 
)

Definition at line 9113 of file TH1.cxx.

References TH1::Add(), h1, h2, and TH1::SetDirectory().

TH1F operator- ( const TH1F h1,
const TH1F h2 
)

Definition at line 8875 of file TH1.cxx.

References TH1::Add(), h1, h2, and TH1::SetDirectory().

TH1I operator- ( const TH1I h1,
const TH1I h2 
)

Definition at line 8637 of file TH1.cxx.

References TH1::Add(), h1, h2, and TH1::SetDirectory().

TH1S operator- ( const TH1S h1,
const TH1S h2 
)

Definition at line 8395 of file TH1.cxx.

References TH1::Add(), h1, h2, and TH1::SetDirectory().

TH1C operator- ( const TH1C h1,
const TH1C h2 
)

Definition at line 8152 of file TH1.cxx.

References TH1::Add(), h1, h2, and TH1::SetDirectory().

TH1D operator/ ( const TH1D h1,
const TH1D h2 
)

Definition at line 9135 of file TH1.cxx.

References TH1::Divide(), h1, h2, and TH1::SetDirectory().

TH1F operator/ ( const TH1F h1,
const TH1F h2 
)

Definition at line 8897 of file TH1.cxx.

References TH1::Divide(), h1, h2, and TH1::SetDirectory().

TH1I operator/ ( const TH1I h1,
const TH1I h2 
)

Definition at line 8659 of file TH1.cxx.

References TH1::Divide(), h1, h2, and TH1::SetDirectory().

TH1S operator/ ( const TH1S h1,
const TH1S h2 
)

Definition at line 8417 of file TH1.cxx.

References TH1::Divide(), h1, h2, and TH1::SetDirectory().

TH1C operator/ ( const TH1C h1,
const TH1C h2 
)

Definition at line 8174 of file TH1.cxx.

References TH1::Divide(), h1, h2, and TH1::SetDirectory().

TH1* R__H ( const char *  hname  ) 

Definition at line 9159 of file TH1.cxx.

References gDirectory, and TDirectory::Get().

TH1* R__H ( Int_t  hid  ) 

Definition at line 9146 of file TH1.cxx.

References TString::Form(), gDirectory, and TDirectory::Get().


Generated on Tue Jul 5 16:01:03 2011 for ROOT_528-00b_version by  doxygen 1.5.1