FairMQ/fairmq/examples/7-parameters/FairMQExample7LinkDef.h
2015-11-06 14:46:15 +01:00

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