10#include "TGraphErrors.h"
17 explicit TCalList(
const char* name,
const char* title =
"");
28 bool SetPointIndex(
const UInt_t& old_idx,
const UInt_t& new_idx);
30 void Copy(TObject& obj)
const override;
31 void Clear(Option_t* opt =
"")
override;
32 void Print(Option_t* opt =
"")
const override;
34 const std::map<UInt_t, TCalPoint>&
Map()
const {
return fCalList; }
void Copy(TObject &obj) const override
void FillGraph(TGraph *graph) const
void AddPoint(const TCalPoint &point)
TCalList(TCalList &&) noexcept=default
std::map< UInt_t, TCalPoint > fCalList
const std::map< UInt_t, TCalPoint > & Map() const
void Print(Option_t *opt="") const override
bool SetPointIndex(const UInt_t &old_idx, const UInt_t &new_idx)
void Clear(Option_t *opt="") override