11 #ifndef KVIDGridManager_H
12 #define KVIDGridManager_H
14 #include "KVSeqCollection.h"
15 #include "KVIDGraph.h"
#define RQ_OBJECT(sender_class)
#define ClassDefOverride(name, id)
Base class for KaliVeda framework.
Base class for particle identification in a 2D map.
Handles a stock of identification grids to be used by one or more identification telescopes.
void Print(Option_t *="") const override
void Clear(Option_t *opt="") override
Delete all grids and empty list, ready to start anew.
void GetListOfIDTelescopeLabels(KVString &)
void DeleteGrid(KVIDGraph *, Bool_t update=kTRUE)
KVSeqCollection fGrids
collection of all ID graphs handled by manager
Int_t WriteAsciiFile(const Char_t *filename, const TCollection *selection=0)
virtual void LoadGridsForRun(UInt_t)
KVSeqCollection * GetGridsForIDTelescope(const Char_t *label)
KVSeqCollection * GetGrids()
void AddLastReadGrids()
Add all grids read the last time ReadAsciiFile() was called to the grid manager.
Bool_t ReadAsciiFile(const Char_t *filename)
void StartViewer() const
Opens GUI for managing grids.
const TList * GetLastReadGrids() const
TList fLastReadGrids
list of grids created by last call to ReadAsciiFile
KVIDGraph * GetGrid(const Char_t *name)
Return pointer to grid with name "name".
virtual bool IsSQLROOT() const
void ls(Option_t *="") const override
void Initialize(Option_t *="")
void AddGrid(KVIDGraph *)
Add a grid to the collection.
KaliVeda extensions to ROOT collection classes.
KVSeqCollection * GetSubListWithMethod(const Char_t *retvalue, const Char_t *method) const
TSeqCollection * GetCollection() const
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
void ls(Option_t *option="") const override
RVec< T > Sort(const RVec< T > &v)