2 /* Copyright (C) 2007 Christian Holm Christensen <cholm@nbi.dk>
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.
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.
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
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
26 #pragma link off all globals;
27 #pragma link off all classes;
28 #pragma link off all functions;
30 #pragma link C++ class AliFMDAnalysisTaskSE+;
31 #pragma link C++ class AliFMDAnalysisTaskDndeta+;
32 #pragma link C++ class AliFMDAnaCalibBackgroundCorrection+;
33 #pragma link C++ class AliFMDAnaCalibEnergyDistribution+;
34 #pragma link C++ class AliFMDAnaCalibEventSelectionEfficiency+;
35 #pragma link C++ class AliFMDAnaCalibSharingEfficiency+;
36 #pragma link C++ class AliFMDAnaParameters+;
37 #pragma link C++ class AliFMDAnalysisTaskESDReader+;
38 #pragma link C++ class AliFMDAnalysisTaskSharing+;
39 #pragma link C++ class AliFMDAnalysisTaskDensity+;
40 #pragma link C++ class AliFMDAnalysisTaskBackgroundCorrection+;
41 #pragma link C++ class AliFMDAnalysisTaskCollector+;
42 #pragma link C++ class AliFMDAnalysisTaskGenerateCorrection+;
43 #pragma link C++ class AliFMDDndeta+;
44 #pragma link C++ class AliFMDAnalysisTaskBFCorrelation+;
47 # error Not for compilation