KaliVeda
Toolkit for HIC analysis
KVLightEnergyCsI_SharpCutOff.h
1 #ifndef __KVLIGHTENERGYCSI_SHARPCUTOFF_H
2 #define __KVLIGHTENERGYCSI_SHARPCUTOFF_H
3 
4 #include "KVLightEnergyCsI.h"
5 
36 private:
37  Double_t CalculLumiere(Double_t*, Double_t*);
38 public:
40  {
41  SetCalibFunction(new TF1("fLight_CsI", this, &KVLightEnergyCsI_SharpCutOff::CalculLumiere, 0., 10000., 4));
42  }
44 
45  ClassDef(KVLightEnergyCsI_SharpCutOff, 1) //Light-energy calibration function for CsI detectors using a sharp cut-off for delta-ray production
46 };
47 
48 #endif
double Double_t
#define ClassDef(name, id)
Light-energy calibration function for CsI detectors using a sharp cut-off for delta-ray production.
Light-energy calibration function for CsI detectors using a Fermi-function dependence on energy for d...