Database for E475s experiment (2006)
Created by KVClassFactory on Tue Sep 18 11:17:53 2007 Author: bonnet
Definition at line 26 of file KVINDRADB_e475s.h.
|
| KVINDRADB_e475s () |
| Default constructor. More...
|
|
| KVINDRADB_e475s (const Char_t *name) |
|
virtual | ~KVINDRADB_e475s () |
| Destructor. More...
|
|
virtual void | Build () |
|
void | ReadCalibFile (std::ifstream &fin, TString, TString) |
|
void | ReadCalibrations () |
|
void | ReadPedestalFile (std::ifstream &fin, TString, TString) |
|
void | ReadPedestalList () |
|
| KVINDRADB () |
|
| KVINDRADB (const Char_t *name) |
|
virtual | ~ KVINDRADB () |
|
void | AddTape (KVDBTape *r) |
|
virtual void | cd () |
|
KVList * | GetCalibrationPeaks (Int_t run, KVDetector *detector=0, Int_t peak_type=-1, Int_t signal_type=0, Double_t peak_energy=-1.0) |
|
Double_t | GetEventCrossSection (const Char_t *system, Int_t Mult_trigger, Double_t Q_apres_cible, Double_t Coul_par_top=1.e-10) const |
|
Double_t | GetEventCrossSection (Int_t run, Double_t Q_apres_cible, Double_t Coul_par_top=1.e-10) const |
|
Double_t | GetEventCrossSection (Int_t run1, Int_t run2, Double_t Q_apres_cible, Double_t Coul_par_top=1.e-10) const |
|
Double_t | GetEventCrossSection (KVNumberList runs, Double_t Q_apres_cible, Double_t Coul_par_top=1.e-10) const |
|
Double_t | GetMeanGDirFreq (Int_t run) const |
|
Float_t | GetMeanPulser (const Char_t *, int) |
|
KVINDRAPulserDataTree * | GetPulserData () |
|
KVINDRADBRun * | GetRun (Int_t run) const |
|
virtual Double_t | GetRunLengthFromGeneDirect (int run) const |
|
virtual KVDBTape * | GetTape (Int_t tape) const |
|
virtual KVSeqCollection * | GetTapes () const |
|
Double_t | GetTotalCrossSection (const Char_t *system, Int_t Mult_trigger, Double_t Q_apres_cible, Double_t Coul_par_top=1.e-10) const |
|
Double_t | GetTotalCrossSection (Int_t run, Double_t Q_apres_cible, Double_t Coul_par_top=1.e-10) const |
|
Double_t | GetTotalCrossSection (Int_t run1, Int_t run2, Double_t Q_apres_cible, Double_t Coul_par_top=1.e-10) const |
|
Double_t | GetTotalCrossSection (KVNumberList runs, Double_t Q_apres_cible, Double_t Coul_par_top=1.e-10) const |
|
Double_t | GetTotalCrossSection (TH1 *events_histo, Double_t Q_apres_cible, Double_t Coul_par_top=1.e-10) |
|
virtual void | GoodRunLine () |
|
void | ReadNewRunList () |
| Read new-style runlist (written using KVDBRun v.10 or later) More...
|
|
virtual void | ReadObjects (TFile *) |
| Read associated objects (i.e. KVINDRAPulserDataTree's TTree) from file. More...
|
|
virtual void | WriteObjects (TFile *) |
| Write associated objects (i.e. KVINDRAPulserDataTree's TTree) in file. More...
|
|
| 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 |
|
KVDBRun * | GetDBRun (Int_t number) const |
|
TString | GetDBType () const |
|
const KVNumberList & | GetRunList () const |
|
virtual KVSeqCollection * | GetRuns () const |
|
virtual KVDBSystem * | GetSystem (const Char_t *system) const |
|
virtual KVSeqCollection * | GetSystems () 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 |
|
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) |
|
void | WriteRunListFile () const |
|
void | WriteSystemsFile () const |
|
| KVDataBase () |
|
| KVDataBase (const Char_t *name) |
|
| KVDataBase (const Char_t *name, const Char_t *title) |
|
virtual | ~ KVDataBase () |
|
virtual KVDBTable * | AddTable (const Char_t *name, const Char_t *title, Bool_t unique=kFALSE) |
|
virtual Bool_t | AddTable (KVDBTable *table) |
|
virtual KVDBRecord * | GetRecord (const Char_t *table_name, const Char_t *rec_name) const |
|
virtual KVDBTable * | GetTable (const Char_t *table) const |
|
virtual TList * | GetTables () const |
|
virtual void | Print (Option_t *option="") const |
|
| KVINDRARunListReader () |
|
virtual | ~ KVINDRARunListReader () |
|
void | CloseRLFile () |
|
KVRunListLine * | GetLineReader () const |
|
Int_t | GetRLLineNumber () const |
|
Int_t | GetRunListTrigger (const Char_t *field, const Char_t *fmt) |
|
Bool_t | IsNewRunList () const |
|
Bool_t | OpenRLFile (const Char_t *) |
|
Bool_t | ReadRLLine () |
|
void | ReadRunList (const Char_t *name="") |
|
void | SetRLCommentChar (Char_t c) |
|
void | SetRLSeparatorChar (Char_t c) |
|