EventAnalysis  1.3.0
DataObjsLinkDef.h
Go to the documentation of this file.
1 /*
2  * DataObjsLinkDef.h
3  *
4  * Created on: Jan 27, 2021
5  * Author: Nicola Mori
6  *
7  */
8 
9 // clang-format off
10 #ifdef __MAKECINT__
11 #pragma link off all class;
12 #pragma link off all function;
13 #pragma link off all global;
14 #pragma link off all typedef;
15 #pragma link C++ class EA::RootFileHeader+;
16 #endif
17