]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/FMDrecLinkDef.h
- Renaming fEventNumber (and the associated getters/setters) to
[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$ */
c2fc1258 8/** @file FMDrecLinkDef.h
9 @author Christian Holm Christensen <cholm@nbi.dk>
10 @date Mon Mar 27 14:19:08 2006
11 @brief Link specifications for reconstruction library
12
13*/
4347b38f 14#ifdef __CINT__
3da30618 15
fe4da5cc 16#pragma link off all globals;
17#pragma link off all classes;
18#pragma link off all functions;
19
e802be3e 20// #pragma link C++ class AliFMDMap<UShort_t>;
21// #pragma link C++ typedef AliFMDAdcMap;
121a60bd 22#pragma link C++ class AliFMDReconstructor+;
bf000c32 23#pragma link C++ class AliFMDRecPoint+;
4347b38f 24#pragma link C++ class AliFMDRawStream+;
e802be3e 25#pragma link C++ class AliFMDRawReader+;
fe4da5cc 26
4347b38f 27#else
28# error Not for compilation
fe4da5cc 29#endif
4347b38f 30//
31// EOF
32//