R3BROOT
R3B analysis software
Loading...
Searching...
No Matches
NeulandCalShareLinkDef.h
Go to the documentation of this file.
1
2// clang-format off
3
4/******************************************************************************
5 * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH *
6 * Copyright (C) 2019-2023 Members of R3B Collaboration *
7 * *
8 * This software is distributed under the terms of the *
9 * GNU General Public Licence (GPL) version 3, *
10 * copied verbatim in the file "LICENSE". *
11 * *
12 * In applying this license GSI does not waive the privileges and immunities *
13 * granted to it by virtue of its status as an Intergovernmental Organization *
14 * or submit itself to any jurisdiction. *
15 ******************************************************************************/
16
17// clang-format off
18//
19#ifdef __CINT__
20
21#pragma link off all globals;
22#pragma link off all classes;
23#pragma link off all functions;
24
25#pragma link C++ class R3B::Neuland::ParSet+;
26#pragma link C++ class R3B::Neuland::CalibrationBasePar+;
27
28#endif