Project
Loading...
Searching...
No Matches
DataFormatsFT0LinkDef.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#ifdef __CLING__
13
14#pragma link off all globals;
15#pragma link off all classes;
16#pragma link off all functions;
17
18#pragma link C++ class o2::ft0::Digit + ;
19#pragma link C++ class o2::ft0::DigitFilterParam + ;
20#pragma link C++ class o2::ft0::ChannelFilterParam + ;
21#pragma link C++ class o2::ft0::TimeFilterParam + ;
22#pragma link C++ class o2::ft0::CalibParam + ;
23#pragma link C++ class o2::ft0::ChannelData + ;
24#pragma link C++ class o2::ft0::DetTrigInput + ;
25#pragma link C++ class o2::ft0::TriggersExt + ;
26#pragma link C++ class vector < o2::ft0::ChannelData> + ;
27#pragma link C++ class vector < o2::ft0::Digit> + ;
28#pragma link C++ class vector < o2::ft0::DetTrigInput> + ;
29#pragma link C++ class vector < o2::ft0::TriggersExt> + ;
30
31#pragma link C++ class o2::ft0::RecPoints + ;
32#pragma link C++ class vector < o2::ft0::RecPoints> + ;
33#pragma link C++ class o2::ft0::ChannelDataFloat + ;
34#pragma link C++ class vector < o2::ft0::ChannelDataFloat> + ;
35
36#pragma link C++ class o2::ft0::MCLabel + ;
38#pragma link C++ class o2::dataformats::MCTruthContainer < o2::ft0::MCLabel> + ;
39
40#pragma link C++ class o2::ft0::HitType + ;
41#pragma link C++ class vector < o2::ft0::HitType> + ;
42
43#pragma link C++ class o2::ft0::CTFHeader + ;
44#pragma link C++ class o2::ft0::CompressedDigits + ;
45#pragma link C++ class o2::ft0::CTF + ;
46#pragma link C++ class o2::ctf::EncodedBlocks < o2::ft0::CTFHeader, 9, uint32_t> + ;
47
48#pragma link C++ class o2::ft0::FT0CalibrationInfoObject + ;
49#pragma link C++ class o2::ft0::FT0ChannelTimeCalibrationObject + ;
50#pragma link C++ class o2::ft0::SpectraInfoObject + ;
51#pragma link C++ class o2::ft0::TimeSpectraInfoObject + ;
52#pragma link C++ class o2::ft0::AmpSpectraInfoObject + ;
53#pragma link C++ class o2::ft0::GlobalOffsetsCalibrationObject + ;
54#pragma link C++ class o2::ft0::RecoCalibInfoObject + ;
55#pragma link C++ class o2::ft0::GlobalOffsetsInfoObject + ;
56#pragma link C++ class std::pair < std::vector < double>, std::vector < double>> + ;
57#pragma link C++ class o2::ft0::SlewingCoef + ;
58
59#endif
Definition of a container to keep Monte Carlo truth external to simulation objects.