FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PassiveLinkDef.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 
9 // -------------------------------------------------------------------------
10 // ----- Created 26/03/14 by M. Al-Turany -----
11 // -------------------------------------------------------------------------
12 
13 
14 #ifdef __CINT__
15 
16 #pragma link off all globals;
17 #pragma link off all classes;
18 #pragma link off all functions;
19 
20 #pragma link C++ class MyMagnet+;
21 #pragma link C++ class MyCave+;
22 #pragma link C++ class MyGeoCave;
23 #pragma link C++ class MyPassiveContFact;
24 #pragma link C++ class MyPipe+;
25 
26 #endif
27