KaliVeda
Toolkit for HIC analysis
|
TH3 object which allow clusterization in cell density.
Created by KVClassFactory on Tue Sep 27 10:46:46 2016 Author: Eric BONNET
Definition at line 18 of file KVClust3D.h.
#include <KVClust3D.h>
Public Member Functions | |
KVClust3D () | |
Default constructor. | |
KVClust3D (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, const Double_t *ybins, Int_t nbinsz, const Double_t *zbins) | |
Constructor inherited from TH3D. | |
KVClust3D (const char *name, const char *title, Int_t nbinsx, const Float_t *xbins, Int_t nbinsy, const Float_t *ybins, Int_t nbinsz, const Float_t *zbins) | |
Constructor inherited from TH3D. | |
KVClust3D (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, Double_t ylow, Double_t yup, Int_t nbinsz, Double_t zlow, Double_t zup) | |
Constructor inherited from TH3D. | |
virtual | ~KVClust3D () |
void | Clusterize () |
TH3D * | GetClusterIndex () const |
Int_t | GetNclusters () const |
Int_t | GetNvoisins () const |
Double_t * | GetPop () const |
Int_t * | GetSize () const |
Double_t | GetThreshold () const |
return the value of the threshold for the content of a cell to be considered has filled | |
Double_t | GetVolumeCell () const |
Double_t | GetVolumeVoisin () const |
Bool_t | IsLonelyCellsAreKept () const |
void | PrintInputs () const |
void | PrintResults () const |
TH3D * | ProduceTH3D (const Char_t *name) const |
void | ResetObjects () |
void | SetDensityThreshold (Double_t) |
Set density threshold on the content of a cell to be considered has filled. | |
void | SetLonelyCells (Bool_t) |
void | SetNvoisins (Int_t) |
void | SetThreshold (Double_t) |
Set threshold on the content of a cell to be considered has filled. | |
Public Member Functions inherited from TH3D | |
TH3D () | |
TH3D (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, const Double_t *ybins, Int_t nbinsz, const Double_t *zbins) | |
TH3D (const char *name, const char *title, Int_t nbinsx, const Float_t *xbins, Int_t nbinsy, const Float_t *ybins, Int_t nbinsz, const Float_t *zbins) | |
TH3D (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, Double_t ylow, Double_t yup, Int_t nbinsz, Double_t zlow, Double_t zup) | |
TH3D (const TH3D &h3d) | |
~TH3D () override | |
void | AddBinContent (Int_t bin) override |
void | AddBinContent (Int_t bin, Double_t w) override |
void | Copy (TObject &hnew) const override |
TClass * | IsA () const override |
TH3D & | operator= (const TH3D &h1) |
void | Reset (Option_t *option="") override |
void | SetBinsLength (Int_t n=-1) override |
void | Streamer (TBuffer &) override |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from TH3 | |
~TH3 () override | |
Int_t | BufferEmpty (Int_t action=0) override |
virtual Int_t | Fill (const char *namex, const char *namey, const char *namez, Double_t w) |
virtual Int_t | Fill (const char *namex, const char *namey, Double_t z, Double_t w) |
virtual Int_t | Fill (const char *namex, Double_t y, const char *namez, Double_t w) |
virtual Int_t | Fill (const char *namex, Double_t y, Double_t z, Double_t w) |
virtual Int_t | Fill (Double_t x, const char *namey, const char *namez, Double_t w) |
virtual Int_t | Fill (Double_t x, const char *namey, Double_t z, Double_t w) |
virtual Int_t | Fill (Double_t x, Double_t y, const char *namez, Double_t w) |
virtual Int_t | Fill (Double_t x, Double_t y, Double_t z) |
virtual Int_t | Fill (Double_t x, Double_t y, Double_t z, Double_t w) |
void | FillRandom (const char *fname, Int_t ntimes=5000, TRandom *rng=nullptr) override |
void | FillRandom (TH1 *h, Int_t ntimes=5000, TRandom *rng=nullptr) override |
virtual void | FitSlicesZ (TF1 *f1=nullptr, Int_t binminx=1, Int_t binmaxx=0, Int_t binminy=1, Int_t binmaxy=0, Int_t cut=0, Option_t *option="QNR") |
Int_t | GetBin (Int_t binx, Int_t biny, Int_t binz) const override |
virtual Double_t | GetBinContent (Int_t bin) const |
virtual Double_t | GetBinContent (Int_t bin, Int_t) const |
virtual Double_t | GetBinContent (Int_t bin, Int_t, Int_t) const |
Double_t | GetBinContent (Int_t binx, Int_t biny, Int_t binz) const override |
virtual Double_t | GetBinErrorLow (Int_t bin) const |
virtual Double_t | GetBinErrorLow (Int_t binx, Int_t biny, Int_t binz) |
virtual Double_t | GetBinErrorUp (Int_t bin) const |
virtual Double_t | GetBinErrorUp (Int_t binx, Int_t biny, Int_t binz) |
virtual Double_t | GetBinWithContent3 (Double_t c, Int_t &binx, Int_t &biny, Int_t &binz, Int_t firstx=0, Int_t lastx=0, Int_t firsty=0, Int_t lasty=0, Int_t firstz=0, Int_t lastz=0, Double_t maxdiff=0) const |
virtual Double_t | GetCorrelationFactor (Int_t axis1=1, Int_t axis2=2) const |
virtual Double_t | GetCovariance (Int_t axis1=1, Int_t axis2=2) const |
virtual void | GetRandom3 (Double_t &x, Double_t &y, Double_t &, TRandom *rng=nullptr) |
void | GetStats (Double_t *stats) const override |
virtual Double_t | Integral (Int_t binx1, Int_t binx2, Int_t biny1, Int_t biny2, Int_t binz1, Int_t binz2, Option_t *option="") const |
Double_t | Integral (Option_t *option="") const override |
virtual Double_t | IntegralAndError (Int_t binx1, Int_t binx2, Int_t biny1, Int_t biny2, Int_t binz1, Int_t binz2, Double_t &err, Option_t *option="") const |
Double_t | Interpolate (Double_t x, Double_t y, Double_t z) const override |
Double_t | KolmogorovTest (const TH1 *h2, Option_t *option="") const override |
virtual TH1 * | Project3D (Option_t *option="x") const |
virtual TProfile2D * | Project3DProfile (Option_t *option="xy") const |
virtual TH1D * | ProjectionX (const char *name="_px", Int_t iymin=0, Int_t iymax=-1, Int_t izmin=0, Int_t izmax=-1, Option_t *option="") const |
virtual TH1D * | ProjectionY (const char *name="_py", Int_t ixmin=0, Int_t ixmax=-1, Int_t izmin=0, Int_t izmax=-1, Option_t *option="") const |
virtual TH1D * | ProjectionZ (const char *name="_pz", Int_t ixmin=0, Int_t ixmax=-1, Int_t iymin=0, Int_t iymax=-1, Option_t *option="") const |
void | PutStats (Double_t *stats) override |
virtual TH3 * | Rebin3D (Int_t nxgroup=2, Int_t nygroup=2, Int_t nzgroup=2, const char *newname="") |
TH3 * | RebinX (Int_t ngroup=2, const char *newname="") override |
virtual TH3 * | RebinY (Int_t ngroup=2, const char *newname="") |
virtual TH3 * | RebinZ (Int_t ngroup=2, const char *newname="") |
void | SetBinContent (Int_t bin, Double_t content) override |
void | SetBinContent (Int_t bin, Int_t, Double_t content) override |
void | SetBinContent (Int_t binx, Int_t biny, Int_t binz, Double_t content) override |
virtual void | SetShowProjection (const char *option="xy", Int_t nbins=1) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from TH1 | |
~TH1 () override | |
virtual Bool_t | Add (const TH1 *h, const TH1 *h2, Double_t c1=1, Double_t c2=1) |
virtual Bool_t | Add (const TH1 *h1, Double_t c1=1) |
virtual Bool_t | Add (TF1 *h1, Double_t c1=1, Option_t *option="") |
virtual Double_t | AndersonDarlingTest (const TH1 *h2, Double_t &advalue) const |
virtual Double_t | AndersonDarlingTest (const TH1 *h2, Option_t *option="") const |
void | Browse (TBrowser *b) override |
virtual Bool_t | CanExtendAllAxes () const |
virtual Double_t | Chi2Test (const TH1 *h2, Option_t *option="UU", Double_t *res=nullptr) const |
virtual Double_t | Chi2TestX (const TH1 *h2, Double_t &chi2, Int_t &ndf, Int_t &igood, Option_t *option="UU", Double_t *res=nullptr) const |
virtual Double_t | Chisquare (TF1 *f1, Option_t *option="") const |
virtual void | ClearUnderflowAndOverflow () |
TObject * | Clone (const char *newname="") const override |
virtual Double_t | ComputeIntegral (Bool_t onlyPositive=false) |
virtual void | DirectoryAutoAdd (TDirectory *) |
Int_t | DistancetoPrimitive (Int_t px, Int_t py) override |
virtual Bool_t | Divide (const TH1 *h1) |
virtual Bool_t | Divide (const TH1 *h1, const TH1 *h2, Double_t c1=1, Double_t c2=1, Option_t *option="") |
virtual Bool_t | Divide (TF1 *f1, Double_t c1=1) |
void | Draw (Option_t *option="") override |
virtual TH1 * | DrawCopy (Option_t *option="", const char *name_postfix="_copy") const |
virtual TH1 * | DrawNormalized (Option_t *option="", Double_t norm=1) const |
virtual void | DrawPanel () |
virtual void | Eval (TF1 *f1, Option_t *option="") |
void | ExecuteEvent (Int_t event, Int_t px, Int_t py) override |
virtual void | ExtendAxis (Double_t x, TAxis *axis) |
virtual TH1 * | FFT (TH1 *h_output, Option_t *option) |
virtual void | FillN (Int_t ntimes, const Double_t *x, const Double_t *w, Int_t stride=1) |
virtual void | FillN (Int_t, const Double_t *, const Double_t *, const Double_t *, Int_t) |
virtual Int_t | FindBin (Double_t x, Double_t y=0, Double_t z=0) |
virtual Int_t | FindFirstBinAbove (Double_t threshold=0, Int_t axis=1, Int_t firstBin=1, Int_t lastBin=-1) const |
virtual Int_t | FindFixBin (Double_t x, Double_t y=0, Double_t z=0) const |
virtual Int_t | FindLastBinAbove (Double_t threshold=0, Int_t axis=1, Int_t firstBin=1, Int_t lastBin=-1) const |
TObject * | FindObject (const char *name) const override |
TObject * | FindObject (const TObject *obj) const override |
virtual TFitResultPtr | Fit (const char *formula, Option_t *option="", Option_t *goption="", Double_t xmin=0, Double_t xmax=0) |
virtual TFitResultPtr | Fit (TF1 *f1, Option_t *option="", Option_t *goption="", Double_t xmin=0, Double_t xmax=0) |
virtual void | FitPanel () |
TH1 * | GetAsymmetry (TH1 *h2, Double_t c2=1, Double_t dc2=0) |
virtual Color_t | GetAxisColor (Option_t *axis="X") const |
virtual Float_t | GetBarOffset () const |
virtual Float_t | GetBarWidth () const |
virtual Double_t | GetBinCenter (Int_t bin) const |
virtual Double_t | GetBinError (Int_t bin) const |
virtual Double_t | GetBinError (Int_t binx, Int_t biny) const |
virtual Double_t | GetBinError (Int_t binx, Int_t biny, Int_t binz) const |
virtual EBinErrorOpt | GetBinErrorOption () const |
virtual Double_t | GetBinLowEdge (Int_t bin) const |
virtual Double_t | GetBinWidth (Int_t bin) const |
virtual Double_t | GetBinWithContent (Double_t c, Int_t &binx, Int_t firstx=0, Int_t lastx=0, Double_t maxdiff=0) const |
virtual void | GetBinXYZ (Int_t binglobal, Int_t &binx, Int_t &biny, Int_t &binz) const |
const Double_t * | GetBuffer () const |
Int_t | GetBufferLength () const |
Int_t | GetBufferSize () const |
virtual Double_t | GetCellContent (Int_t binx, Int_t biny) const |
virtual Double_t | GetCellError (Int_t binx, Int_t biny) const |
virtual void | GetCenter (Double_t *center) const |
virtual Int_t | GetContour (Double_t *levels=nullptr) |
virtual Double_t | GetContourLevel (Int_t level) const |
virtual Double_t | GetContourLevelPad (Int_t level) const |
TH1 * | GetCumulative (Bool_t forward=kTRUE, const char *suffix="_cumulative") const |
virtual Int_t | GetDimension () const |
TDirectory * | GetDirectory () const |
virtual Double_t | GetEffectiveEntries () const |
virtual Double_t | GetEntries () const |
virtual TF1 * | GetFunction (const char *name) const |
virtual Double_t * | GetIntegral () |
virtual Double_t | GetKurtosis (Int_t axis=1) const |
virtual Color_t | GetLabelColor (Option_t *axis="X") const |
virtual Style_t | GetLabelFont (Option_t *axis="X") const |
virtual Float_t | GetLabelOffset (Option_t *axis="X") const |
virtual Float_t | GetLabelSize (Option_t *axis="X") const |
TList * | GetListOfFunctions () const |
virtual void | GetLowEdge (Double_t *edge) const |
virtual Double_t | GetMaximum (Double_t maxval=FLT_MAX) const |
virtual Int_t | GetMaximumBin () const |
virtual Int_t | GetMaximumBin (Int_t &locmax, Int_t &locmay, Int_t &locmaz) const |
virtual Double_t | GetMaximumStored () const |
virtual Double_t | GetMean (Int_t axis=1) const |
virtual Double_t | GetMeanError (Int_t axis=1) const |
virtual Double_t | GetMinimum (Double_t minval=-FLT_MAX) const |
virtual void | GetMinimumAndMaximum (Double_t &min, Double_t &max) const |
virtual Int_t | GetMinimumBin () const |
virtual Int_t | GetMinimumBin (Int_t &locmix, Int_t &locmiy, Int_t &locmiz) const |
virtual Double_t | GetMinimumStored () const |
virtual Int_t | GetNbinsX () const |
virtual Int_t | GetNbinsY () const |
virtual Int_t | GetNbinsZ () const |
virtual Int_t | GetNcells () const |
virtual Int_t | GetNdivisions (Option_t *axis="X") const |
virtual Double_t | GetNormFactor () const |
char * | GetObjectInfo (Int_t px, Int_t py) const override |
Option_t * | GetOption () const override |
TVirtualHistPainter * | GetPainter (Option_t *option="") |
virtual Int_t | GetQuantiles (Int_t nprobSum, Double_t *q, const Double_t *probSum=nullptr) |
virtual Double_t | GetRandom (TRandom *rng=nullptr) const |
Double_t | GetRMS (Int_t axis=1) const |
Double_t | GetRMSError (Int_t axis=1) const |
virtual Double_t | GetSkewness (Int_t axis=1) const |
EStatOverflows | GetStatOverflows () const |
virtual Double_t | GetStdDev (Int_t axis=1) const |
virtual Double_t | GetStdDevError (Int_t axis=1) const |
virtual Double_t | GetSumOfWeights () const |
virtual TArrayD * | GetSumw2 () |
virtual const TArrayD * | GetSumw2 () const |
virtual Int_t | GetSumw2N () const |
virtual Float_t | GetTickLength (Option_t *axis="X") const |
virtual Style_t | GetTitleFont (Option_t *axis="X") const |
virtual Float_t | GetTitleOffset (Option_t *axis="X") const |
virtual Float_t | GetTitleSize (Option_t *axis="X") const |
TAxis * | GetXaxis () |
const TAxis * | GetXaxis () const |
TAxis * | GetYaxis () |
const TAxis * | GetYaxis () const |
TAxis * | GetZaxis () |
const TAxis * | GetZaxis () const |
Bool_t | IsBinOverflow (Int_t bin, Int_t axis=0) const |
Bool_t | IsBinUnderflow (Int_t bin, Int_t axis=0) const |
virtual Bool_t | IsHighlight () const |
virtual void | LabelsDeflate (Option_t *axis="X") |
virtual void | LabelsInflate (Option_t *axis="X") |
virtual void | LabelsOption (Option_t *option="h", Option_t *axis="X") |
virtual Long64_t | Merge (TCollection *list) |
Long64_t | Merge (TCollection *list, Option_t *option) |
virtual Bool_t | Multiply (const TH1 *h1) |
virtual Bool_t | Multiply (const TH1 *h1, const TH1 *h2, Double_t c1=1, Double_t c2=1, Option_t *option="") |
virtual Bool_t | Multiply (TF1 *f1, Double_t c1=1) |
void | Paint (Option_t *option="") override |
void | Print (Option_t *option="") const override |
virtual TH1 * | Rebin (Int_t ngroup=2, const char *newname="", const Double_t *xbins=nullptr) |
virtual void | RebinAxis (Double_t x, TAxis *axis) |
virtual void | Rebuild (Option_t *option="") |
void | RecursiveRemove (TObject *obj) override |
virtual void | ResetStats () |
void | SavePrimitive (std::ostream &out, Option_t *option="") override |
virtual void | Scale (Double_t c1=1, Option_t *option="") |
virtual void | SetAxisColor (Color_t color=1, Option_t *axis="X") |
virtual void | SetAxisRange (Double_t xmin, Double_t xmax, Option_t *axis="X") |
virtual void | SetBarOffset (Float_t offset=0.25) |
virtual void | SetBarWidth (Float_t width=0.5) |
virtual void | SetBinError (Int_t bin, Double_t error) |
virtual void | SetBinError (Int_t binx, Int_t biny, Double_t error) |
virtual void | SetBinError (Int_t binx, Int_t biny, Int_t binz, Double_t error) |
virtual void | SetBinErrorOption (EBinErrorOpt type) |
virtual void | SetBins (Int_t nx, const Double_t *xBins) |
virtual void | SetBins (Int_t nx, const Double_t *xBins, Int_t ny, const Double_t *yBins) |
virtual void | SetBins (Int_t nx, const Double_t *xBins, Int_t ny, const Double_t *yBins, Int_t nz, const Double_t *zBins) |
virtual void | SetBins (Int_t nx, Double_t xmin, Double_t xmax) |
virtual void | SetBins (Int_t nx, Double_t xmin, Double_t xmax, Int_t ny, Double_t ymin, Double_t ymax) |
virtual void | SetBins (Int_t nx, Double_t xmin, Double_t xmax, Int_t ny, Double_t ymin, Double_t ymax, Int_t nz, Double_t zmin, Double_t zmax) |
virtual void | SetBuffer (Int_t buffersize, Option_t *option="") |
virtual UInt_t | SetCanExtend (UInt_t extendBitMask) |
virtual void | SetCellContent (Int_t binx, Int_t biny, Double_t content) |
virtual void | SetCellError (Int_t binx, Int_t biny, Double_t content) |
virtual void | SetContent (const Double_t *content) |
virtual void | SetContour (Int_t nlevels, const Double_t *levels=nullptr) |
virtual void | SetContourLevel (Int_t level, Double_t value) |
virtual void | SetDirectory (TDirectory *dir) |
virtual void | SetEntries (Double_t n) |
virtual void | SetError (const Double_t *error) |
virtual void | SetHighlight (Bool_t set=kTRUE) |
virtual void | SetLabelColor (Color_t color=1, Option_t *axis="X") |
virtual void | SetLabelFont (Style_t font=62, Option_t *axis="X") |
virtual void | SetLabelOffset (Float_t offset=0.005, Option_t *axis="X") |
virtual void | SetLabelSize (Float_t size=0.02, Option_t *axis="X") |
virtual void | SetMaximum (Double_t maximum=-1111) |
virtual void | SetMinimum (Double_t minimum=-1111) |
void | SetName (const char *name) override |
void | SetNameTitle (const char *name, const char *title) override |
virtual void | SetNdivisions (Int_t n=510, Option_t *axis="X") |
virtual void | SetNormFactor (Double_t factor=1) |
virtual void | SetOption (Option_t *option=" ") |
void | SetStatOverflows (EStatOverflows statOverflows) |
virtual void | SetStats (Bool_t stats=kTRUE) |
virtual void | SetTickLength (Float_t length=0.02, Option_t *axis="X") |
void | SetTitle (const char *title) override |
virtual void | SetTitleFont (Style_t font=62, Option_t *axis="X") |
virtual void | SetTitleOffset (Float_t offset=1, Option_t *axis="X") |
virtual void | SetTitleSize (Float_t size=0.02, Option_t *axis="X") |
virtual void | SetXTitle (const char *title) |
virtual void | SetYTitle (const char *title) |
virtual void | SetZTitle (const char *title) |
virtual TH1 * | ShowBackground (Int_t niter=20, Option_t *option="same") |
virtual Int_t | ShowPeaks (Double_t sigma=2, Option_t *option="", Double_t threshold=0.05) |
virtual void | Smooth (Int_t ntimes=1, Option_t *option="") |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
virtual void | Sumw2 (Bool_t flag=kTRUE) |
void | UseCurrentStyle () override |
Public Member Functions inherited from TNamed | |
TNamed () | |
TNamed (const char *name, const char *title) | |
TNamed (const TNamed &named) | |
TNamed (const TString &name, const TString &title) | |
virtual | ~TNamed () |
void | Clear (Option_t *option="") override |
TObject * | Clone (const char *newname="") const override |
Int_t | Compare (const TObject *obj) const override |
void | Copy (TObject &named) const override |
virtual void | FillBuffer (char *&buffer) |
const char * | GetName () const override |
const char * | GetTitle () const override |
ULong_t | Hash () const override |
TClass * | IsA () const override |
Bool_t | IsSortable () const override |
void | ls (Option_t *option="") const override |
TNamed & | operator= (const TNamed &rhs) |
void | Print (Option_t *option="") const override |
virtual Int_t | Sizeof () const |
void | Streamer (TBuffer &) override |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from TObject | |
TObject () | |
TObject (const TObject &object) | |
virtual | ~TObject () |
void | AbstractMethod (const char *method) const |
virtual void | AppendPad (Option_t *option="") |
ULong_t | CheckedHash () |
virtual const char * | ClassName () const |
virtual void | Delete (Option_t *option="") |
virtual void | DrawClass () const |
virtual TObject * | DrawClone (Option_t *option="") const |
virtual void | Dump () const |
virtual void | Error (const char *method, const char *msgfmt,...) const |
virtual void | Execute (const char *method, const char *params, Int_t *error=nullptr) |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=nullptr) |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
virtual Option_t * | GetDrawOption () const |
virtual const char * | GetIconName () const |
virtual UInt_t | GetUniqueID () const |
virtual Bool_t | HandleTimer (TTimer *timer) |
Bool_t | HasInconsistentHash () const |
virtual void | Info (const char *method, const char *msgfmt,...) const |
virtual Bool_t | InheritsFrom (const char *classname) const |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
virtual void | Inspect () const |
void | InvertBit (UInt_t f) |
Bool_t | IsDestructed () const |
virtual Bool_t | IsEqual (const TObject *obj) const |
virtual Bool_t | IsFolder () const |
R__ALWAYS_INLINE Bool_t | IsOnHeap () const |
R__ALWAYS_INLINE Bool_t | IsZombie () const |
void | MayNotUse (const char *method) const |
virtual Bool_t | Notify () |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, void *vp) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, void *vp) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, void *vp) |
TObject & | operator= (const TObject &rhs) |
virtual void | Pop () |
virtual Int_t | Read (const char *name) |
void | ResetBit (UInt_t f) |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
void | SetBit (UInt_t f) |
void | SetBit (UInt_t f, Bool_t set) |
virtual void | SetDrawOption (Option_t *option="") |
virtual void | SetUniqueID (UInt_t uid) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
R__ALWAYS_INLINE Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
virtual Int_t | Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) |
virtual Int_t | Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) const |
Public Member Functions inherited from TAttLine | |
TAttLine () | |
TAttLine (Color_t lcolor, Style_t lstyle, Width_t lwidth) | |
virtual | ~TAttLine () |
void | Copy (TAttLine &attline) const |
Int_t | DistancetoLine (Int_t px, Int_t py, Double_t xp1, Double_t yp1, Double_t xp2, Double_t yp2) |
virtual Color_t | GetLineColor () const |
virtual Style_t | GetLineStyle () const |
virtual Width_t | GetLineWidth () const |
virtual void | Modify () |
virtual void | ResetAttLine (Option_t *option="") |
virtual void | SaveLineAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t widdef=1) |
virtual void | SetLineAttributes () |
virtual void | SetLineColor (Color_t lcolor) |
virtual void | SetLineColorAlpha (Color_t lcolor, Float_t lalpha) |
virtual void | SetLineStyle (Style_t lstyle) |
virtual void | SetLineWidth (Width_t lwidth) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from TAttFill | |
TAttFill () | |
TAttFill (Color_t fcolor, Style_t fstyle) | |
virtual | ~TAttFill () |
void | Copy (TAttFill &attfill) const |
virtual Color_t | GetFillColor () const |
virtual Style_t | GetFillStyle () const |
virtual Bool_t | IsTransparent () const |
virtual void | Modify () |
virtual void | ResetAttFill (Option_t *option="") |
virtual void | SaveFillAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1001) |
virtual void | SetFillAttributes () |
virtual void | SetFillColor (Color_t fcolor) |
virtual void | SetFillColorAlpha (Color_t fcolor, Float_t falpha) |
virtual void | SetFillStyle (Style_t fstyle) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from TAttMarker | |
TAttMarker () | |
TAttMarker (Color_t color, Style_t style, Size_t msize) | |
virtual | ~TAttMarker () |
void | Copy (TAttMarker &attmarker) const |
virtual Color_t | GetMarkerColor () const |
virtual Size_t | GetMarkerSize () const |
virtual Style_t | GetMarkerStyle () const |
virtual void | Modify () |
virtual void | ResetAttMarker (Option_t *toption="") |
virtual void | SaveMarkerAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t sizdef=1) |
virtual void | SetMarkerAttributes () |
virtual void | SetMarkerColor (Color_t mcolor=1) |
virtual void | SetMarkerColorAlpha (Color_t mcolor, Float_t malpha) |
virtual void | SetMarkerSize (Size_t msize=1) |
virtual void | SetMarkerStyle (Style_t mstyle=1) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from TAtt3D | |
TAtt3D () | |
virtual | ~TAtt3D () |
virtual void | Sizeof3D () const |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from TArrayD | |
TArrayD () | |
TArrayD (const TArrayD &array) | |
TArrayD (Int_t n) | |
TArrayD (Int_t n, const Double_t *array) | |
virtual | ~TArrayD () |
void | AddAt (Double_t c, Int_t i) |
void | Adopt (Int_t n, Double_t *array) |
Double_t | At (Int_t i) const |
void | Copy (TArrayD &array) const |
Double_t * | GetArray () |
const Double_t * | GetArray () const |
Double_t | GetAt (Int_t i) const override |
Stat_t | GetSum () const |
TArrayD & | operator= (const TArrayD &rhs) |
Double_t & | operator[] (Int_t i) |
Double_t | operator[] (Int_t i) const |
void | Reset () |
void | Reset (Double_t val) |
void | Set (Int_t n) override |
void | Set (Int_t n, const Double_t *array) |
void | SetAt (Double_t v, Int_t i) override |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from TArray | |
TArray () | |
TArray (const TArray &a) | |
TArray (Int_t n) | |
virtual | ~TArray () |
Int_t | GetSize () const |
TArray & | operator= (const TArray &rhs) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Private Member Functions | |
void | init () |
initialization method | |
Private Attributes | |
TH3D * | fCluster |
3D histogram where index of each cluster is putted as content in the associated cells | |
Bool_t | fKeepLonelyCells |
tells if we keep or not lonely cells, par default kTRUE | |
TArrayI * | fNcells |
exemple sur une dimension les cellules de nx-fNvoisins a nx+fNvoisins sont prises en compte, par defaut =1 | |
Int_t | fNclusters |
number of clusters found by the Clusterize method | |
Int_t | fNvoisins |
TArrayD * | fPop |
array where total contents of the clusters are stored | |
Double_t | fThreshold |
threshold on the content of each cell to be considered has filled | |
TH2D * | fVoisins |
internal histogram to gather possible connected clusters | |
Additional Inherited Members | |
Public Types inherited from TH1 | |
enum | EBinErrorOpt |
enum | EStatOverflows |
enum | EStatusBits |
Public Types inherited from TObject | |
enum | EDeprecatedStatusBits |
enum | EStatusBits |
Static Public Member Functions inherited from TH3D | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Static Public Member Functions inherited from TH3 | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Static Public Member Functions inherited from TH1 | |
static void | AddDirectory (Bool_t add=kTRUE) |
static Bool_t | AddDirectoryStatus () |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
static Int_t | FitOptionsMake (Option_t *option, Foption_t &Foption) |
static Int_t | GetDefaultBufferSize () |
static Bool_t | GetDefaultSumw2 () |
static void | SetDefaultBufferSize (Int_t buffersize=1000) |
static void | SetDefaultSumw2 (Bool_t sumw2=kTRUE) |
static void | SmoothArray (Int_t NN, Double_t *XX, Int_t ntimes=1) |
static void | StatOverflows (Bool_t flag=kTRUE) |
static TH1 * | TransformHisto (TVirtualFFT *fft, TH1 *h_output, Option_t *option) |
Static Public Member Functions inherited from TNamed | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Static Public Member Functions inherited from TObject | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
static Longptr_t | GetDtorOnly () |
static Bool_t | GetObjectStat () |
static void | SetDtorOnly (void *obj) |
static void | SetObjectStat (Bool_t stat) |
Static Public Member Functions inherited from TAttLine | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Static Public Member Functions inherited from TAttFill | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Static Public Member Functions inherited from TAttMarker | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
static Width_t | GetMarkerLineWidth (Style_t style) |
static Style_t | GetMarkerStyleBase (Style_t style) |
Static Public Member Functions inherited from TAtt3D | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Static Public Member Functions inherited from TArrayD | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Static Public Member Functions inherited from TArray | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
static TArray * | ReadArray (TBuffer &b, const TClass *clReq) |
static void | WriteArray (TBuffer &b, const TArray *a) |
Public Attributes inherited from TH1 | |
kAllAxes | |
kAutoBinPTwo | |
kConsider | |
kIgnore | |
kIsAverage | |
kIsHighlight | |
kIsNotW | |
kIsZoomed | |
kLogX | |
kNeutral | |
kNoAxis | |
kNormal | |
kNoStats | |
kNoTitle | |
kNstat | |
kPoisson | |
kPoisson2 | |
kUserContour | |
kXaxis | |
kYaxis | |
kZaxis | |
Public Attributes inherited from TObject | |
kBitMask | |
kCanDelete | |
kCannotPick | |
kHasUUID | |
kInconsistent | |
kInvalidObject | |
kIsOnHeap | |
kIsReferenced | |
kMustCleanup | |
kNoContextMenu | |
kNotDeleted | |
kObjInCanvas | |
kOverwrite | |
kSingleKey | |
kWriteDelete | |
kZombie | |
Public Attributes inherited from TArrayD | |
Double_t * | fArray |
Public Attributes inherited from TArray | |
Int_t | fN |
Protected Member Functions inherited from TH3D | |
Double_t | RetrieveBinContent (Int_t bin) const override |
void | UpdateBinContent (Int_t bin, Double_t content) override |
Protected Member Functions inherited from TH3 | |
TH3 () | |
TH3 (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, const Double_t *ybins, Int_t nbinsz, const Double_t *zbins) | |
TH3 (const char *name, const char *title, Int_t nbinsx, const Float_t *xbins, Int_t nbinsy, const Float_t *ybins, Int_t nbinsz, const Float_t *zbins) | |
TH3 (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, Double_t ylow, Double_t yup, Int_t nbinsz, Double_t zlow, Double_t zup) | |
virtual Int_t | BufferFill (Double_t x, Double_t y, Double_t z, Double_t w) |
Int_t | BufferFill (Double_t, Double_t) override |
virtual Int_t | BufferFill (Double_t, Double_t, Double_t) |
void | DoFillProfileProjection (TProfile2D *p2, const TAxis &a1, const TAxis &a2, const TAxis &a3, Int_t bin1, Int_t bin2, Int_t bin3, Int_t inBin, Bool_t useWeights) const |
virtual TH1D * | DoProject1D (const char *name, const char *title, const TAxis *projAxis, const TAxis *axis1, const TAxis *axis2, bool computeErrors, bool originalRange, bool useUF, bool useOF) const |
virtual TH1D * | DoProject1D (const char *name, const char *title, int imin1, int imax1, int imin2, int imax2, const TAxis *projAxis, const TAxis *axis1, const TAxis *axis2, Option_t *option) const |
virtual TH2D * | DoProject2D (const char *name, const char *title, const TAxis *projX, const TAxis *projY, bool computeErrors, bool originalRange, bool useUF, bool useOF) const |
virtual TProfile2D * | DoProjectProfile2D (const char *name, const char *title, const TAxis *projX, const TAxis *projY, bool originalRange, bool useUF, bool useOF) const |
Int_t | Fill (const char *, const char *, Double_t) |
Int_t | Fill (const char *, Double_t) override |
Int_t | Fill (const char *, Double_t, Double_t) |
Int_t | Fill (Double_t) override |
Int_t | Fill (Double_t, const char *, Double_t) |
Int_t | Fill (Double_t, Double_t) override |
Double_t | Interpolate (Double_t x) const override |
Double_t | Interpolate (Double_t x, Double_t y) const override |
Protected Member Functions inherited from TH1 | |
TH1 () | |
TH1 (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins) | |
TH1 (const char *name, const char *title, Int_t nbinsx, const Float_t *xbins) | |
TH1 (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup) | |
virtual Int_t | AutoP2FindLimits (Double_t min, Double_t max) |
Int_t | AxisChoice (Option_t *axis) const |
virtual void | DoFillN (Int_t ntimes, const Double_t *x, const Double_t *w, Int_t stride=1) |
virtual Double_t | DoIntegral (Int_t ix1, Int_t ix2, Int_t iy1, Int_t iy2, Int_t iz1, Int_t iz2, Double_t &err, Option_t *opt, Bool_t doerr=kFALSE) const |
virtual Bool_t | FindNewAxisLimits (const TAxis *axis, const Double_t point, Double_t &newMin, Double_t &newMax) |
UInt_t | GetAxisLabelStatus () const |
virtual Double_t | GetBinErrorSqUnchecked (Int_t bin) const |
Bool_t | GetStatOverflowsBehaviour () const |
Bool_t | IsEmpty () const |
virtual void | SavePrimitiveHelp (std::ostream &out, const char *hname, Option_t *option="") |
Protected Member Functions inherited from TObject | |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
void | MakeZombie () |
Protected Member Functions inherited from TArray | |
Bool_t | BoundsOk (const char *where, Int_t at) const |
Bool_t | OutOfBoundsError (const char *where, Int_t i) const |
Static Protected Member Functions inherited from TH3 | |
static TH1D * | DoProject1D (const TH3 &h, const char *name, const char *title, const TAxis *projX, bool computeErrors, bool originalRange, bool useUF, bool useOF) |
static TH2D * | DoProject2D (const TH3 &h, const char *name, const char *title, const TAxis *projX, const TAxis *projY, bool computeErrors, bool originalRange, bool useUF, bool useOF) |
Static Protected Member Functions inherited from TH1 | |
static Int_t | AutoP2GetBins (Int_t n) |
static Double_t | AutoP2GetPower2 (Double_t x, Bool_t next=kTRUE) |
static bool | CheckAxisLimits (const TAxis *a1, const TAxis *a2) |
static bool | CheckBinLabels (const TAxis *a1, const TAxis *a2) |
static bool | CheckBinLimits (const TAxis *a1, const TAxis *a2) |
static bool | CheckConsistency (const TH1 *h1, const TH1 *h2) |
static bool | CheckConsistentSubAxes (const TAxis *a1, Int_t firstBin1, Int_t lastBin1, const TAxis *a2, Int_t firstBin2=0, Int_t lastBin2=0) |
static bool | CheckEqualAxes (const TAxis *a1, const TAxis *a2) |
static Bool_t | RecomputeAxisLimits (TAxis &destAxis, const TAxis &anAxis) |
static Bool_t | SameLimitsAndNBins (const TAxis &axis1, const TAxis &axis2) |
Protected Attributes inherited from TH3 | |
Double_t | fTsumwxy |
Double_t | fTsumwxz |
Double_t | fTsumwy |
Double_t | fTsumwy2 |
Double_t | fTsumwyz |
Double_t | fTsumwz |
Double_t | fTsumwz2 |
Protected Attributes inherited from TH1 | |
Short_t | fBarOffset |
Short_t | fBarWidth |
EBinErrorOpt | fBinStatErrOpt |
Double_t * | fBuffer |
Int_t | fBufferSize |
TArrayD | fContour |
Int_t | fDimension |
TDirectory * | fDirectory |
Double_t | fEntries |
TList * | fFunctions |
Double_t * | fIntegral |
Double_t | fMaximum |
Double_t | fMinimum |
Int_t | fNcells |
Double_t | fNormFactor |
TString | fOption |
TVirtualHistPainter * | fPainter |
EStatOverflows | fStatOverflows |
TArrayD | fSumw2 |
Double_t | fTsumw |
Double_t | fTsumw2 |
Double_t | fTsumwx |
Double_t | fTsumwx2 |
TAxis | fXaxis |
TAxis | fYaxis |
TAxis | fZaxis |
Protected Attributes inherited from TNamed | |
TString | fName |
TString | fTitle |
Protected Attributes inherited from TObject | |
kOnlyPrepStep | |
Protected Attributes inherited from TAttLine | |
Color_t | fLineColor |
Style_t | fLineStyle |
Width_t | fLineWidth |
Protected Attributes inherited from TAttFill | |
Color_t | fFillColor |
Style_t | fFillStyle |
Protected Attributes inherited from TAttMarker | |
Color_t | fMarkerColor |
Size_t | fMarkerSize |
Style_t | fMarkerStyle |
Static Protected Attributes inherited from TH1 | |
static Bool_t | fgAddDirectory |
static Int_t | fgBufferSize |
static Bool_t | fgDefaultSumw2 |
static Bool_t | fgStatOverflows |
KVClust3D::KVClust3D | ( | ) |
Default constructor.
Definition at line 38 of file KVClust3D.cpp.
KVClust3D::KVClust3D | ( | const char * | name, |
const char * | title, | ||
Int_t | nbinsx, | ||
Double_t | xlow, | ||
Double_t | xup, | ||
Int_t | nbinsy, | ||
Double_t | ylow, | ||
Double_t | yup, | ||
Int_t | nbinsz, | ||
Double_t | zlow, | ||
Double_t | zup | ||
) |
Constructor inherited from TH3D.
Definition at line 50 of file KVClust3D.cpp.
KVClust3D::KVClust3D | ( | const char * | name, |
const char * | title, | ||
Int_t | nbinsx, | ||
const Float_t * | xbins, | ||
Int_t | nbinsy, | ||
const Float_t * | ybins, | ||
Int_t | nbinsz, | ||
const Float_t * | zbins | ||
) |
Constructor inherited from TH3D.
Definition at line 63 of file KVClust3D.cpp.
KVClust3D::KVClust3D | ( | const char * | name, |
const char * | title, | ||
Int_t | nbinsx, | ||
const Double_t * | xbins, | ||
Int_t | nbinsy, | ||
const Double_t * | ybins, | ||
Int_t | nbinsz, | ||
const Double_t * | zbins | ||
) |
Constructor inherited from TH3D.
Definition at line 76 of file KVClust3D.cpp.
|
virtual |
Destructor delete fCluster; delete fVoisins; delete fNcells; delete fPop;
Definition at line 93 of file KVClust3D.cpp.
void KVClust3D::Clusterize | ( | ) |
Apply clusterization of the 3D histogram For each cell, with a content greater than the threshold defined before using the SetThreshold() method, test the content of the closest neighbors (8) to see if they are connected At the end, a clone histogram is available, using this method : GetClusterIndex(). The content of its cells corresponds to the index of each found cluster
Definition at line 285 of file KVClust3D.cpp.
TH3D * KVClust3D::GetClusterIndex | ( | ) | const |
return the clone 3D histogram where each cell has for content the index of the cluster it is associated to It's allow, afterward, for the user to calculate other observable associated to each clusters
Definition at line 608 of file KVClust3D.cpp.
Int_t KVClust3D::GetNclusters | ( | ) | const |
return the number of clusters found by the Clusterize() method
Definition at line 543 of file KVClust3D.cpp.
Int_t KVClust3D::GetNvoisins | ( | ) | const |
Definition at line 139 of file KVClust3D.cpp.
Double_t * KVClust3D::GetPop | ( | ) | const |
return the array of population (or total number of contents) associated to each cluster found by the Clusterize() method
Definition at line 572 of file KVClust3D.cpp.
Int_t * KVClust3D::GetSize | ( | ) | const |
return the array of size (or number of cells) associated to each cluster found by the Clusterize() method
Definition at line 557 of file KVClust3D.cpp.
Double_t KVClust3D::GetThreshold | ( | ) | const |
return the value of the threshold for the content of a cell to be considered has filled
Definition at line 217 of file KVClust3D.cpp.
Double_t KVClust3D::GetVolumeCell | ( | ) | const |
Definition at line 149 of file KVClust3D.cpp.
Double_t KVClust3D::GetVolumeVoisin | ( | ) | const |
Definition at line 159 of file KVClust3D.cpp.
|
private |
initialization method
Definition at line 16 of file KVClust3D.cpp.
Bool_t KVClust3D::IsLonelyCellsAreKept | ( | ) | const |
Definition at line 119 of file KVClust3D.cpp.
void KVClust3D::PrintInputs | ( | ) | const |
Definition at line 229 of file KVClust3D.cpp.
void KVClust3D::PrintResults | ( | ) | const |
print results of the Clusterize() method
Definition at line 587 of file KVClust3D.cpp.
Create TH3D object, clone of the KVClust3D object user has to delete it after its use
Definition at line 251 of file KVClust3D.cpp.
void KVClust3D::ResetObjects | ( | ) |
Reset object associated to the KVClust3D object Don't reset the object it self
Definition at line 173 of file KVClust3D.cpp.
Set density threshold on the content of a cell to be considered has filled.
Definition at line 204 of file KVClust3D.cpp.
Definition at line 109 of file KVClust3D.cpp.
Definition at line 129 of file KVClust3D.cpp.
Set threshold on the content of a cell to be considered has filled.
Definition at line 191 of file KVClust3D.cpp.
|
private |
3D histogram where index of each cluster is putted as content in the associated cells
Definition at line 25 of file KVClust3D.h.
|
private |
tells if we keep or not lonely cells, par default kTRUE
Definition at line 26 of file KVClust3D.h.
|
private |
exemple sur une dimension les cellules de nx-fNvoisins a nx+fNvoisins sont prises en compte, par defaut =1
array where size of the clusters are stored
Definition at line 29 of file KVClust3D.h.
|
private |
number of clusters found by the Clusterize method
Definition at line 22 of file KVClust3D.h.
|
private |
nombre de plus proches voisins a prendre en compte:
Definition at line 27 of file KVClust3D.h.
|
private |
array where total contents of the clusters are stored
Definition at line 30 of file KVClust3D.h.
|
private |
threshold on the content of each cell to be considered has filled
Definition at line 23 of file KVClust3D.h.
|
private |
internal histogram to gather possible connected clusters
Definition at line 24 of file KVClust3D.h.