ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
GenLinkDef.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 // ----- M. Al-Turany June 2014 -----
10 // -------------------------------------------------------------------------
11 
12 #ifdef __CINT__
13 
14 #pragma link off all globals;
15 #pragma link off all classes;
16 #pragma link off all functions;
17 
18 //#pragma link C++ class Pythia6Generator+;
19 //#pragma link C++ class Pythia8Generator+;
20 #pragma link C++ class AtTPCIonDecay + ;
21 #pragma link C++ class AtTPCIonGenerator + ;
22 #pragma link C++ class AtTPCIonGeneratorS800 + ;
23 #pragma link C++ class AtTPCIonGeneratorGaussian + ;
24 #pragma link C++ class AtTPCIonPhaseSpace + ;
25 #pragma link C++ class AtTPC2Body + ;
26 #pragma link C++ class AtTPC_d2He + ;
27 #pragma link C++ class AtTPC_Background + ;
28 #pragma link C++ class AtTPCFissionGenerator + ;
29 #pragma link C++ class AtTPCFissionGeneratorV2 + ;
30 #pragma link C++ class AtTPCFissionGeneratorV3 + ;
31 #pragma link C++ class AtTPCXSReader + ;
32 #pragma link C++ class AtTPCXSManager + ;
33 #pragma link C++ class AtTPCGammaDummyGenerator + ;
34 #pragma link C++ class AtTPC20MgDecay + ;
35 #pragma link C++ class AtTPC20MgDecay_pag + ;
36 
37 #endif