source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/generators/meteorites/include/LinkDef.hh @ 117

Last change on this file since 117 was 117, checked in by moretto, 11 years ago

ESAF version compilable on mac OS

File size: 395 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2//
3// LinkDef for meteorite shared library
4
5#ifdef __CINT__
6
7#pragma link off all globals;
8#pragma link off all classes;
9#pragma link off all functions;
10
11// A collection of classes
12#pragma link C++ class MeteorDriver+;
13#pragma link C++ class MeteoriteGenerator+;
14#pragma link C++ class MeteoriteTrack+;
15#pragma link C++ class Meteoroid+;
16#endif
17
Note: See TracBrowser for help on using the repository browser.