KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVSQLROOTIDGridManager.h
Go to the documentation of this file.
1 #ifndef __KVSQLROOTIDGRIDMANAGER_H
2 #define __KVSQLROOTIDGRIDMANAGER_H
3 
4 #include "KVIDGridManager.h"
5 #include "KVSQLROOTFile.h"
6 
19 
20 public:
21  KVSQLROOTIDGridManager(const TString& grid_db);
22 
23  bool IsSQLROOT() const
24  {
25  return true;
26  }
27 
28  void LoadGridsForRun(UInt_t);
29 
30  ClassDef(KVSQLROOTIDGridManager, 1) //ID grid manager using KVSQLROOTFile backend
31 };
32 
33 #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:19
ID grid manager using KVSQLROOTFile backend.
KVSQLROOTIDGridManager(const TString &grid_db)
Open the given (full path) to grid database.