KaliVeda
1.15/6
Toolkit for HIC analysis
KVIDINDRASIPSA.cpp
1
#include "KVIDINDRASIPSA.h"
2
#include "KVIdentificationResult.h"
3
#include "KVIDZAGrid.h"
4
5
ClassImp
(
KVIDINDRASIPSA
)
6
7
8
13
Bool_t
KVIDINDRASIPSA
::Identify(
KVIdentificationResult
* idr,
Double_t
x,
Double_t
y)
14
{
15
// Perform identification in PSA map.
16
//
17
// We include particles with IDquality=4 (normally rejected) as well-identified in Z only
18
19
auto
ok =
KVINDRAIDTelescope::Identify
(idr,
x
,
y
);
20
21
if
(idr->IDquality ==
KVIDZAGrid::kICODE4
)
22
{
23
idr->IDOK =
true
;
24
idr->Aident =
false
;
25
idr->Zident =
true
;
26
}
27
28
return
ok;
29
}
30
31
Bool_t
bool Bool_t
Double_t
double Double_t
KVIDINDRASIPSA
PSA identification in SI detectors for INDRA.
Definition:
KVIDINDRASIPSA.h:13
KVIDTelescope::Identify
virtual Bool_t Identify(KVIdentificationResult *, Double_t x=-1., Double_t y=-1.)
Definition:
KVIDTelescope.cpp:358
KVIDZAGrid::kICODE4
@ kICODE4
Definition:
KVIDZAGrid.h:107
KVIdentificationResult
Full result of one attempted particle identification.
Definition:
KVIdentificationResult.h:39
y
Double_t y[n]
x
Double_t x[n]
ClassImp
ClassImp(TPyArg)
kaliveda.doxygen
src
indra
identification
KVIDINDRASIPSA.cpp
Generated on Wed Apr 29 2026 10:19:11 for KaliVeda by
1.9.1