KaliVeda
Toolkit for HIC analysis
KVDataPatch_E884_DataUniformization.h
1 #pragma once
2 
3 #include "KVDataPatch.h"
4 
23 {
24  struct _impl;
25  std::unique_ptr<_impl> pimpl;
26 
27  public:
30 
31  Bool_t IsRequired(TString, TString, Int_t, TString, Int_t, const TList*) override;
32  Bool_t IsEventPatch() override
33  {
34  return kFALSE;
35  }
37  {
38  return kTRUE;
39  }
42 
43  void PrintPatchInfo() const override;
44 
46 };
47 
int Int_t
bool Bool_t
constexpr Bool_t kFALSE
constexpr Bool_t kTRUE
#define ClassDefOverride(name, id)
Data uniformization, removes all particles identified in telescopes with atypical behaviour (1....
void ApplyToEvent(KVReconstructedEvent *) override
Bool_t IsRequired(TString, TString, Int_t, TString, Int_t, const TList *) override
void ApplyToParticle(KVReconstructedNucleus *) 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 .