Skip to content
Snippets Groups Projects
Forked from jlab / hallc / analyzer_software / hcana
622 commits behind the upstream repository.
HallC_LinkDef.h_preamble 225 B
// 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;