KaliVeda
Toolkit for HIC analysis
Databases

Detailed Description

Database tools.

Classes

class  KVSQLite::database
 Interface to ROOT SQLite database backend. More...
 
class  KVDataBase
 Simple cross-referenced database structure. More...
 
class  KVDBKey
 Cross-reference in a KVDataBase. More...
 
class  KVDBParameterList
 To store calibration parameters in a database ,. More...
 
class  KVDBParameterSet
 To store calibration parameters in a database ,. More...
 
class  KVDBRecord
 Record folder for the database. More...
 
class  KVDBRun
 Description of an experimental run in database ,,. More...
 
class  KVDBRunFile
 A single raw data file associated with an experimental run ,,. More...
 
class  KVDBSystem
 Database class used to store information on different colliding systems studied during an experiment. ,. More...
 
class  KVDBTable
 Table in a database. More...
 
class  KVExpDB
 Base class to describe database of an experiment ,,. More...
 
class  KVSQLROOTFile
 Combine ROOT file containing objects with SQLite database with info on the objects. More...
 
class  run_index_t
 Specifies a runfile according to run number and file index ,. More...
 

Friends

class KVSQLite::table::database
 Table in an SQLite database. More...
 
class KVSQLite::column::table
 Column in an SQLite database. More...
 

Friends

◆ database

friend class database
friend

Table in an SQLite database.

   \class table

Definition at line 303 of file SQLiteDB.h.

◆ table

friend class table
friend

Column in an SQLite database.

    \class column

Definition at line 61 of file SQLiteDB.h.