KaliVeda
Toolkit for HIC analysis
KVFAZIAIDSiPSA.h
1 
4 #ifndef __KVFAZIAIDSiPSA_H
5 #define __KVFAZIAIDSiPSA_H
6 
7 #include "KVFAZIAIDTelescope.h"
8 #include "TF1.h"
9 
11 
12  static TF1* fZThreshold;
13  static TF1* fAThreshold;
14 
15 public:
17 
18  void Initialize() override;
19 
20  Bool_t CheckTheoreticalIdentificationThreshold(KVNucleus* /*ION*/, Double_t /*EINC*/ = 0.0) override;
21  void SetIdentificationStatus(KVIdentificationResult* IDR, const KVNucleus*) override;
22 
23  ClassDefOverride(KVFAZIAIDSiPSA, 1) //PSA identification in first silicon of FAZIA telescopes
24 };
25 
26 #endif
bool Bool_t
double Double_t
#define ClassDefOverride(name, id)
static TF1 * fZThreshold
empirical threshold for Z identification
void Initialize() override
void SetIdentificationStatus(KVIdentificationResult *IDR, const KVNucleus *) override
static TF1 * fAThreshold
empirical threshold for A identification
KVFAZIAIDSiPSA()
Default constructor.
Bool_t CheckTheoreticalIdentificationThreshold(KVNucleus *, Double_t=0.0) override
Full result of one attempted particle identification.
Description of properties and kinematics of atomic nuclei.
Definition: KVNucleus.h:123