FCCAnalyses
Loading...
Searching...
No Matches
LinkDef.h
Go to the documentation of this file.
1#ifdef __CINT__
2
3//Globals
4#pragma link off all globals;
5#pragma link off all classes;
6#pragma link off all functions;
7#pragma link C++ nestedclasses;
8
9//to load all other functions
10#pragma link C++ function dummyLoaderCS;
11
12#endif