]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/PWG2forward2LinkDef.h
Correction for bug #77355: Generation of PARs
[u/mrichter/AliRoot.git] / PWG2 / PWG2forward2LinkDef.h
CommitLineData
ee2ed3de 1// -*- mode: c++ -*-
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 */
19#ifdef __CINT__
20/* $Id: FMDflowLinkDef.h 23165 2007-12-19 01:36:20Z cholm $ */
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
897f64b0 30#pragma link C++ nestedclasses;
31
cc83fca2 32#pragma link C++ class AliForwardUtil+;
897f64b0 33#pragma link C++ class AliForwardUtil::Histos+;
34#pragma link C++ class AliForwardUtil::RingHistos+;
26165cb2 35#pragma link C++ class AliFMDEventInspector+;
ee2ed3de 36#pragma link C++ class AliFMDSharingFilter+;
897f64b0 37#pragma link C++ class AliFMDSharingFilter::RingHistos+;
99494e62 38#pragma link C++ class AliFMDMCSharingFilter+;
26165cb2 39#pragma link C++ class AliFMDEnergyFitter+;
40#pragma link C++ class AliFMDEnergyFitter::RingHistos+;
737bea42 41#pragma link C++ class AliFMDEnergyFitterTask+;
ee2ed3de 42#pragma link C++ class AliFMDDensityCalculator+;
897f64b0 43#pragma link C++ class AliFMDDensityCalculator::RingHistos+;
737bea42 44#pragma link C++ class AliFMDMCDensityCalculator+;
72cc12cd 45#pragma link C++ class AliFMDCorrector+;
46#pragma link C++ class AliFMDCorrector::RingHistos+;
47#pragma link C++ class AliFMDMCCorrector+;
ee2ed3de 48#pragma link C++ class AliFMDHistCollector+;
72cc12cd 49#pragma link C++ class AliFMDCorrAcceptance+;
737bea42 50#pragma link C++ class AliFMDCorrELossFit+;
51#pragma link C++ class AliFMDCorrELossFit::ELossFit+;
52#pragma link C++ class AliFMDCorrSecondaryMap+;
53#pragma link C++ class AliFMDCorrDoubleHit+;
54#pragma link C++ class AliFMDCorrVertexBias+;
55#pragma link C++ class AliFMDCorrMergingEfficiency+;
ee2ed3de 56#pragma link C++ class AliAODForwardMult+;
99494e62 57// #pragma link C++ typedef AliAODForwardMCMult;
58#pragma link C++ class AliForwardMultiplicityBase+;
737bea42 59#pragma link C++ class AliForwardMultiplicityTask+;
99494e62 60#pragma link C++ class AliForwardMCMultiplicityTask+;
737bea42 61#pragma link C++ class AliForwardCorrectionManager+;
62#pragma link C++ class AliForwardMCCorrectionsTask+;
ee2ed3de 63
64#else
65# error Not for compilation
66#endif
67//
68// EOF
69//