CbmRoot
Loading...
Searching...
No Matches
sim/response/steer/RootLinkDef.h
Go to the documentation of this file.
1/* Copyright (C) 2021 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Frederic Linz [committer], Volker Friese */
4
5// ===== LinkDef for digitizazion/task =====
6
7#ifdef __CINT__
8
9#pragma link off all globals;
10#pragma link off all classes;
11#pragma link off all functions;
12
13// --- Classes
14#pragma link C++ class cbm::sim::digitization::Run + ;
15
16
17#endif /* __CINT__ */