]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/flow/FMDflowLinkDef.h
Misalignment-related bug fixed
[u/mrichter/AliRoot.git] / FMD / flow / FMDflowLinkDef.h
CommitLineData
39eefe19 1// -*- mode: c++ -*-
97e94238 2/* Copyright (C) 2007 Christian Holm Christensen <cholm@nbi.dk>
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public License
6 * as published by the Free Software Foundation; either version 2.1 of
7 * the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful, but
10 * WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
17 * USA
18 */
39eefe19 19#ifdef __CINT__
39eefe19 20/* $Id$ */
21/** @file FMDbaseLinkDef.h
22 @author Christian Holm Christensen <cholm@nbi.dk>
23 @date Mon Mar 27 14:18:46 2006
24 @brief Link specifications for base library
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 AliFMDFlowAxis+;
31#pragma link C++ class AliFMDFlowBin+;
32#pragma link C++ class AliFMDFlowBin;+;
33#pragma link C++ class AliFMDFlowBinned1D+;
34#pragma link C++ class AliFMDFlowBin;+;
35#pragma link C++ class AliFMDFlowBinned2D+;
36#pragma link C++ class AliFMDFlowEventPlane+;
37#pragma link C++ class AliFMDFlowHarmonic+;
38#pragma link C++ class AliFMDFlowResolution+;
39#pragma link C++ class AliFMDFlowResolutionStar+;
40#pragma link C++ class AliFMDFlowResolutionTDR+;
41#pragma link C++ class AliFMDFlowStat+;
42#pragma link C++ class AliFMDFlowTrueBin+;
43#pragma link C++ class AliFMDFlowTrue1D+;
44#pragma link C++ function NormalizeAngle(Double_t);
45
46
47#pragma link C++ namespace AliFMDFlowBessel;
48#pragma link C++ function AliFMDFlowBessel::I01(Double_t,Double_t&,Double_t&,Double_t&,Double_t&)
49#pragma link C++ function AliFMDFlowBessel::Ihalf(Int_t,Double_t,Double_t*,Double_t*);
50#pragma link C++ function AliFMDFlowBessel::Iwhole(Int_t,Double_t,Double_t*,Double_t*);
51#pragma link C++ function AliFMDFlowBessel::Inu(Double_t,Double_t,Double_t,Double_t*,Double_t*);
52#pragma link C++ function AliFMDFlowBessel::I(Double_t,Double_t);
53#pragma link C++ function AliFMDFlowBessel::DiffI(Double_t,Double_t);
54
55
56#else
57# error Not for compilation
58#endif
59//
60// EOF
61//