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 
6 ClassImp(KVDataPatch)
7 
8 
9 
12 void KVDataPatch::Print(Option_t*) const
13 {
14  // Print infos on patch
15 
16  std::cout << "PATCH NAME : [" << GetName() << "]" << std::endl;
17  std::cout << "PATCH TITLE: " << GetTitle() << std::endl << std::endl;
18  PrintPatchInfo();
19  std::cout << std::endl;
20 }
21 
22 
Correction to be applied to reconstructed calibrated data.
Definition: KVDataPatch.h:55