coherent WaveBurst
Library Reference Guide
home
cWB_docker
git
cWB
library
tools
history
History_LinkDef.h
Go to the documentation of this file.
1
#ifdef __CINT__
2
3
#pragma link off all globals;
4
#pragma link off all classes;
5
#pragma link off all functions;
6
7
#pragma link C++ class CWB::HistoryStage-;
8
#pragma link C++ class CWB::History-;
9
#pragma link C++ class CWB::HistoryLine-;
10
#pragma link C++ class CWB::HistoryLogLine-;
11
#pragma link C++ enum SortOrderType;
12
13
#endif // __CINT__