ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
AtMapLinkDef.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 #ifdef __CINT__
9 
10 #pragma link off all globals;
11 #pragma link off all classes;
12 #pragma link off all functions;
13 
14 #pragma link C++ class AtMap + ;
15 #pragma link C++ class AtGadgetIIMap + ;
16 #pragma link C++ class AtTpcMap + ;
17 #pragma link C++ class AtTpcProtoMap + ;
18 #pragma link C++ class AtSpecMATMap + ;
19 
20 #endif