#include <math.h>
#include "Riostream.h"
#include "TROOT.h"
#include "TClass.h"
#include "v5/TFormula.h"
#include "TMath.h"
#include "TRandom.h"
#include "TFunction.h"
#include "TMethodCall.h"
#include "TObjString.h"
#include "TError.h"
#include "v5/TFormulaPrimitive.h"
#include "TInterpreter.h"
#include "TVirtualMutex.h"
Go to the source code of this file.
Value:{ \
tab[pos-1] =
TMath::Exp(params[param]+params[param+1]*
x[var]);
\
}
if on multiple lines(like in C++).**The" * configuration fragment. * * The "import myobject continue
Parses the configuration file.
Referenced by ClassImp().
Value:{ \
tab[pos-1] =
TMath::Exp(params[param]+params[param+1]*
x[var]);
\
}
if on multiple lines(like in C++).**The" * configuration fragment. * * The "import myobject continue
Parses the configuration file.
Value:{ \
tab[pos-1] = params[param]*
TMath::Gaus(
x[var],params[param+1],params[param+2],IsNormalized());
\
}
if on multiple lines(like in C++).**The" * configuration fragment. * * The "import myobject continue
Parses the configuration file.
Double_t Gaus(Double_t x, Double_t mean=0, Double_t sigma=1, Bool_t norm=kFALSE)
Calculate a gaussian function with mean and sigma.
Referenced by ClassImp().
Value:{ \
tab[pos-1] = params[param]*
TMath::Gaus(
x[var],params[param+1], \
params[param+2],IsNormalized());
\
}
if on multiple lines(like in C++).**The" * configuration fragment. * * The "import myobject continue
Parses the configuration file.
Double_t Gaus(Double_t x, Double_t mean=0, Double_t sigma=1, Bool_t norm=kFALSE)
Calculate a gaussian function with mean and sigma.
Value:{ \
tab[pos-1] = params[param]*
TMath::Landau(
x[var],params[param+1],params[param+2],IsNormalized());
\
}
Double_t Landau(Double_t x, Double_t mpv=0, Double_t sigma=1, Bool_t norm=kFALSE)
The LANDAU function.
if on multiple lines(like in C++).**The" * configuration fragment. * * The "import myobject continue
Parses the configuration file.
Referenced by ClassImp().
Value:{ \
tab[pos-1] = params[param]*
TMath::Landau(
x[var],params[param+1],params[param+2],IsNormalized());
\
}
Double_t Landau(Double_t x, Double_t mpv=0, Double_t sigma=1, Bool_t norm=kFALSE)
The LANDAU function.
if on multiple lines(like in C++).**The" * configuration fragment. * * The "import myobject continue
Parses the configuration file.
Value:{ \
Int_t int1= param-inter*100-1;
\
for (j=0 ;j<inter+1;j++) { \
tab[pos-1] += intermede*params[j+int1]; \
}
if on multiple lines(like in C++).**The" * configuration fragment. * * The "import myobject continue
Parses the configuration file.
Referenced by ClassImp().
Value:{ \
Int_t int1= param-inter*100-1;
\
for (j=0 ;j<inter+1;j++) { \
tab[pos-1] += intermede*params[j+int1]; \
}
if on multiple lines(like in C++).**The" * configuration fragment. * * The "import myobject continue
Parses the configuration file.
const Int_t gMAXSTRINGFOUND = 10 |