KaliVeda
Toolkit for HIC analysis
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 
12 void KVDataPatch::Print(Option_t*) const
13 {
14  // Print infos on patch
15 
16  KVError::Info(this, "Print()", "PATCH NAME : [%s]", GetName());
17  KVError::Info(this, "Print()", "PATCH TITLE: %s\n\n", GetTitle());
18  PrintPatchInfo();
19  std::cout << std::endl;
20 }
21 
22 
const char Option_t
Correction to be applied to reconstructed calibrated data.
Definition: KVDataPatch.h:55
void Info(UserClass p, const char *location, const char *va_(fmt),...)
Definition: KVError.h:134
ClassImp(TPyArg)