#include "TH1.h"
Go to the source code of this file.
|
TH1F * | th1fmorph (const char *chname, const char *chtitle, TH1F *hist1, TH1F *hist2, Double_t par1, Double_t par2, Double_t parinterp, Double_t morphedhistnorm, Int_t idebug=0) |
|
TH1D * | th1fmorph (const char *chname, const char *chtitle, TH1D *hist1, TH1D *hist2, Double_t par1, Double_t par2, Double_t parinterp, Double_t morphedhistnorm, Int_t idebug=0) |
|
TH1F* th1fmorph |
( |
const char * |
chname, |
|
|
const char * |
chtitle, |
|
|
TH1F * |
hist1, |
|
|
TH1F * |
hist2, |
|
|
Double_t |
par1, |
|
|
Double_t |
par2, |
|
|
Double_t |
parinterp, |
|
|
Double_t |
morphedhistnorm, |
|
|
Int_t |
idebug = 0 |
|
) |
| |
Definition at line 489 of file th1fmorph.cc.
495 {
return th1fmorph_<TH1F, Float_t>(chname, chtitle, hist1, hist2, par1, par2, parinterp, morphedhistnorm, idebug); }
TH1D* th1fmorph |
( |
const char * |
chname, |
|
|
const char * |
chtitle, |
|
|
TH1D * |
hist1, |
|
|
TH1D * |
hist2, |
|
|
Double_t |
par1, |
|
|
Double_t |
par2, |
|
|
Double_t |
parinterp, |
|
|
Double_t |
morphedhistnorm, |
|
|
Int_t |
idebug = 0 |
|
) |
| |
Definition at line 497 of file th1fmorph.cc.
503 {
return th1fmorph_<TH1D, Double_t>(chname, chtitle, hist1, hist2, par1, par2, parinterp, morphedhistnorm, idebug); }