Project
Loading...
Searching...
No Matches
PassiveLinkDef.h
Go to the documentation of this file.
1// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3// All rights not expressly granted are reserved.
4//
5// This software is distributed under the terms of the GNU General Public
6// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7//
8// In applying this license CERN does not waive the privileges and immunities
9// granted to it by virtue of its status as an Intergovernmental Organization
10// or submit itself to any jurisdiction.
11
12/********************************************************************************
13 * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
14 * *
15 * This software is distributed under the terms of the *
16 * GNU Lesser General Public Licence version 3 (LGPL) version 3, *
17 * copied verbatim in the file "LICENSE" *
18 ********************************************************************************/
19
20// -------------------------------------------------------------------------
21// ----- Created 26/03/14 by M. Al-Turany -----
22// -------------------------------------------------------------------------
23
24#ifdef __CLING__
25
26#pragma link off all globals;
27#pragma link off all classes;
28#pragma link off all functions;
29
30#pragma link C++ class o2::passive::PassiveBase + ;
31#pragma link C++ class o2::passive::Absorber + ;
32#pragma link C++ class o2::passive::Dipole + ;
33#pragma link C++ class o2::passive::Compensator + ;
34#pragma link C++ class o2::passive::Magnet + ;
35#pragma link C++ class o2::passive::Cave + ;
36#pragma link C++ class o2::passive::PassiveContFact + ;
37#pragma link C++ class o2::passive::Pipe + ;
38#pragma link C++ class o2::passive::PipeRun4 + ;
39#pragma link C++ class o2::passive::FrameStructure + ;
40#pragma link C++ class o2::passive::Shil + ;
41#pragma link C++ class o2::passive::Hall + ;
42#pragma link C++ class o2::passive::HallSimParam + ;
43#pragma link C++ class o2::conf::ConfigurableParamHelper < o2::passive::HallSimParam> + ;
44#endif