CbmRoot
Loading...
Searching...
No Matches
KFParticleInterfaceLinkDef.h
Go to the documentation of this file.
1/* Copyright (C) 2006-2020 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Denis Bertini [committer], Maksym Zyzak, Volodymyr Vovchenko, Florian Uhlig */
4
5#ifdef __CINT__
6
7#pragma link off all globals;
8#pragma link off all classes;
9#pragma link off all functions;
10
11#pragma link C++ class CbmKFParticleFinder + ;
12#pragma link C++ class CbmKFParticleFinderPID + ;
13#pragma link C++ class CbmKFParticleFinderQa + ;
14#pragma link C++ class CbmKFParticleInterface + ;
15
16#endif