KaliVeda
1.15/6
Toolkit for HIC analysis
KVThreshold.h
1
#ifndef __KVTHRESHOLD_H
2
#define __KVTHRESHOLD_H
3
4
#include "KVCalibrator.h"
5
18
class
KVThreshold
:
public
KVCalibrator
19
{
20
Double_t
threshold(
double
*,
double
*);
21
22
public
:
23
KVThreshold
() :
KVCalibrator
()
24
{
25
SetCalibFunction(
new
TF1
(
"fThreshold"
,
this
, &KVThreshold::threshold, 0., 1000., 1));
26
SetUseInverseFunction
(
kFALSE
);
27
}
28
29
ClassDef
(
KVThreshold
,1)
//Binary calibrator to handle detector signal thresholds
30
};
31
32
#endif
kFALSE
constexpr Bool_t kFALSE
Double_t
double Double_t
ClassDef
#define ClassDef(name, id)
KVCalibrator
Base class for all detector calibrations.
Definition:
KVCalibrator.h:99
KVCalibrator::SetUseInverseFunction
void SetUseInverseFunction(Bool_t yes=kTRUE)
Definition:
KVCalibrator.h:245
KVThreshold
Binary calibrator to handle detector signal thresholds.
Definition:
KVThreshold.h:19
KVThreshold::KVThreshold
KVThreshold()
Definition:
KVThreshold.h:23
TF1
kaliveda.doxygen
src
core
calibration
KVThreshold.h
Generated on Wed Aug 5 2026 08:50:04 for KaliVeda by
1.9.1