4 #ifndef __KVHISTOGRAM_H 
    5 #define __KVHISTOGRAM_H 
   10 #include "KVNameValueList.h" 
#define ClassDef(name, id)
 
Base class for KaliVeda framework.
 
Wrapper for histograms and graphical cuts used by KVTreeAnalyzer.
 
const Char_t * GetHistoTitle() const
 
const Char_t * GetVarZ() const
 
static void ParseExpressionString(const Char_t *exp, KVString &varX, KVString &varY, KVString &varZ)
Parse expression strings "VARZ:VARY:VARX" or "VARY:VARX" or "VARX".
 
static void ParseHistoTitle(const Char_t *title, KVString &exp, KVString &sel, KVString &weight)
 
void SetWeight(const Char_t *)
Set weighting factor used to fill histogram.
 
const Char_t * GetVarY() const
 
const Char_t * GetMeanRMSY() const
 
const Char_t * GetExpression() const
 
Double_t GetMeanX() const
 
KVHistogram(TH1 *h=nullptr)
Default constructor.
 
Double_t GetMean(Int_t axis=1) const
 
TH1 * fHisto
pointer to histogram
 
void ls(Option_t *option="") const
 
const Char_t * GetSelection() const
 
TObject * GetObject() const
In order to have context menu access to the contained histogram or cut.
 
const Char_t * GetWeight() const
Return weighting used for filling histogram.
 
const Char_t * GetMeanRMSX() const
 
Double_t GetMeanY() const
 
const Char_t * GetVarX() const
 
virtual ~KVHistogram()
Destructor.
 
KVNameValueList fParams
histogram parameters
 
void ParseExpressionAndSelection()
 
TCutG * fCut
pointer to cut
 
Handles lists of named parameters with different types, a list of KVNamedParameter objects.
 
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
 
virtual Bool_t InheritsFrom(const char *classname) const