ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
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 version 3 (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 #ifdef __CINT__
14 
15 #pragma link off all globals;
16 #pragma link off all classes;
17 #pragma link off all functions;
18 
19 #pragma link C++ class AtMagnet + ;
20 #pragma link C++ class AtCave + ;
21 #pragma link C++ class AtGeoCave;
22 #pragma link C++ class AtPassiveContFact;
23 #pragma link C++ class AtPipe + ;
24 
25 #endif