KaliVeda
Toolkit for HIC analysis
KVDataPatch_E789_FAZIABadCsICalibFragments.cpp
1 #include "KVDataPatch_E789_FAZIABadCsICalibFragments.h"
2 
4 
5 
6 
8 void KVDataPatch_E789_FAZIABadCsICalibFragments::PrintPatchInfo() const
9 {
10  std::cout << "Correct mistaken use of Z=2 CsI calib for all fragments in FAZIA\n\n";
11 
12  std::cout << "In data written with v.1.12/05, the FAZIA CsI calibration for Z=2 was mistakenly extended to\n";
13  std::cout << "use for all fragments stopping in a CsI detector as well. This leads to an underestimation of\n";
14  std::cout << "energies of fragment (by up to 50%). This patch corrects the CsI energy, laboratory total energy,\n";
15  std::cout << "and centre-of-mass kinematics of these fragments.\n";
16 
17  std::cout << "Any particle to which this patch is applied will have a parameter\n\n";
18  std::cout << " DATAPATCH.E789_FAZIABadCsICalibFragments.APPLIED = true\n";
19 }
20 
21 
22 
23 
24 
Correct mistaken use of Z=2 CsI calib for all fragments in FAZIA.
ClassImp(TPyArg)