source: trunk/MagicSoft/include-Classes/MMcFormat/McLinkDef.h@ 1245

Last change on this file since 1245 was 1243, checked in by blanch, 23 years ago
The Automatic Scheme Evolution has been added to all MC format classes. It means taht a + has been added in the definition of the classes. It has been check that this does not implies lost of compatibility with the old files.
  • Property svn:executable set to *
File size: 300 bytes
Line 
1#ifdef __CINT__
2
3#pragma link off all globals;
4#pragma link off all classes;
5#pragma link off all functions;
6
7#pragma link C++ class MMcEvt+;
8#pragma link C++ class MMcTrig+;
9#pragma link C++ class MMcRunHeader+;
10#pragma link C++ class MMcTrigHeader+;
11#pragma link C++ class MMcFadcHeader+;
12
13#endif
Note: See TracBrowser for help on using the repository browser.