KaliVeda
Toolkit for HIC analysis
KVIDINDRASIPSA.cpp
1 #include "KVIDINDRASIPSA.h"
2 #include "KVIdentificationResult.h"
3 #include "KVIDZAGrid.h"
4 
6 
7 
8 
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 Bool_t
double Double_t
PSA identification in SI detectors for INDRA.
virtual Bool_t Identify(KVIdentificationResult *, Double_t x=-1., Double_t y=-1.)
Full result of one attempted particle identification.
Double_t y[n]
Double_t x[n]
ClassImp(TPyArg)