KaliVeda
Toolkit for HIC analysis
KVFAZIADB Class Reference

Detailed Description

Experiment database for FAZIA.

Definition at line 22 of file KVFAZIADB.h.

#include <KVFAZIADB.h>

Inheritance diagram for KVFAZIADB:

Public Member Functions

 KVFAZIADB ()
 
 KVFAZIADB (const Char_t *name)
 
virtual ~KVFAZIADB ()
 reset global pointer gFaziaDB if it was pointing to this database More...
 
virtual void Build ()
 
void BuildQuickAndDirtyDataBase (TString)
 
virtual void cd ()
 
const Char_t * GetFileName (const Char_t *meth, const Char_t *keyw)
 
TEnv * GetFileTEnv (const Char_t *meth, const Char_t *keyw)
 
KVFileReaderGetKVFileReader (const Char_t *meth, const Char_t *keyw)
 
KVFAZIADBRunGetRun (Int_t run) const
 
void ReadCalibrationFiles ()
 
void ReadComments ()
 
void ReadExceptions ()
 
void ReadNewRunList ()
 
void ReadRutherfordCounting ()
 
void ReadRutherfordCrossSection ()
 
void StartTransfer (TString filename="runlist.dat", TString ccali_rep="/fazia", TString option="frv")
 
Bool_t TransferAcquisitionFileToCcali (TString file, TString ccali_rep="/fazia", TString option="frv")
 
void TransferRunListToCcali (KVNumberList lrun, TString path, TString ccali_rep="/fazia", TString option="frv")
 
Bool_t TransferRunToCcali (Int_t run, TString path, TString ccali_rep="/fazia", TString option="frv")
 
- Public Member Functions inherited from KVExpDB
 KVExpDB ()
 Default constructor. More...
 
 KVExpDB (const Char_t *name)
 Constructor inherited from KVDataBase. More...
 
 KVExpDB (const Char_t *name, const Char_t *title)
 Constructor inherited from KVDataBase. More...
 
virtual ~KVExpDB ()
 Destructor. More...
 
void AddRun (KVDBRun *r)
 
void AddSystem (KVDBSystem *r)
 
Bool_t FindCalibFile (const Char_t *type, TString &fullpath, const TString &array_name="") const
 
TString GetCalibFileName (const Char_t *type) const
 
const Char_t * GetDataSetDir () const
 
virtual TString GetDBEnv (const Char_t *) const
 
KVDBRunGetDBRun (Int_t number) const
 
TString GetDBType () const
 
const KVNumberListGetRunList () const
 
virtual KVSeqCollectionGetRuns () const
 
virtual KVDBSystemGetSystem (const Char_t *system) const
 
virtual KVSeqCollectionGetSystems () const
 
ULong64_t GetTotalEvents (const KVString &system) const
 Return total number of events for given system. More...
 
ULong64_t GetTotalEvents (int first_run, int last_run=-1) const
 
virtual void LinkListToRunRange (TList *list, const KVNumberList &nl)
 Link the records contained in the list to the set of runs (see LinkRecordToRunRanges). More...
 
virtual void LinkListToRunRanges (TList *list, UInt_t rr_number, UInt_t run_ranges[][2])
 Link the records contained in the list to the set of runs (see LinkRecordToRunRanges). More...
 
virtual void LinkRecordToRun (KVDBRecord *rec, Int_t run)
 
virtual void LinkRecordToRunRange (KVDBRecord *rec, const KVNumberList &nl)
 
virtual void LinkRecordToRunRange (KVDBRecord *rec, UInt_t first_run, UInt_t last_run)
 
virtual void LinkRecordToRunRanges (KVDBRecord *rec, UInt_t rr_number, UInt_t run_ranges[][2])
 
virtual void PrintRuns (KVNumberList &) const
 
virtual void ReadObjects (TFile *)
 
void RemoveSystem (KVDBSystem *s)
 
virtual void Save (const Char_t *)
 
void SetDataSet (const TString &s)
 
void SetDataSetDir (const Char_t *d)
 
void SetDBType (const TString &s)
 
virtual void WriteObjects (TFile *)
 
void WriteRunListFile () const
 
void WriteSystemsFile () const
 
- Public Member Functions inherited from KVDataBase
 KVDataBase ()
 
 KVDataBase (const Char_t *name)
 
 KVDataBase (const Char_t *name, const Char_t *title)
 
virtual ~ KVDataBase ()
 
virtual KVDBTableAddTable (const Char_t *name, const Char_t *title, Bool_t unique=kFALSE)
 
virtual Bool_t AddTable (KVDBTable *table)
 
virtual KVDBRecordGetRecord (const Char_t *table_name, const Char_t *rec_name) const
 
virtual KVDBTableGetTable (const Char_t *table) const
 
virtual TList * GetTables () const
 
virtual void Print (Option_t *option="") const
 

Private Member Functions

void init ()
 default initialisations More...
 
void ReadCalibFile (const Char_t *filename)
 
virtual void ReadOoODetectors ()
 

Private Attributes

KVDBTablefCalibrations
 table for calibrations More...
 
TString fDONEfile
 
KVDBTablefExceptions
 table of exceptions More...
 
TString fFAILEDfile
 
KVDBTablefOoODets
 (optional) Liste les detecteurs hors service More...
 

Additional Inherited Members

- Static Public Member Functions inherited from KVExpDB
static KVExpDBMakeDataBase (const Char_t *name, const Char_t *datasetdir)
 

Constructor & Destructor Documentation

◆ KVFAZIADB() [1/2]

KVFAZIADB::KVFAZIADB ( )

Definition at line 64 of file KVFAZIADB.cpp.

◆ KVFAZIADB() [2/2]

KVFAZIADB::KVFAZIADB ( const Char_t *  name)

Definition at line 53 of file KVFAZIADB.cpp.

◆ ~KVFAZIADB()

KVFAZIADB::~KVFAZIADB ( )
virtual

reset global pointer gFaziaDB if it was pointing to this database

Definition at line 75 of file KVFAZIADB.cpp.

Member Function Documentation

◆ Build()

void KVFAZIADB::Build ( )
virtual

Use KVINDRARunListReader utility subclass to read complete runlist get full path to runlist file, using environment variables for the current dataset

Reimplemented from KVExpDB.

Definition at line 101 of file KVFAZIADB.cpp.

◆ BuildQuickAndDirtyDataBase()

void KVFAZIADB::BuildQuickAndDirtyDataBase ( TString  acqfiles_dir)

Use this method in order to read runs written on disk during the experiment File is produced with main information for each run : number of files size starting date Information on runs has to completed after reading acquisition file specially information on trigger and deatdime usage : acqfiles_dir is the repository where acquisition files are written 2 output files are written

  • runlist.dat containing all runs
  • database.log giving a summarize of stored data the two file names are set by default in .kvrootrc

Definition at line 878 of file KVFAZIADB.cpp.

◆ cd()

void KVFAZIADB::cd ( )
virtual

Reimplemented from KVExpDB.

Definition at line 87 of file KVFAZIADB.cpp.

◆ GetFileName()

const Char_t * KVFAZIADB::GetFileName ( const Char_t *  meth,
const Char_t *  keyw 
)

Definition at line 517 of file KVFAZIADB.cpp.

◆ GetFileTEnv()

TEnv * KVFAZIADB::GetFileTEnv ( const Char_t *  meth,
const Char_t *  keyw 
)

Definition at line 563 of file KVFAZIADB.cpp.

◆ GetKVFileReader()

KVFileReader * KVFAZIADB::GetKVFileReader ( const Char_t *  meth,
const Char_t *  keyw 
)

Definition at line 540 of file KVFAZIADB.cpp.

◆ GetRun()

KVFAZIADBRun* KVFAZIADB::GetRun ( Int_t  run) const
inline

Definition at line 48 of file KVFAZIADB.h.

◆ init()

void KVFAZIADB::init ( )
private

default initialisations

Definition at line 33 of file KVFAZIADB.cpp.

◆ ReadCalibFile()

void KVFAZIADB::ReadCalibFile ( const Char_t *  filename)
private

Definition at line 763 of file KVFAZIADB.cpp.

◆ ReadCalibrationFiles()

void KVFAZIADB::ReadCalibrationFiles ( )

Definition at line 741 of file KVFAZIADB.cpp.

◆ ReadComments()

void KVFAZIADB::ReadComments ( )
virtual

Reimplemented from KVExpDB.

Definition at line 641 of file KVFAZIADB.cpp.

◆ ReadExceptions()

void KVFAZIADB::ReadExceptions ( )

Definition at line 581 of file KVFAZIADB.cpp.

◆ ReadNewRunList()

void KVFAZIADB::ReadNewRunList ( )

Read first runlist.dat file if exists and then read runsheets

Definition at line 127 of file KVFAZIADB.cpp.

◆ ReadOoODetectors()

void KVFAZIADB::ReadOoODetectors ( )
privatevirtual

Lit le fichier ou sont listes les dedtecteurs ne marchant plus au cours de la manip

Definition at line 837 of file KVFAZIADB.cpp.

◆ ReadRutherfordCounting()

void KVFAZIADB::ReadRutherfordCounting ( )

Definition at line 681 of file KVFAZIADB.cpp.

◆ ReadRutherfordCrossSection()

void KVFAZIADB::ReadRutherfordCrossSection ( )

Definition at line 703 of file KVFAZIADB.cpp.

◆ StartTransfer()

void KVFAZIADB::StartTransfer ( TString  filename = "runlist.dat",
TString  ccali_rep = "/fazia",
TString  option = "frv" 
)

Definition at line 415 of file KVFAZIADB.cpp.

◆ TransferAcquisitionFileToCcali()

Bool_t KVFAZIADB::TransferAcquisitionFileToCcali ( TString  file,
TString  ccali_rep = "/fazia",
TString  option = "frv" 
)

Perform the tranfer via irods to ccali for the indicated directory [file] return status of the iput command OK if the transfer is done not OK if it has failed

Definition at line 326 of file KVFAZIADB.cpp.

◆ TransferRunListToCcali()

void KVFAZIADB::TransferRunListToCcali ( KVNumberList  lrun,
TString  path,
TString  ccali_rep = "/fazia",
TString  option = "frv" 
)

Remove file where failed tranfer runs are listed

Definition at line 385 of file KVFAZIADB.cpp.

◆ TransferRunToCcali()

Bool_t KVFAZIADB::TransferRunToCcali ( Int_t  run,
TString  path,
TString  ccali_rep = "/fazia",
TString  option = "frv" 
)

test the status of the transfer write to the corresponding file : done or failed

Definition at line 357 of file KVFAZIADB.cpp.

Member Data Documentation

◆ fCalibrations

KVDBTable* KVFAZIADB::fCalibrations
private

table for calibrations

Definition at line 28 of file KVFAZIADB.h.

◆ fDONEfile

TString KVFAZIADB::fDONEfile
private

Definition at line 36 of file KVFAZIADB.h.

◆ fExceptions

KVDBTable* KVFAZIADB::fExceptions
private

table of exceptions

specific table associated to fazia experiment

Definition at line 27 of file KVFAZIADB.h.

◆ fFAILEDfile

TString KVFAZIADB::fFAILEDfile
private

Definition at line 37 of file KVFAZIADB.h.

◆ fOoODets

KVDBTable* KVFAZIADB::fOoODets
private

(optional) Liste les detecteurs hors service

Definition at line 29 of file KVFAZIADB.h.