]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/FMDrecLinkDef.h
new digitization and reconstruction corresponded to new data format
[u/mrichter/AliRoot.git] / FMD / FMDrecLinkDef.h
CommitLineData
4347b38f 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 */
3da30618 7/* $Id$ */
4347b38f 8#ifdef __CINT__
3da30618 9
fe4da5cc 10#pragma link off all globals;
11#pragma link off all classes;
12#pragma link off all functions;
13
e802be3e 14// #pragma link C++ class AliFMDMap<UShort_t>;
15// #pragma link C++ typedef AliFMDAdcMap;
121a60bd 16#pragma link C++ class AliFMDReconstructor+;
bf000c32 17#pragma link C++ class AliFMDRecPoint+;
4347b38f 18#pragma link C++ class AliFMDRawStream+;
e802be3e 19#pragma link C++ class AliFMDRawReader+;
fe4da5cc 20
4347b38f 21#else
22# error Not for compilation
fe4da5cc 23#endif
4347b38f 24//
25// EOF
26//