R3BROOT
R3B analysis software
Loading...
Searching...
No Matches
NeulandReconstructionLinkDef.h
Go to the documentation of this file.
1// clang-format off
2
3/******************************************************************************
4 * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH *
5 * Copyright (C) 2019-2025 Members of R3B Collaboration *
6 * *
7 * This software is distributed under the terms of the *
8 * GNU General Public Licence (GPL) version 3, *
9 * copied verbatim in the file "LICENSE". *
10 * *
11 * In applying this license GSI does not waive the privileges and immunities *
12 * granted to it by virtue of its status as an Intergovernmental Organization *
13 * or submit itself to any jurisdiction. *
14 ******************************************************************************/
15
16// clang-format off
17#ifdef __CINT__
18
19#pragma link off all globals;
20#pragma link off all classes;
21#pragma link off all functions;
22
23#pragma link C++ class R3BNeulandReconstructionContFact+;
24#pragma link C++ class R3BNeulandNeutronReconstructionMon+;
25#pragma link C++ class R3BNeulandNeutronReconstructionStatistics+;
26#pragma link C++ class R3BNeulandMultiplicityBayes+;
27#pragma link C++ class R3BNeulandMultiplicityBayesPar+;
28#pragma link C++ class R3BNeulandMultiplicityBayesTrain+;
29#pragma link C++ class R3BNeulandMultiplicityCalorimetric+;
30#pragma link C++ class R3BNeulandMultiplicityCalorimetricPar+;
31#pragma link C++ class R3BNeulandMultiplicityCalorimetricTrain+;
32#pragma link C++ class R3BNeulandMultiplicityCheat+;
33#pragma link C++ class R3BNeulandMultiplicityFixed+;
34// #pragma link C++ class R3BNeulandMultiplicityScikit+;
35#pragma link C++ class R3BNeulandNeutronsCheat+;
36#pragma link C++ class R3BNeulandNeutronsRValue+;
37// #pragma link C++ class R3BNeulandNeutronsScikit+;
38// #pragma link C++ class R3BNeulandNeutronsKeras+;
39
40#endif