4 #ifndef __KVPARTITIONFUNCTION_H
5 #define __KVPARTITIONFUNCTION_H
63 Double_t sneppen_Nclass(
int A,
int Z,
int M,
int B);
64 Double_t sneppen_Np(
int A,
int Z,
int M);
65 Double_t calc_sneppen_Nclass(
int A,
int Z,
int M,
int B);
66 Double_t calc_sneppen_Np(
int A,
int Z,
int M);
70 if (B > -1)
return Form(
"A%dZ%dM%dB%d", A, Z, M, B);
71 return Form(
"A%dZ%dM%d", A, Z, M);
107 return maxvalueNclass;
#define ClassDef(name, id)
char * Form(const char *fmt,...)
Calculates number of partitions of (A,Z,M)
Double_t PartFunc(int A, int M)
Double_t MeanNAZ(int A0, int Z0, int A, int Z)
Double_t MeanNA(int A0, int A)
KVPartitionFunction()
Default constructor.
Double_t GetMaxValueNclass() const
Double_t GetMaxValueNp() const
Double_t MeanNZ(int A0, int Z0, int Z)
virtual ~KVPartitionFunction()
Destructor.
Double_t MeanNA_M(int A0, int A, int M)
void Add(TObject *obj) override
TObject * FindObject(const char *name) const override
virtual void SetTitle(const char *title="")
const char * GetTitle() const override