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// $Id: DetectorLinkDef.h
5
6#ifdef __CINT__
7
8#pragma link off all globals;
9#pragma link off all classes;
10#pragma link off all functions;
11
12#pragma link C++ namespace SHiP;
13#pragma link C++ class SHiP::DetectorPoint+;
14#pragma link C++ class SHiP::DetectorHit+;
15
16#endif