HepMC3 event record library
ViewerExample/include/LinkDef.h
1#ifdef __CINT__
2#pragma link off all globals;
3#pragma link off all classes;
4#pragma link off all functions;
5#pragma link C++ class HepMC3ViewerFrame;
6#endif