]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/FMDutilLinkDef.h
TPC ALTRO mapping class
[u/mrichter/AliRoot.git] / FMD / FMDutilLinkDef.h
CommitLineData
a1f80595 1// -*- mode: c++ -*-
2/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights
3 * reserved.
4 *
5 * See cxx source for full Copyright notice
6 */
7
8/* $Id$ */
9#ifdef __CINT__
10
11#pragma link off all globals;
12#pragma link off all classes;
13#pragma link off all functions;
14
15// #pragma link C++ class std::pair<Float_t,UShort_t>;
16// #pragma link C++ class AliFMDMap<std::pair<Float_t,UShort_t> >;
17// #pragma link C++ typedef AliFMDEdepMap;
18#pragma link C++ class AliFMDInput;
19#pragma link C++ class AliFMDInputHits;
20#pragma link C++ class AliFMDInputDigits;
21#pragma link C++ class AliFMDInputSDigits;
9aa0bdc4 22#pragma link C++ class AliFMDInputRecPoints;
a1f80595 23
24#else
25# error Not for compilation
26#endif
27//
28// EOF
29//