KaliVeda
1.13/01
Heavy-Ion Analysis Toolkit
|
Class implementing necessary methods for setting INDRA parameters for each run, using information stored in the KVINDRADB database.
Definition at line 21 of file KVINDRAUpDater.h.
Public Member Functions | |
KVINDRAUpDater () | |
Default ctor for KVINDRAUpDater object. More... | |
virtual | ~ KVINDRAUpDater () |
virtual void | CheckStatusOfDetectors (KVDBRun *) |
Check status (present, working) of each detector for run. More... | |
KVINDRA * | GetINDRA () |
virtual void | SetCalibParameters (KVDBRun *) |
Override in child classes to set specific calibrations. More... | |
virtual void | SetCalibrationParameters (UInt_t) |
virtual void | SetChIoPressures (KVDBRun *) |
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 *) |
Set trigger used during this run. More... | |
virtual void | SetVoltEnergyChIoSiParameters (KVDBRun *) |
Public Member Functions inherited from KVUpDater | |
KVUpDater () | |
Default ctor for KVUpDater object. More... | |
virtual | ~ KVUpDater () |
void | SetArray (KVMultiDetArray *) |
virtual void | SetIdentificationParameters (UInt_t) |
virtual void | SetIDGrids (UInt_t) |
virtual void | SetTarget (KVDBRun *) |
Additional Inherited Members | |
Static Public Member Functions inherited from KVUpDater | |
static KVUpDater * | MakeUpDater (const Char_t *uri, KVMultiDetArray *) |
Protected Attributes inherited from KVUpDater | |
KVMultiDetArray * | fArray |
associated array More... | |
TString | fDataSet |
name of dataset associated More... | |
#include <KVINDRAUpDater.h>
KVINDRAUpDater::KVINDRAUpDater | ( | ) |
Default ctor for KVINDRAUpDater object.
Definition at line 29 of file KVINDRAUpDater.cpp.
|
inlinevirtual |
Definition at line 26 of file KVINDRAUpDater.h.
Check status (present, working) of each detector for run.
Reimplemented from KVUpDater.
Definition at line 145 of file KVINDRAUpDater.cpp.
KVINDRA * KVINDRAUpDater::GetINDRA | ( | ) |
virtual void SetChIoSiPedestals(KVDBRun*); virtual void SetCsIPedestals(KVDBRun*);
Definition at line 755 of file KVINDRAUpDater.cpp.
Override in child classes to set specific calibrations.
Reimplemented from KVUpDater.
Reimplemented in KVINDRAUpDater_e475s.
Definition at line 448 of file KVINDRAUpDater.cpp.
Set calibration parameters for this run. This will: reset all the calibrators of all the detectors ready to receive the calibrators for the run (handled by child classes), set calibration parameters for the run set pedestals for the run set PHD parameters of silicon detectors for run
Reimplemented from KVUpDater.
Reimplemented in KVINDRAUpDater_e475s.
Definition at line 93 of file KVINDRAUpDater.cpp.
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 292 of file KVINDRAUpDater.cpp.
virtual void SetPedestals(KVDBRun*);
Reimplemented in KVINDRAUpDater_e613.
Definition at line 356 of file KVINDRAUpDater.cpp.
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 475 of file KVINDRAUpDater.cpp.
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 234 of file KVINDRAUpDater.cpp.
Setting Light- Energy CsI calibration parameters for Z=1.
Definition at line 527 of file KVINDRAUpDater.cpp.
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.
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 770 of file KVINDRAUpDater.cpp.
Set trigger used during this run.
Definition at line 131 of file KVINDRAUpDater.cpp.
Definition at line 403 of file KVINDRAUpDater.cpp.