]> git.uio.no Git - u/mrichter/AliRoot.git/blame - VZERO/VZEROrecLinkDef.h
Update the time delays for several channels on A and C side.
[u/mrichter/AliRoot.git] / VZERO / VZEROrecLinkDef.h
CommitLineData
6f8b97de 1#ifdef __CINT__
2/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3 * See cxx source for full Copyright notice */
4
5#pragma link off all globals;
6#pragma link off all classes;
7#pragma link off all functions;
8
9#pragma link C++ class AliVZEROReconstructor+;
2eb38194 10#pragma link C++ class AliVZERORawStream+;
508b9fc0 11#pragma link C++ class AliVZEROQADataMakerRec+;
6aa4b4dc 12#pragma link C++ class AliVZEROTrigger+;
13#pragma link C++ class AliVZEROTriggerMask+;
ed90abb8 14#pragma link C++ class AliVZERORecoParam+;
6f8b97de 15
16#endif