18 #ifndef KVIDINDRACsI_H
19 #define KVIDINDRACsI_H
21 #include "KVINDRAIDTelescope.h"
22 #include "KVIDGraph.h"
34 Int_t fThresMin[2][4];
35 Int_t fThresMax[2][4];
38 float smootherstep(
float edge0,
float edge1,
float x);
39 float clamp(
float x,
float lowerlimit,
float upperlimit);
47 fRapideLente = CsIGrid && CsIGrid->
InheritsFrom(
"KVIDGCsI");
#define ClassDefOverride(name, id)
Base class for particle identification in a 2D map.
Bool_t Identify(KVIdentificationResult *, Double_t x=-1., Double_t y=-1.) override
Bool_t CanIdentify(Int_t Z, Int_t) override
void Initialize() override
void SetIdentificationStatus(KVIdentificationResult *IDR, const KVNucleus *) override
KVIDGraph * GetIDGrid() const
virtual void Initialize(void)
Base class for identification telescopes of INDRA array.
Full result of one attempted particle identification.
Description of properties and kinematics of atomic nuclei.
virtual Bool_t InheritsFrom(const char *classname) const