]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG0/PWG0baseLinkDef.h
adding macro that applies the corrections and visualizes the result
[u/mrichter/AliRoot.git] / PWG0 / PWG0baseLinkDef.h
CommitLineData
539b6cb4 1#ifdef __CINT__
2/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3 * See cxx source for full Copyright notice */
4
5/* $Id$ */
6
7#pragma link off all globals;
8#pragma link off all classes;
9#pragma link off all functions;
37dbb69e 10
539b6cb4 11#pragma link C++ class dNdEtaAnalysis+;
45e97e28 12#pragma link C++ class AlidNdEtaCorrection+;
539b6cb4 13
49dc84d9 14#pragma link C++ class AliESDtrackCuts+;
539b6cb4 15
45e97e28 16#pragma link C++ class AliCorrectionMatrix+;
17#pragma link C++ class AliCorrectionMatrix2D+;
18#pragma link C++ class AliCorrectionMatrix3D+;
a52d353e 19
45e97e28 20#pragma link C++ class AliPWG0Helper+;
a52d353e 21
29771dc8 22#pragma link C++ class AliCorrection+;
23
0a173978 24#pragma link C++ class AliMultiplicityCorrection+;
2d9e89d4 25
26
49dc84d9 27#endif