|  | GRSISort "v4.0.0.5"
    An extension of the ROOT analysis Framework |  | 
Definition at line 13 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 | 
 Inheritance diagram for TCalList:
 Inheritance diagram for TCalList: Collaboration diagram for TCalList:
 Collaboration diagram for TCalList:| TCalList::TCalList | ( | ) | 
Definition at line 7 of file TCalList.cxx.
References Clear().
| 
 | explicit | 
Definition at line 12 of file TCalList.cxx.
References Clear().
| TCalList::TCalList | ( | const TCalList & | copy | ) | 
Definition at line 17 of file TCalList.cxx.
References Copy().
| 
 | defaultnoexcept | 
| 
 | default | 
| void TCalList::AddPoint | ( | const TCalPoint & | point | ) | 
Definition at line 31 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 36 of file TCalList.cxx.
References fCalList.
| 
 | override | 
Definition at line 67 of file TCalList.cxx.
References fCalList.
Referenced by TCalList(), TCalList(), TSourceList::Clear(), and Copy().
| 
 | override | 
Definition at line 22 of file TCalList.cxx.
References AddPoint(), Clear(), and fCalList.
Referenced by TCalList(), and TSourceList::Copy().
| void TCalList::FillGraph | ( | TGraph * | graph | ) | const | 
Definition at line 72 of file TCalList.cxx.
References fCalList.
| 
 | inline | 
Definition at line 33 of file TCalList.h.
References fCalList.
Referenced by TCalGraph::AddLists(), and TCalGraph::CorrectMissingPoints().
| 
 | inline | 
Definition at line 25 of file TCalList.h.
References fCalList.
| 
 | override | 
Definition at line 57 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 41 of file TCalList.cxx.
References fCalList.
| 
 | private | 
Definition at line 36 of file TCalList.h.
Referenced by AddPoint(), Clear(), Copy(), FillGraph(), Map(), NPoints(), Print(), and SetPointIndex().