KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVDataPatch.cpp
Go to the documentation of this file.
1 //Created by KVClassFactory on Thu Jan 30 10:29:29 2014
2 //Author: John Frankland,,,
3 
4 #include "KVDataPatch.h"
5 
7 
8 
9 
10 
11 
15 {
16  // Default constructor
17 }
18 
19 
20 
22 
23 KVDataPatch::KVDataPatch(const Char_t* name, const Char_t* title) : KVBase(name, title)
24 {
25 }
26 
27 
28 
30 
32 {
33 }
34 
35 
36 
39 
41 {
42  // Print infos on patch
43 
44  std::cout << "PATCH NAME : [" << GetName() << "]" << std::endl;
45  std::cout << "PATCH TITLE: " << GetTitle() << std::endl << std::endl;
47  std::cout << std::endl;
48 }
49 
50 
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
char Char_t
const char Option_t
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
void Print(Option_t *="") const
Print infos on patch.
Definition: KVDataPatch.cpp:40
virtual void PrintPatchInfo() const =0
virtual ~KVDataPatch()
Definition: KVDataPatch.cpp:31
virtual const char * GetName() const
virtual const char * GetTitle() const