FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EventDisplayExampleLinkDef.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2020 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 #ifdef __CINT__
10 
11 #pragma link off all globals;
12 #pragma link off all classes;
13 #pragma link off all functions;
14 
15 #pragma link C++ class FairEveMCTracks;
16 #pragma link C++ class FairEveMCTracksEditor;
17 #pragma link C++ class FairMCTracksDraw;
18 
19 #endif