]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/TPCutilLinkDef.h
Merge branch 'master' into TPCdev
[u/mrichter/AliRoot.git] / TPC / TPCutilLinkDef.h
CommitLineData
829455ad 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: TPCutilLinkDef.h $ */
6
7#pragma link off all globals;
8#pragma link off all classes;
9#pragma link off all functions;
10
11#pragma link C++ class AliTPCAltroEmulator+; //UTIL Altro emulator -- Used 2010 for checks for MAF and TCF in Altro does proper job
12#pragma link C++ class AliTPCAlign; //UTIL Transform survey measurements to TPC alignment
13#pragma link C++ class AliTPCCalibViewerGUIAlarms+; //UTIL Used in Expert AMORE : Visualize Outlier histograms based on reference data - useful for use after LS1
14#pragma link C++ class AliTPCCalibQAChecker+; //UTIL Used in Expert AMORE : Does the checking for above - useful for use after LS1
15#pragma link C++ class AliTPCkalmanTime+; //UTIL Estimate coefficient for Time dependent calibration (for studies)
16#pragma link C++ class AliTPCGenDBTemp+; //UTIL Used to generate OCDB entries by hand (Haavard) --- add documentation
17#pragma link C++ class AliTPCGenDBConf+; //UTIL Used to generate OCDB entries by hand (Haavard) --- add documentation
18
19#endif