FairShip
Loading...
Searching...
No Matches
LinkDef.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later
2// SPDX-FileCopyrightText: Copyright CERN for the benefit of the SHiP Collaboration
3
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 ShipStack+;
12#pragma link C++ class ShipMCTrack+;
13#pragma link C++ class ShipParticle+;
14#pragma link C++ class TrackInfo+;
15#pragma link C++ class ISTLPointContainer-;
16
17#endif