source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/generators/showers/include/LinkDef.hh @ 114

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

actual version of ESAF at CCin2p3

File size: 631 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2//
3
4#ifdef __CINT__
5
6#pragma link off all globals;
7#pragma link off all classes;
8#pragma link off all functions;
9
10// A collection of classes
11#pragma link C++ class EmptyData+;
12#pragma link C++ class FileShowerGenerator+;
13#pragma link C++ class NoEventGenerator+;
14#pragma link C++ class ShowerTrack+;
15#pragma link C++ class ShowerStep+;
16#pragma link C++ class EShowerFiller+;
17#pragma link C++ class SlastShowerGenerator+;
18#pragma link C++ class UnisimFileShowerGenerator+;
19#pragma link C++ class CorsikaFileShowerGenerator+;
20#pragma link C++ class ConexFileShowerGenerator+;
21#endif
22
Note: See TracBrowser for help on using the repository browser.