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#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 strawtubesContFact;
11#pragma link C++ class SHiP::Detector<strawtubesPoint>-;
12#pragma link C++ class strawtubes+;
13#pragma link C++ class strawtubesPoint+;
14#pragma link C++ class std::vector<strawtubesPoint>+;
15#pragma link C++ class strawtubesHit+;
16#pragma link C++ class Tracklet+;
17
18#endif