forked from R3BRootGroup/R3BRoot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRpcLinkDef.h
42 lines (31 loc) · 1.61 KB
/
RpcLinkDef.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
// clang-format off
/******************************************************************************
* Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH *
* Copyright (C) 2019 Members of R3B Collaboration *
* *
* This software is distributed under the terms of the *
* GNU General Public Licence (GPL) version 3, *
* copied verbatim in the file "LICENSE". *
* *
* In applying this license GSI does not waive the privileges and immunities *
* granted to it by virtue of its status as an Intergovernmental Organization *
* or submit itself to any jurisdiction. *
******************************************************************************/
#ifdef __CINT__
#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;
#pragma link C++ class R3BRpc+;
#pragma link C++ class R3BRpcContFact;
#pragma link C++ class R3BRpcDigitizer+;
#pragma link C++ class R3BRpcMapped2PreCalPar+;
#pragma link C++ class R3BRpcMapped2PreCal+;
#pragma link C++ class R3BRpcPreCal2CalPar+;
#pragma link C++ class R3BRpcPreCal2Cal+;
#pragma link C++ class R3BRpcTotCalPar+;
#pragma link C++ class R3BRpcCal2Hit+;
#pragma link C++ class R3BRpcCal2HitPar+;
#pragma link C++ class R3BRpcHitPar+;
#pragma link C++ class R3BRpcPars4Sim+;
#pragma link C++ class R3BRpcOnlineSpectra+;
#endif