source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/detector/tools/include/OALinkDef.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: 582 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: OALinkDef.hh 2208 2005-10-17 12:06:18Z thea $
3// A.Thea, J.Watts created Mar, 17 2004
4// this file is needed by rootcint to make an additional C++ that
5// must be compiled and linked to use the OA classes in root
6
7#ifdef __CINT__
8
9#pragma link off all globals;
10#pragma link off all classes;
11#pragma link off all functions;
12
13#pragma link C++ class OADBTree+;
14#pragma link C++ class OADBHeader+;
15#pragma link C++ class OADBPhotons+;
16#pragma link C++ class OADBConverter+;
17#pragma link C++ enum  OAEKeyType+;
18#endif // __CINT__
Note: See TracBrowser for help on using the repository browser.