![]() |
KaliVeda
Toolkit for HIC analysis
|
Class implementing necessary methods for setting INDRA parameters for each run, using information stored in the KVINDRADB database.
Definition at line 22 of file KVINDRAUpDater.h.
#include <KVINDRAUpDater.h>
Public Member Functions | |
KVINDRAUpDater () | |
Default ctor for KVINDRAUpDater object. More... | |
virtual | ~ KVINDRAUpDater () |
void | CheckStatusOfDetectors (KVDBRun *) |
KVINDRA * | GetINDRA () |
virtual void | SetChIoPressures (KVDBRun *) |
virtual void SetCalibParameters(KVDBRun*); More... | |
virtual void | SetChVoltParameters (KVDBRun *) |
virtual void SetPedestals(KVDBRun*); More... | |
virtual void | SetCsIGainCorrectionParameters (KVDBRun *) |
virtual void | SetGains (KVDBRun *) |
virtual void | SetLitEnergyCsIParameters (KVDBRun *) |
Setting Light- Energy CsI calibration parameters for Z=1. More... | |
virtual void | SetParameters (UInt_t run, Bool_t physics_parameters_only=kFALSE) |
virtual void | SetPHDs (KVDBRun *) |
virtual void | SetTrigger (KVDBRun *) |
virtual void SetCalibrationParameters(UInt_t); More... | |
virtual void | SetVoltEnergyChIoSiParameters (KVDBRun *) |
![]() | |
KVUpDater () | |
Default ctor for KVUpDater object. More... | |
virtual | ~ KVUpDater () |
void | SetArray (KVMultiDetArray *) |
virtual void | SetCalibParameters (KVDBRun *) |
Override in child classes to set specific calibrations. More... | |
virtual void | SetCalibrationParameters (UInt_t) |
Set calibration parameters for this run. More... | |
virtual void | SetIdentificationParameters (UInt_t) |
virtual void | SetIDGrids (UInt_t) |
virtual void | SetTarget (KVDBRun *) |
Additional Inherited Members | |
![]() | |
static KVUpDater * | MakeUpDater (const Char_t *uri, KVMultiDetArray *) |
KVINDRAUpDater::KVINDRAUpDater | ( | ) |
Default ctor for KVINDRAUpDater object.
Definition at line 29 of file KVINDRAUpDater.cpp.
|
inlinevirtual |
Definition at line 27 of file KVINDRAUpDater.h.
void KVINDRAUpDater::CheckStatusOfDetectors | ( | KVDBRun * | kvrun | ) |
Definition at line 134 of file KVINDRAUpDater.cpp.
KVINDRA * KVINDRAUpDater::GetINDRA | ( | ) |
virtual void SetChIoSiPedestals(KVDBRun*); virtual void SetCsIPedestals(KVDBRun*);
Definition at line 736 of file KVINDRAUpDater.cpp.
|
virtual |
virtual void SetCalibParameters(KVDBRun*);
Update ChIo pressures for this run with values in database (if any)
if pressure is equal to 0 (no gas) mark the corresponding ChIo's as non detecting detector (see KVDetector::SetDetecting())
Reimplemented in KVINDRAUpDater_e416a.
Definition at line 277 of file KVINDRAUpDater.cpp.
|
virtual |
virtual void SetPedestals(KVDBRun*);
Reimplemented in KVINDRAUpDater_e613.
Definition at line 341 of file KVINDRAUpDater.cpp.
|
virtual |
Sets KVCsI::fGainCorrection data member, used by KVCsI::GetCorrectedLumiereTotale to return the total light output corrected by a run-dependent factor. We set all detectors' correction to 1, then set the corrections defined for this run, if any.
Definition at line 456 of file KVINDRAUpDater.cpp.
|
virtual |
Set gains used during this run First all detector gains are set to 1. Then, any detectors for which a different gain has been defined will have its gain set to the value for the run
Reimplemented in KVINDRAUpDater_e613.
Definition at line 219 of file KVINDRAUpDater.cpp.
|
virtual |
Setting Light- Energy CsI calibration parameters for Z=1.
Definition at line 508 of file KVINDRAUpDater.cpp.
|
virtual |
Set the parameters of INDRA for this run This will: set the multiplicity trigger of fArray using the database value for the run set the target corresponding to the run set the ChIo pressures for the run If physics_parameters_only==kFALSE: set special detector gains for run (if any) set calibration parameters for the run set identification parameters for the run
Reimplemented from KVUpDater.
Definition at line 49 of file KVINDRAUpDater.cpp.
|
virtual |
If the environment variable name_of_dataset.INDRADB.PHD: name_of_file is set, then the corresponding file (which must be in $KVROOT/KVFiles/name_of_dataset) is read and used to set the (Moulton) pulse-height defect parameters of all silicon detectors.
Definition at line 751 of file KVINDRAUpDater.cpp.
|
virtual |
virtual void SetCalibrationParameters(UInt_t);
Set trigger used during this run.
Definition at line 121 of file KVINDRAUpDater.cpp.
|
virtual |
Definition at line 388 of file KVINDRAUpDater.cpp.