KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVDataPatch.cpp
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
13
15{
16 // Default constructor
17}
18
19
20
22
23KVDataPatch::KVDataPatch(const Char_t* name, const Char_t* title) : KVBase(name, title)
24{
25}
26
27
28
30
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
char Char_t
const char Option_t
char name[80]
Base class for KaliVeda framework.
Definition KVBase.h:142
Correction to be applied to reconstructed calibrated data.
Definition KVDataPatch.h:55
KVDataPatch()
Default constructor.
void Print(Option_t *="") const
Print infos on patch.
virtual void PrintPatchInfo() const =0
virtual ~KVDataPatch()
const char * GetName() const override
const char * GetTitle() const override
ClassImp(TPyArg)