CbmRoot
Loading...
Searching...
No Matches
reco/offline/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: Volker Friese [committer] */
4
5// ===== LinkDef for reco/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::reco::offline::Run + ;
15
16
17#endif /* __CINT__ */