20 SetTitle(
Class()->GetTitle());
55 if ((
n->GetIDCode() >= 2 &&
n->GetIDCode() <= 4) ||
n->GetIDCode() == 6) {
56 if (!
n->IsIdentified() || !
n->IsZMeasured() || !
n->GetIdentifyingTelescope()) {
58 if (
n->GetReconstructionTrajectory()->GetN() == 1 && !
n->GetStoppingDetector()->IsType(
"CSI"))
65 else if (
n->IsZMeasured()) {
66 if (
n->GetZ() < 1 ||
n->GetZ() > 92) {
68 n->SetIsUnidentified();
73 if (
n->GetIDCode() == 2 &&
n->GetIdentifyingTelescope()->IsType(
"CSI_R_L") &&
n->IsAMeasured()) {
76 n->SetIsUnidentified();
82 if ((
n->GetZ() == 1 &&
n->GetA() > 3)
83 || ((
n->GetZ() == 2 && (
n->GetA() < 3 ||
n->GetA() == 5 ||
n->GetA() > 6)))) {
85 n->SetIsUnidentified();
93 if (
n->GetECode() > 0 &&
n->GetECode() < 3) {
96 n->SetIsUncalibrated();
108 std::cout <<
"General sanity checks:\n";
109 std::cout <<
" - any particle with 'good' ID codes should have\n";
110 std::cout <<
" IsIdentified() = true\n";
111 std::cout <<
" IsZMeasured() = true\n";
112 std::cout <<
" GetIdentifyingTelescope() returns pointer to ID telescope\n";
113 std::cout <<
" - any particle with IsZMeasured()=true should have:\n";
114 std::cout <<
" 1 <= Z <= 92\n";
115 std::cout <<
" - any particle with 'good' calib codes should have\n";
116 std::cout <<
" E>0\n";
117 std::cout <<
" - any particle identified in CsI-RL should have\n";
118 std::cout <<
" Z<6\n";
119 std::cout <<
" no 4H, no 5He or 7He\n";
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
General sanity checks for old INDRA data.
virtual void PrintPatchInfo() const
void ApplyToParticle(KVReconstructedNucleus *)
Correction to be applied to reconstructed calibrated data.
Nuclei reconstructed from data measured in the INDRA array.
virtual void AcceptParticleForAnalysis(KVReconstructedNucleus *) const
Nuclei reconstructed from data measured by a detector array .
RooCmdArg ClassName(const char *name)