![]() |
GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
![]() |
Definition at line 14 of file TCalList.h.
Public Member Functions | |
TCalList () | |
TCalList (const char *name, const char *title="") | |
TCalList (const TCalList &) | |
TCalList (TCalList &&) noexcept=default | |
~TCalList ()=default | |
void | AddPoint (const TCalPoint &point) |
void | AddPoint (const UInt_t &idx, const TCalPoint &point) |
void | Clear (Option_t *opt="") override |
void | Copy (TObject &obj) const override |
void | FillGraph (TGraph *graph) const |
const std::map< UInt_t, TCalPoint > & | Map () const |
Int_t | NPoints () const |
TCalList & | operator= (const TCalList &)=default |
TCalList & | operator= (TCalList &&) noexcept=default |
void | Print (Option_t *opt="") const override |
bool | SetPointIndex (const UInt_t &old_idx, const UInt_t &new_idx) |
Private Attributes | |
std::map< UInt_t, TCalPoint > | fCalList |
TCalList::TCalList | ( | ) |
Definition at line 6 of file TCalList.cxx.
References Clear().
|
explicit |
Definition at line 11 of file TCalList.cxx.
References Clear().
TCalList::TCalList | ( | const TCalList & | copy | ) |
Definition at line 16 of file TCalList.cxx.
References Copy().
|
defaultnoexcept |
|
default |
void TCalList::AddPoint | ( | const TCalPoint & | point | ) |
Definition at line 30 of file TCalList.cxx.
References AddPoint(), and TCalPoint::Centroid().
Referenced by TCalGraph::AddLists(), AddPoint(), TSourceList::AddTransition(), and Copy().
void TCalList::AddPoint | ( | const UInt_t & | idx, |
const TCalPoint & | point ) |
Definition at line 35 of file TCalList.cxx.
References fCalList.
|
override |
Definition at line 66 of file TCalList.cxx.
References fCalList.
Referenced by TCalList(), TCalList(), TSourceList::Clear(), and Copy().
|
override |
Definition at line 21 of file TCalList.cxx.
References AddPoint(), Clear(), and fCalList.
Referenced by TCalList(), and TSourceList::Copy().
void TCalList::FillGraph | ( | TGraph * | graph | ) | const |
Definition at line 71 of file TCalList.cxx.
References fCalList.
|
inline |
Definition at line 34 of file TCalList.h.
References fCalList.
Referenced by TCalGraph::AddLists(), and TCalGraph::CorrectMissingPoints().
|
inline |
Definition at line 26 of file TCalList.h.
References fCalList.
|
override |
Definition at line 56 of file TCalList.cxx.
References fCalList.
Referenced by TSourceList::Print().
bool TCalList::SetPointIndex | ( | const UInt_t & | old_idx, |
const UInt_t & | new_idx ) |
Definition at line 40 of file TCalList.cxx.
References fCalList.
|
private |
Definition at line 37 of file TCalList.h.
Referenced by AddPoint(), Clear(), Copy(), FillGraph(), Map(), NPoints(), Print(), and SetPointIndex().