KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVINDRAUpDater Class Reference

Detailed Description

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>

Inheritance diagram for KVINDRAUpDater:

Public Member Functions

 KVINDRAUpDater ()
 Default ctor for KVINDRAUpDater object.
 
virtual ~KVINDRAUpDater ()
 
void CheckStatusOfDetectors (KVDBRun *)
 
KVINDRAGetINDRA ()
 
virtual void SetChIoPressures (KVDBRun *)
 virtual void SetCalibParameters(KVDBRun*);
 
virtual void SetChVoltParameters (KVDBRun *)
 virtual void SetPedestals(KVDBRun*);
 
virtual void SetCsIGainCorrectionParameters (KVDBRun *)
 
virtual void SetGains (KVDBRun *)
 
virtual void SetLitEnergyCsIParameters (KVDBRun *)
 Setting Light- Energy CsI calibration parameters for Z=1.
 
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);
 
virtual void SetVoltEnergyChIoSiParameters (KVDBRun *)
 
- Public Member Functions inherited from KVUpDater
 KVUpDater ()
 Default ctor for KVUpDater object.
 
virtual ~KVUpDater ()
 Destructor.
 
void SetArray (KVMultiDetArray *)
 
virtual void SetCalibParameters (KVDBRun *)
 Override in child classes to set specific calibrations.
 
virtual void SetCalibrationParameters (UInt_t)
 Set calibration parameters for this run.
 
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 KVUpDaterMakeUpDater (const Char_t *uri, KVMultiDetArray *)
 

Constructor & Destructor Documentation

◆ KVINDRAUpDater()

KVINDRAUpDater::KVINDRAUpDater ( )

Default ctor for KVINDRAUpDater object.

Definition at line 29 of file KVINDRAUpDater.cpp.

◆ ~KVINDRAUpDater()

virtual KVINDRAUpDater::~KVINDRAUpDater ( )
inlinevirtual

Definition at line 27 of file KVINDRAUpDater.h.

Member Function Documentation

◆ CheckStatusOfDetectors()

void KVINDRAUpDater::CheckStatusOfDetectors ( KVDBRun kvrun)

Definition at line 134 of file KVINDRAUpDater.cpp.

◆ GetINDRA()

KVINDRA * KVINDRAUpDater::GetINDRA ( )

virtual void SetChIoSiPedestals(KVDBRun*); virtual void SetCsIPedestals(KVDBRun*);

Definition at line 736 of file KVINDRAUpDater.cpp.

◆ SetChIoPressures()

void KVINDRAUpDater::SetChIoPressures ( KVDBRun kvrun)
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.

◆ SetChVoltParameters()

void KVINDRAUpDater::SetChVoltParameters ( KVDBRun kvrun)
virtual

virtual void SetPedestals(KVDBRun*);

Reimplemented in KVINDRAUpDater_e613.

Definition at line 341 of file KVINDRAUpDater.cpp.

◆ SetCsIGainCorrectionParameters()

void KVINDRAUpDater::SetCsIGainCorrectionParameters ( KVDBRun kvrun)
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.

◆ SetGains()

void KVINDRAUpDater::SetGains ( KVDBRun kvrun)
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.

◆ SetLitEnergyCsIParameters()

void KVINDRAUpDater::SetLitEnergyCsIParameters ( KVDBRun kvrun)
virtual

Setting Light- Energy CsI calibration parameters for Z=1.

Definition at line 508 of file KVINDRAUpDater.cpp.

◆ SetParameters()

void KVINDRAUpDater::SetParameters ( UInt_t  run,
Bool_t  physics_parameters_only = kFALSE 
)
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.

◆ SetPHDs()

void KVINDRAUpDater::SetPHDs ( KVDBRun )
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.

◆ SetTrigger()

void KVINDRAUpDater::SetTrigger ( KVDBRun kvrun)
virtual

virtual void SetCalibrationParameters(UInt_t);

Set trigger used during this run.

Definition at line 121 of file KVINDRAUpDater.cpp.

◆ SetVoltEnergyChIoSiParameters()

void KVINDRAUpDater::SetVoltEnergyChIoSiParameters ( KVDBRun kvrun)
virtual

Definition at line 388 of file KVINDRAUpDater.cpp.