]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRIGGER/TRIGGERbaseLinkDef.h
example macros for EVE analysis using new ListAnalyser (Ben)
[u/mrichter/AliRoot.git] / TRIGGER / TRIGGERbaseLinkDef.h
CommitLineData
b48d2542 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/* $Id$ */
6
7
8#pragma link off all globals;
9#pragma link off all classes;
10#pragma link off all functions;
11
12#pragma link C++ class AliTRIPreprocessor+;
13
14#endif