]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/FMDsimLinkDef.h
- Adding handling of track info in digits.
[u/mrichter/AliRoot.git] / FMD / FMDsimLinkDef.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
8/* $Id$ */
4347b38f 9#ifdef __CINT__
3da30618 10
fe4da5cc 11#pragma link off all globals;
12#pragma link off all classes;
13#pragma link off all functions;
4347b38f 14
e802be3e 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;
e802be3e 18#pragma link C++ class AliFMDEdepMap+;
4347b38f 19#pragma link C++ class AliFMDHit+;
2ab0c725 20#pragma link C++ class AliFMD+;
21#pragma link C++ class AliFMDv0+;
22#pragma link C++ class AliFMDv1+;
54e415a8 23#pragma link C++ class AliFMDGeometryBuilder+;
24#pragma link C++ class AliFMDGeometryBuilderSimple+;
1a1fdef7 25#pragma link C++ class AliFMDSimulator+;
26#pragma link C++ class AliFMDGeoSimulator+;
4ac75127 27#pragma link C++ class AliFMDGeoOldSimulator+;
1a1fdef7 28#pragma link C++ class AliFMDG3Simulator+;
4ac75127 29#pragma link C++ class AliFMDG3OldSimulator+;
4347b38f 30#pragma link C++ class AliFMDBaseDigitizer+;
4110645f 31#pragma link C++ class AliFMDDigitizer+;
4347b38f 32#pragma link C++ class AliFMDSDigitizer+;
e802be3e 33#pragma link C++ class AliFMDRawWriter+;
f4ee3d57 34#pragma link C++ class AliFMDAlla+;
fe4da5cc 35
4347b38f 36#else
37# error Not for compilation
fe4da5cc 38#endif
4347b38f 39//
40// EOF
41//