1 #ifndef KVVarGlobMean_h 
    2 #define KVVarGlobMean_h 
#define ClassDef(name, id)
 
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
 
Abstract base class for global variables which calculate a mean value.
 
KVVarGlobMean(const Char_t *nom)
 
static void MakeClass(const Char_t *classname, const Char_t *classdesc, int type=KVVarGlob::kOneBody)
 
static void FillMethodBody(KVString &body, int type)
 
virtual Double_t getvalue_int(Int_t i) const
 
void FillVar(Double_t v, Double_t w=1.)
 
void Copy(TObject &obj) const
Copy this to a.
 
Base class for all global variable implementations.