mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
18 lines
787 B
C
18 lines
787 B
C
/********************************************************************************
|
|
* Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
|
|
* *
|
|
* This software is distributed under the terms of the *
|
|
* GNU Lesser General Public Licence version 3 (LGPL) version 3, *
|
|
* copied verbatim in the file "LICENSE" *
|
|
********************************************************************************/
|
|
#ifdef __CINT__
|
|
|
|
#pragma link off all globals;
|
|
#pragma link off all classes;
|
|
#pragma link off all functions;
|
|
|
|
#pragma link C++ class FairMQExample7ContFact+;
|
|
#pragma link C++ class FairMQExample7ParOne+;
|
|
|
|
#endif
|