KaliVeda
Toolkit for HIC analysis
KVRawDataPatch.cpp
1 #include "KVRawDataPatch.h"
2 
3 ClassImp(KVRawDataPatch)
4 
5 
6 
9 void KVRawDataPatch::Print(Option_t*) const
10 {
11  // Print infos on patch
12 
13  std::cout << "PATCH NAME : [" << GetName() << "]" << std::endl;
14  std::cout << "PATCH TITLE: " << GetTitle() << std::endl << std::endl;
15  PrintPatchInfo();
16  std::cout << std::endl;
17 }
18 
19 
Patches for analysis of raw dataAbstract base class for patches to be applied to raw data before user...