KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVLightEnergyCsI_SharpCutOff.h
Go to the documentation of this file.
1 #ifndef __KVLIGHTENERGYCSI_SHARPCUTOFF_H
2 #define __KVLIGHTENERGYCSI_SHARPCUTOFF_H
3 
4 #include "KVLightEnergyCsI.h"
5 
35 private:
37 public:
39  {
40  SetCalibFunction(new TF1("fLight_CsI", this, &KVLightEnergyCsI_SharpCutOff::CalculLumiere, 0., 10000., 4));
41  }
43 
44  ClassDef(KVLightEnergyCsI_SharpCutOff, 1) //Light-energy calibration function for CsI detectors using a sharp cut-off for delta-ray production
45 };
46 
47 #endif
double Double_t
#define ClassDef(name, id)
void SetCalibFunction(TF1 *f)
Definition: KVCalibrator.h:88
Light-energy calibration function for CsI detectors using a sharp cut-off for delta-ray production.
Double_t CalculLumiere(Double_t *, Double_t *)
Light-energy calibration function for CsI detectors using a Fermi-function dependence on energy for d...