KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVLightEnergyCsI_Tabacaru_Camp2_10_17.h
Go to the documentation of this file.
1 #ifndef __KVLIGHTENERGYCSI_TABACARU_CAMP2_10_17_H
2 #define __KVLIGHTENERGYCSI_TABACARU_CAMP2_10_17_H
3 
4 #include "KVLightEnergyCsI.h"
5 
16  Double_t tabacaru(double*, double*);
17 
18 public:
20  : KVLightEnergyCsI(false)
21  {
22  SetCalibFunction(new TF1("fLight_CsI", this, &KVLightEnergyCsI_Tabacaru_Camp2_10_17::tabacaru, 0., 10000., 4));
24  }
26 
27  ClassDef(KVLightEnergyCsI_Tabacaru_Camp2_10_17, 1) //Copy of light-energy used for iNDRA 2nd campaign rings 10-17
28 };
29 
30 #endif
const Bool_t kFALSE
double Double_t
#define ClassDef(name, id)
void SetCalibFunction(TF1 *f)
Definition: KVCalibrator.h:111
void SetUseInverseFunction(Bool_t yes=kTRUE)
Definition: KVCalibrator.h:240
Copy of light-energy used for iNDRA 2nd campaign rings 10-17.
Light-energy calibration function for CsI detectors using a Fermi-function dependence on energy for d...