Project
Loading...
Searching...
No Matches
TPCFastTransformationLinkDef_O2.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
14
15#ifdef __CLING__
16
17#pragma link off all globals;
18#pragma link off all classes;
19#pragma link off all functions;
20
21#pragma link C++ nestedclasses;
22#pragma link C++ nestedtypedef;
23
24#pragma link C++ namespace o2::gpu;
25
26#pragma link C++ class o2::gpu::ChebyshevFit1D + ;
27
28#pragma link C++ class o2::gpu::RegularSpline1D + ;
29#pragma link C++ class o2::gpu::IrregularSpline1D + ;
30#pragma link C++ class o2::gpu::IrregularSpline2D3D + ;
31#pragma link C++ class o2::gpu::SemiregularSpline2D3D + ;
32#pragma link C++ class o2::gpu::IrregularSpline2D3DCalibrator + ;
33
34#pragma link C++ class o2::gpu::TPCFastTransformGeo::SliceInfo + ;
35#pragma link C++ class o2::gpu::TPCFastTransformGeo::SectorInfo + ;
36
37#pragma link C++ class o2::gpu::TPCFastTransformGeo + ;
38#pragma read sourceClass = "o2::gpu::TPCFastTransformGeo" targetClass = "o2::gpu::TPCFastTransformGeo" source = "float mTPCzLengthA; float mTPCzLengthC; float mTPCalignmentZ; float mScaleVtoSVsideA; float mScaleVtoSVsideC; float mScaleSVtoVsideA; float mScaleSVtoVsideC;" version = "[-1]" target = "mTPCzLength" code = "{ mTPCzLength = onfile.mTPCzLengthA; }";
39#pragma read sourceClass = "o2::gpu::TPCFastTransformGeo" targetClass = "o2::gpu::TPCFastTransformGeo" source = "o2::gpu::TPCFastTransformGeo::SliceInfo mSliceInfos[37]" version = "[-2]" target = "" code = "{}";
40
41#pragma link C++ class o2::gpu::TPCFastTransformGeo::RowInfo + ;
42#pragma read sourceClass = "o2::gpu::TPCFastTransformGeo::RowInfo" targetClass = "o2::gpu::TPCFastTransformGeo::RowInfo" source = "float u0; float scaleUtoSU; float scaleSUtoU" version = "[-1]" target = "yMin" code = "{ yMin = onfile.u0; }"
43
44#pragma link C++ class o2::gpu::TPCFastTransform + ;
45
46#pragma link C++ class o2::gpu::TPCFastSpaceChargeCorrectionMap + ;
47
48#pragma link C++ class o2::gpu::TPCFastSpaceChargeCorrection + ;
49#pragma link C++ class o2::gpu::TPCFastSpaceChargeCorrection::SliceInfo + ;
50#pragma link C++ class o2::gpu::TPCFastSpaceChargeCorrection::RowInfo + ;
51#pragma link C++ class o2::gpu::TPCFastSpaceChargeCorrection::GridInfo + ;
52#pragma read sourceClass = "o2::gpu::TPCFastSpaceChargeCorrection" targetClass = "o2::gpu::TPCFastSpaceChargeCorrection" source = "o2::gpu::TPCFastSpaceChargeCorrection::SliceInfo mSliceInfo[36]" version = "[-3]" target = "" code = "{}";
53#pragma read sourceClass = "o2::gpu::TPCFastSpaceChargeCorrection" targetClass = "o2::gpu::TPCFastSpaceChargeCorrection" source = "size_t mSliceDataSizeBytes[3]" version = "[-3]" target = "mSectorDataSizeBytes" code = "{ for (int i=0; i<3; i++) mSectorDataSizeBytes[i] = onfile.mSliceDataSizeBytes[i]; }";
54#pragma read sourceClass = "o2::gpu::TPCFastSpaceChargeCorrection" targetClass = "o2::gpu::TPCFastSpaceChargeCorrection" source = "float fInterpolationSafetyMargin" version = "[-3]" target = "" code = "{}";
55
56#pragma link C++ struct o2::gpu::TPCSlowSpaceChargeCorrection + ;
57#pragma link C++ class o2::gpu::TPCFastTransformPOD + ;
58
59#endif