![]() |
GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
![]() |
Definition at line 11 of file TCalPoint.h.
Public Member Functions | |
TCalPoint () | |
TCalPoint (const Double_t ¢roid, const Double_t &area, const Double_t &dcentroid=0.0, const Double_t &darea=0.0) | |
TCalPoint (const TCalPoint &) | |
TCalPoint (const TPeak &peak) | |
TCalPoint (TCalPoint &&) noexcept=default | |
~TCalPoint ()=default | |
Double_t | Area () const |
Double_t | AreaErr () const |
Double_t | Centroid () const |
Double_t | CentroidErr () const |
void | Clear (Option_t *opt="") override |
void | Copy (TObject &obj) const override |
TCalPoint & | operator= (const TCalPoint &)=default |
TCalPoint & | operator= (TCalPoint &&) noexcept=default |
void | Print (Option_t *opt="") const override |
void | SetArea (const Double_t &area, const Double_t &darea=0.0) |
void | SetCentroid (const Double_t ¢roid, const Double_t &dcentroid=0.0) |
void | SetPoint (const Double_t ¢roid, const Double_t &area, const Double_t &dcentroid=0.0, const Double_t &darea=0.0) |
void | SetPoint (const TPeak *peak) |
Private Attributes | |
Double_t | fArea {0.} |
Double_t | fAreaErr {0.} |
Double_t | fCentroid {0.} |
Double_t | fCentroidErr {0.} |
TCalPoint::TCalPoint | ( | ) |
Definition at line 5 of file TCalPoint.cxx.
References Clear().
TCalPoint::TCalPoint | ( | const Double_t & | centroid, |
const Double_t & | area, | ||
const Double_t & | dcentroid = 0.0, | ||
const Double_t & | darea = 0.0 ) |
Definition at line 10 of file TCalPoint.cxx.
References SetPoint().
|
explicit |
Definition at line 15 of file TCalPoint.cxx.
References SetPoint().
TCalPoint::TCalPoint | ( | const TCalPoint & | copy | ) |
Definition at line 20 of file TCalPoint.cxx.
References Copy().
|
defaultnoexcept |
|
default |
|
inline |
|
inline |
Definition at line 35 of file TCalPoint.h.
References fAreaErr.
Referenced by TCalGraph::AddPoint().
|
inline |
Definition at line 32 of file TCalPoint.h.
References fCentroid.
Referenced by TCalGraph::AddPoint(), and TCalList::AddPoint().
|
inline |
Definition at line 34 of file TCalPoint.h.
References fCentroidErr.
Referenced by TCalGraph::AddPoint().
|
override |
Definition at line 64 of file TCalPoint.cxx.
References fArea, fAreaErr, fCentroid, and fCentroidErr.
Referenced by TCalPoint().
|
override |
Definition at line 25 of file TCalPoint.cxx.
References fArea, fAreaErr, fCentroid, and fCentroidErr.
Referenced by TCalPoint().
|
override |
Definition at line 58 of file TCalPoint.cxx.
References fArea, fAreaErr, fCentroid, and fCentroidErr.
void TCalPoint::SetArea | ( | const Double_t & | area, |
const Double_t & | darea = 0.0 ) |
Definition at line 52 of file TCalPoint.cxx.
References fArea, and fAreaErr.
Referenced by SetPoint(), and SetPoint().
void TCalPoint::SetCentroid | ( | const Double_t & | centroid, |
const Double_t & | dcentroid = 0.0 ) |
Definition at line 46 of file TCalPoint.cxx.
References fCentroid, and fCentroidErr.
Referenced by SetPoint(), and SetPoint().
void TCalPoint::SetPoint | ( | const Double_t & | centroid, |
const Double_t & | area, | ||
const Double_t & | dcentroid = 0.0, | ||
const Double_t & | darea = 0.0 ) |
Definition at line 34 of file TCalPoint.cxx.
References SetArea(), and SetCentroid().
Referenced by TCalPoint(), and TCalPoint().
void TCalPoint::SetPoint | ( | const TPeak * | peak | ) |
Definition at line 40 of file TCalPoint.cxx.
References TPeak::GetArea(), TPeak::GetAreaErr(), TPeak::GetCentroid(), TPeak::GetCentroidErr(), SetArea(), and SetCentroid().
|
private |
|
private |
|
private |
Definition at line 38 of file TCalPoint.h.
Referenced by Centroid(), Clear(), Copy(), Print(), and SetCentroid().
|
private |
Definition at line 39 of file TCalPoint.h.
Referenced by CentroidErr(), Clear(), Copy(), Print(), and SetCentroid().