KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVSQLROOTIDGridManager.h
1#ifndef __KVSQLROOTIDGRIDMANAGER_H
2#define __KVSQLROOTIDGRIDMANAGER_H
3
4#include "KVIDGridManager.h"
5#include "KVSQLROOTFile.h"
6
21
22public:
23 KVSQLROOTIDGridManager(const TString& grid_db);
24
25 bool IsSQLROOT() const
26 {
27 return true;
28 }
29
31
32 ClassDef(KVSQLROOTIDGridManager, 1) //ID grid manager using KVSQLROOTFile backend
33};
34
35#endif
unsigned int UInt_t
#define ClassDef(name, id)
Handles a stock of identification grids to be used by one or more identification telescopes.
Combine ROOT file containing objects with SQLite database with info on the objects.
ID grid manager using KVSQLROOTFile backend.