CFEL - ASG Software Suite  2.5.0
CASS
histo_updater_linkdef.h
Go to the documentation of this file.
1 /**
2  * @file histo_updater_linkdef.h definition for root cint
3  *
4  * @author Lutz Foucar
5  */
6 
7 #ifdef __CINT__
8 
9 #pragma link off all globals;
10 #pragma link off all classes;
11 #pragma link off all functions;
12 
13 #pragma link C++ class HistogramUpdater+;
14 #pragma link C++ global gCASSClient;
15 
16 #endif