KaliVeda
Toolkit for HIC analysis
KVDataPatch_INDRA_camp4_ring10_He_isotopic_identification.h
1 #pragma once
2 
3 #include "KVDataPatch.h"
4 #include "KVMultiDetArray.h"
5 
14 public:
16 
17  virtual Bool_t IsRequired(TString dataset, TString datatype, Int_t,
18  TString, Int_t, const TList*) override
19  {
20  return false;//(dataset == "INDRA_camp4" && datatype == "recon" && gMultiDetArray->GetIDTelescope("CSI_R_L_1001")->IsReadyForID());
21  }
22  Bool_t IsEventPatch() override
23  {
24  return kFALSE;
25  }
27  {
28  return kTRUE;
29  }
32 
33  void PrintPatchInfo() const override;
34 
35  ClassDefOverride(KVDataPatch_INDRA_camp4_ring10_He_isotopic_identification, 1) //Correct isotopic identification of Z=2 on ring 10
36 };
int Int_t
bool Bool_t
constexpr Bool_t kFALSE
constexpr Bool_t kTRUE
#define ClassDefOverride(name, id)
virtual Bool_t IsRequired(TString dataset, TString datatype, Int_t, TString, Int_t, const TList *) override
Correction to be applied to reconstructed calibrated data.
Definition: KVDataPatch.h:55
Event containing KVReconstructedNucleus nuclei reconstructed from hits in detectors.
Nuclei reconstructed from data measured by a detector array .