KaliVeda
Toolkit for HIC analysis
KVSQLROOTIDGridManager.h
1 #ifndef __KVSQLROOTIDGRIDMANAGER_H
2 #define __KVSQLROOTIDGRIDMANAGER_H
3 
4 #include "KVIDGridManager.h"
5 #include "KVSQLROOTFile.h"
6 
21 
22 public:
23  KVSQLROOTIDGridManager(const TString& grid_db);
24 
25  bool IsSQLROOT() const
26  {
27  return true;
28  }
29 
30  void LoadGridsForRun(UInt_t);
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.
Definition: KVSQLROOTFile.h:76
ID grid manager using KVSQLROOTFile backend.
KVSQLROOTIDGridManager(const TString &grid_db)
Open the given (full path) to grid database.