KaliVeda
Toolkit for HIC analysis
KVINDRADBRun Class Reference

Detailed Description

Database entry for each run of an INDRA experiment.

Information available:

  • all infos from runlists/runsheets (scalers, i.e. gene direct/TM/MRQ, faraday), length of run,
  • size of run file, tape number (!), multiplicity trigger, etc.

Cross-section for a given run can be calculated with GetEventCrossSection()

Total measured cross-section for all events in run can be calculated with GetTotalCrossSection()

Definition at line 30 of file KVINDRADBRun.h.

#include <KVINDRADBRun.h>

Inheritance diagram for KVINDRADBRun:

Public Member Functions

 KVINDRADBRun ()
 default ctor More...
 
 KVINDRADBRun (Int_t number, const Char_t *title="INDRA Run")
 ctor for a given run number More...
 
virtual ~ KVINDRADBRun ()
 
const Char_t * GetCahier () const
 
Double_t GetDeadTime () const
 
KVDatimeGetEndDatime ()
 
Double_t GetEventCrossSection (Double_t Q_apres_cible, Double_t Coul_par_top=1.e-10) const
 
virtual Double_t GetGeneDirectTime (Double_t average_gene_dir_frequency=185.0) const
 
const Char_t * GetLogbook () const
 
Double_t GetNIncidentIons (Double_t Q_apres_cible, Double_t Coul_par_top=1.e-10) const
 
KVDatimeGetStartDatime ()
 
KVDBTapeGetTape () const
 
Int_t GetTapeNumber () const
 
Double_t GetTempsMort () const
 
Double_t GetTMpercent () const
 
Double_t GetTotalCrossSection (Double_t Q_apres_cible, Double_t Coul_par_top=1.e-10) const
 
void SetCahier (const Char_t *log)
 
void SetLogbook (const Char_t *log)
 
void SetTMpercent (Float_t tmp)
 
virtual void UnsetSystem ()
 
- Public Member Functions inherited from KVDBRun
 KVDBRun ()
 default ctor More...
 
 KVDBRun (Int_t number, const Char_t *title)
 ctor for a given run number More...
 
virtual ~ KVDBRun ()
 
void BlockSignals (Bool_t yes=kTRUE)
 
Double_t Get (const Char_t *param) const
 Get numerical (non-scaler) characteristic of run. More...
 
const Char_t * GetComments () const
 
const Char_t * GetDate () const
 
const TDatime & GetDatime () const
 
const Char_t * GetDatimeString ()
 
const Char_t * GetEndDate () const
 
ULong64_t GetEvents () const
 
const Char_t * GetKVVersion () const
 
virtual Int_t GetScaler (const Char_t *name) const
 Get value of scaler with the given name for this run. More...
 
virtual ULong64_t GetScaler64 (const Char_t *name) const
 Get value of 64-bit scaler with the given name for this run. More...
 
Double_t GetSize () const
 
const Char_t * GetStartDate () const
 
const Char_t * GetString (const Char_t *param) const
 Get characteristic of run. More...
 
KVDBSystemGetSystem () const
 
const Char_t * GetSystemName () const
 
KVTargetGetTarget () const
 Return target used for this run (actually target of KVDBSystem associated to run) More...
 
Double_t GetTime () const
 
Int_t GetTrigger () const
 
const Char_t * GetTriggerString () const
 
const Char_t * GetUserName () const
 
Bool_t Has (const Char_t *param, Bool_t check_whitespace=kTRUE) const
 
void Modified ()
 
virtual void Print (Option_t *option="") const
 
virtual void ReadRunListLine (const KVString &)
 
void Set (const Char_t *param, const KVString &val)
 Set characteristic of run. More...
 
void Set (const Char_t *param, Double_t val)
 Set numerical (non-scaler) characteristic of run. More...
 
void SetComments (const KVString &comments)
 
void SetDate (const KVString &d)
 
void SetDatime (TDatime &dat)
 
void SetEndDate (const KVString &d)
 
void SetEvents (ULong64_t evt_number)
 
void SetKVVersion (const Char_t *V)
 
void SetNumber (Int_t n)
 
virtual void SetScaler (const Char_t *name, Int_t val)
 Set value for the scaler with the given name for this run. More...
 
virtual void SetScaler64 (const Char_t *name, ULong64_t val)
 Set value for 64-bit scaler with the given name for this run. More...
 
void SetSize (Double_t s)
 
void SetStartDate (const KVString &date)
 
virtual void SetSystem (KVDBSystem *system)
 Set system for run. Any previous system is unassociated (run will be removed from system's list) More...
 
void SetTime (Double_t time)
 
void SetTrigger (Int_t trig)
 
void SetUserName (const Char_t *U)
 
virtual void WriteRunListHeader (std::ostream &, Char_t delim='|') const
 Write the version flag. More...
 
virtual void WriteRunListLine (std::ostream &, Char_t delim='|') const
 
- Public Member Functions inherited from KVDBRecord
 KVDBRecord ()
 
 KVDBRecord (const Char_t *name, const Char_t *title="")
 
virtual ~ KVDBRecord ()
 
virtual KVDBKeyAddKey (const Char_t *name, const Char_t *title, Bool_t check=kTRUE)
 
virtual Bool_t AddKey (KVDBKey *key, Bool_t check=kTRUE)
 
virtual Bool_t AddLink (const Char_t *key_name, KVDBRecord *rec, Bool_t linkback=kTRUE)
 
virtual Int_t Compare (const TObject *obj) const
 
virtual KVDBKeyGetKey (const Char_t *key) const
 
virtual TList * GetKeys () const
 
virtual KVDBRecordGetLink (const Char_t *key, const Char_t *link) const
 Returns the record named "link" in the table named "key". More...
 
virtual KVRListGetLinks (const Char_t *key) const
 Returns the list of records linked to this record in table "key". More...
 
virtual Int_t GetNumber () const
 
virtual KVDBTableGetTable () const
 
virtual void ls (Option_t *option="*") const
 
virtual void RemoveAllLinks (const Char_t *key)
 Remove all links between this record and the records in the DB table"key_name". More...
 
virtual void RemoveLink (const Char_t *key_name, KVDBRecord *rec, Bool_t linkback=kTRUE)
 Remove the link between this record and the record "rec" in the DB table"key_name". More...
 
virtual void SetTable (const KVDBTable *table)
 

Private Attributes

KVDatime fStartEndDate
 used by GetStartDatime and GetEndDatime methods More...
 

Constructor & Destructor Documentation

◆ KVINDRADBRun() [1/2]

KVINDRADBRun::KVINDRADBRun ( )

default ctor

Definition at line 18 of file KVINDRADBRun.cpp.

◆ KVINDRADBRun() [2/2]

KVINDRADBRun::KVINDRADBRun ( Int_t  number,
const Char_t *  title = "INDRA Run" 
)

ctor for a given run number

Definition at line 28 of file KVINDRADBRun.cpp.

◆ ~ KVINDRADBRun()

virtual KVINDRADBRun::~ KVINDRADBRun ( )
virtual

Member Function Documentation

◆ GetCahier()

const Char_t* KVINDRADBRun::GetCahier ( ) const
inline

Definition at line 46 of file KVINDRADBRun.h.

◆ GetDeadTime()

Double_t KVINDRADBRun::GetDeadTime ( ) const
inline

Definition at line 75 of file KVINDRADBRun.h.

◆ GetEndDatime()

KVDatime& KVINDRADBRun::GetEndDatime ( )
inline

Returns KVDatime with end date/time of run, i.e. string returned by GetEndDate(). For INDRA runs, this string is assumed to be in GANIL acquisition format.

Definition at line 103 of file KVINDRADBRun.h.

◆ GetEventCrossSection()

Double_t KVINDRADBRun::GetEventCrossSection ( Double_t  Q_apres_cible,
Double_t  Coul_par_top = 1.e-10 
) const

Calculation of cross-section (in millibarn) per event of this run from the measured integrated beam current and correcting for dead time. Based on sect_effic.f by M.F. Rivet

For meaning of arguments, see GetNIncidentIons()

Definition at line 53 of file KVINDRADBRun.cpp.

◆ GetGeneDirectTime()

virtual Double_t KVINDRADBRun::GetGeneDirectTime ( Double_t  average_gene_dir_frequency = 185.0) const
inlinevirtual

The GENE DIRECT of INDRA Selector module is generated from an internal clock with a nominal frequency of 160Hz, but which in reality (as measured by scaler) is approximately 185Hz (it actually appears to fluctuate around this value). Therefore the length of a run can be obtained from the GD simply by dividing by 185 (or another value for the average frequency of the pulser, which may be given as argument). This method returns the result of this division, corresponding to the length of the run (in seconds).

Definition at line 88 of file KVINDRADBRun.h.

◆ GetLogbook()

const Char_t* KVINDRADBRun::GetLogbook ( ) const
inline

Definition at line 50 of file KVINDRADBRun.h.

◆ GetNIncidentIons()

Double_t KVINDRADBRun::GetNIncidentIons ( Double_t  Q_apres_cible,
Double_t  Coul_par_top = 1.e-10 
) const

Calculate total number of incident beam particles during run, based on measured integrated beam current Arguments: Q_apres_cible = (average) charge state of projectile ions AFTER passage through target Coul_par_top = calibration of Faraday current integrator (default: 1.e-10 Coul/top) Note (from sect_effic.f): /‍*** Etalonnage de l'integrateur en 1993: voir cahier 4 page 87. /‍** Si l'oscillateur interne du trigger est a 169 Hz, on a 10**(-10) Cb/top. /‍** si c'est 160 Hz, on a 1.0610*(10**(-10)).

Definition at line 129 of file KVINDRADBRun.cpp.

◆ GetStartDatime()

KVDatime& KVINDRADBRun::GetStartDatime ( )
inline

Returns KVDatime with start date/time of run, i.e. string returned by GetStartDate(). For INDRA runs, this string is assumed to be in GANIL acquisition format. If date is not set, we return current time & date.

Definition at line 94 of file KVINDRADBRun.h.

◆ GetTape()

KVDBTape * KVINDRADBRun::GetTape ( ) const

Definition at line 166 of file KVINDRADBRun.cpp.

◆ GetTapeNumber()

Int_t KVINDRADBRun::GetTapeNumber ( ) const

Definition at line 178 of file KVINDRADBRun.cpp.

◆ GetTempsMort()

Double_t KVINDRADBRun::GetTempsMort ( ) const

Calculate temps mort for run from values of Gene dir, Gene MRQ and Gene TM, according to: T.M. = Gene TM / (Gene dir - Gene MRQ) If Gene dir = Gene MRQ, temps mort = 0. This can be compared to the value of GetTMpercent() (if present) which is the percentage value filled in the runsheet during the experimental run.

Definition at line 103 of file KVINDRADBRun.cpp.

◆ GetTMpercent()

Double_t KVINDRADBRun::GetTMpercent ( ) const
inline

Definition at line 42 of file KVINDRADBRun.h.

◆ GetTotalCrossSection()

Double_t KVINDRADBRun::GetTotalCrossSection ( Double_t  Q_apres_cible,
Double_t  Coul_par_top = 1.e-10 
) const

Calculate total cross-section (in millibarn) measured for this run from the calculated cross-section per event (see GetEventCrossSection()) and the total number of measured events

Definition at line 86 of file KVINDRADBRun.cpp.

◆ SetCahier()

void KVINDRADBRun::SetCahier ( const Char_t *  log)
inline

Definition at line 60 of file KVINDRADBRun.h.

◆ SetLogbook()

void KVINDRADBRun::SetLogbook ( const Char_t *  log)
inline

Definition at line 64 of file KVINDRADBRun.h.

◆ SetTMpercent()

void KVINDRADBRun::SetTMpercent ( Float_t  tmp)
inline

Definition at line 55 of file KVINDRADBRun.h.

◆ UnsetSystem()

void KVINDRADBRun::UnsetSystem ( )
virtual

If this run has previously been associated with a system in the database, this will remove the association. The run will also be removed from the system's list of associated runs.

Reimplemented from KVDBRun.

Definition at line 152 of file KVINDRADBRun.cpp.

Member Data Documentation

◆ fStartEndDate

KVDatime KVINDRADBRun::fStartEndDate
private

used by GetStartDatime and GetEndDatime methods

Definition at line 33 of file KVINDRADBRun.h.