FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Tutorial1LinkDef.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 #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 FairTutorialDet1ContFact;
15 #pragma link C++ class FairTutorialDet1Geo;
16 #pragma link C++ class FairTutorialDet1GeoPar;
17 #pragma link C++ class FairTutorialDet1+;
18 #pragma link C++ class FairTutorialDet1Point+;
19 #pragma link C++ class FairSimConfig+;
20 #pragma link C++ class FairFastSimExample+;
21 #pragma link C++ class FairFastSimExample2+;
22 
23 #endif