Skip to content

Instantly share code, notes, and snippets.

View petrstepanov's full-sized avatar
🏠
Working from home

Petr Stepanov petrstepanov

🏠
Working from home
View GitHub Profile
// All Linkdef.h files start with this preamble
#ifdef __CINT__
#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;
#pragma link C++ nestedclasses;
// List all your classes that require Dictionary generation:
#pragma link C++ class MyClassWithClassImpMarco1
#pragma link C++ class MyClassWithClassImpMarco2