Skip to content
Snippets Groups Projects
HallC_LinkDef.h_preamble 225 B
Newer Older
  • Learn to ignore specific revisions
  • // Preamble to HallC_LinkDef.h file
    
    #ifdef __CINT__
     
    #pragma link off all globals;
    #pragma link off all classes;
    #pragma link off all functions;
     
    #pragma link C++ global gHcParms;
    #pragma link C++ global gHcDetectorMap;