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: UpstreamTaggerLinkDef.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++ class SHiP::Detector<UpstreamTaggerPoint>-;
13#pragma link C++ class UpstreamTagger+;
14#pragma link C++ class UpstreamTaggerPoint+;
15#pragma link C++ class std::vector<UpstreamTaggerPoint>+;
16#pragma link C++ class UpstreamTaggerHit+;
17
18#endif