KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVDataPatch.h
Go to the documentation of this file.
1 
4 #ifndef __KVDATAPATCH_H
5 #define __KVDATAPATCH_H
6 
7 #include "KVBase.h"
8 #include "KVReconstructedEvent.h"
9 
54 class KVDataPatch : public KVBase {
55 
56 public:
57  KVDataPatch();
58  KVDataPatch(const Char_t* name, const Char_t* title = "");
59  virtual ~KVDataPatch();
60 
61  virtual Bool_t IsRequired(TString dataset, TString datatype, Int_t runnumber,
62  TString dataseries, Int_t datareleasenumber, const TList* streamerinfolist) = 0;
63  virtual Bool_t IsEventPatch() = 0;
64  virtual Bool_t IsParticlePatch() = 0;
65  virtual void ApplyToEvent(KVReconstructedEvent*) = 0;
67 
68  virtual void PrintPatchInfo() const = 0;
69 
70  void Print(Option_t* /*opt*/ = "") const;
71 
72  ClassDef(KVDataPatch, 1) //Correction to be applied to reconstructed calibrated data
73 };
74 
75 #endif
int Int_t
char Char_t
bool Bool_t
const char Option_t
#define ClassDef(name, id)
Base class for KaliVeda framework.
Definition: KVBase.h:141
Correction to be applied to reconstructed calibrated data.
Definition: KVDataPatch.h:54
KVDataPatch()
Default constructor.
Definition: KVDataPatch.cpp:14
virtual void ApplyToParticle(KVReconstructedNucleus *)=0
void Print(Option_t *="") const
Print infos on patch.
Definition: KVDataPatch.cpp:40
virtual void ApplyToEvent(KVReconstructedEvent *)=0
virtual void PrintPatchInfo() const =0
virtual Bool_t IsParticlePatch()=0
virtual Bool_t IsRequired(TString dataset, TString datatype, Int_t runnumber, TString dataseries, Int_t datareleasenumber, const TList *streamerinfolist)=0
virtual Bool_t IsEventPatch()=0
virtual ~KVDataPatch()
Definition: KVDataPatch.cpp:31
Event containing KVReconstructedNucleus nuclei reconstructed from hits in detectors.
Nuclei reconstructed from data measured by a detector array .