]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/FMDbaseLinkDef.h
changed default value for fGeVcharge
[u/mrichter/AliRoot.git] / FMD / FMDbaseLinkDef.h
CommitLineData
4347b38f 1// -*- mode: c++ -*-
fe4da5cc 2#ifdef __CINT__
3da30618 3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
7
fe4da5cc 8#pragma link off all globals;
9#pragma link off all classes;
10#pragma link off all functions;
11
4347b38f 12#pragma link C++ class AliFMDBaseDigit+;
13#pragma link C++ class AliFMDDigit+;
14#pragma link C++ class AliFMDSDigit+;
56b1929b 15#pragma link C++ class AliFMDMap+;
fe4da5cc 16
4347b38f 17#else
18# error Not for compilation
fe4da5cc 19#endif
4347b38f 20//
21// EOF
22//