FairShip
Loading...
Searching...
No Matches
SiliconTargetLinkDef.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#ifdef __CINT__
5
6#pragma link off all globals;
7#pragma link off all classes;
8#pragma link off all functions;
9
10#pragma link C++ class SiliconTarget+;
11#pragma link C++ class SiliconTargetPoint+;
12#pragma link C++ class SiliconTargetHit+;
13#pragma link C++ class SHiP::Detector<SiliconTargetPoint>-;
14#pragma link C++ class std::vector<SiliconTargetPoint>+;
15
16#endif