]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - TPC/TPCcalibLinkDef.h
Modified QA task to: get PID response and default start time method from AliPIDRespon...
[u/mrichter/AliRoot.git] / TPC / TPCcalibLinkDef.h
... / ...
CommitLineData
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#pragma link off all globals;
8#pragma link off all classes;
9#pragma link off all functions;
10
11#pragma link C++ class AliTPCcalibBase+; // Base class for all calibration using tracks
12
13#pragma link C++ class AliTPCAnalysisTaskcalib+; // Task for processing TPC calibration, contains arrays of AliTPCcalibBase
14
15#pragma link C++ class AliTPCcalibTracks+; // Histogram cluster to track residuals in order to get clustershape and cluster error paramterization
16 // Results go to AliTPCClusterParam --- clean up
17#pragma link C++ class AliTPCcalibTracksCuts+; // Specify input (cuts)for AliTPCcalibTracks and AliTPCcalibTracksGain
18#pragma link C++ class AliTPCcalibTracksGain+; // Get gain calibration per pad --- clean up
19#pragma link C++ class AliTPCFitPad+; // Helper class (fitting) for the above
20 // Duplicted also (most probably) AliTPCCalPad --- to be cleaned up
21#pragma link C++ class AliTPCCalPadRegion+; // Helper class (fitting) for the above
22 // Duplicted also (most probably) AliTPCCalPad --- to be cleaned up
23
24#pragma link C++ class AliTPCcalibCalib+; // Re-applying calib on cluster level - refitting of the tracks
25#pragma link C++ class AliTPCcalibAlign+; // (Sector)-alignment calibration
26 // Histogram cluster to track residuals in order to create later on distortion maps
27 // --- update documentation (current documentation is obsolete)
28
29#pragma link C++ class AliTPCcalibV0+; // Used for filtering of V0s --- to be removed later
30#pragma link C++ class AliTPCcalibCosmic+; // Used for filtering of Cosmics --- to be removed later
31
32#pragma link C++ class AliTPCCalibKr+; // Krypton calibration
33#pragma link C++ class AliTPCCalibKrTask+; // Analysis task for Krypton calibration
34#pragma link C++ class AliTPCcalibLaser+; // Histograms residuals of clusters to ideal laser tracks
35
36#pragma link C++ class AliTPCcalibTime+; // Calibrates v_Drift + Histograms residuals of track extrapolations to outer detectors
37 // output is used in OCDB object TPC/Calib/TimeDrift
38#pragma link C++ class AliTPCcalibTimeGain+; // gas gain calibartion and multiplicity correction, normalizing the MIP - per padregion and sector
39 // output is used in OCDB object TPC/Calib/TimeGain
40
41#pragma link C++ class AliTPCMisAligner+; // remove --- after checking with Raffaele Grosso
42 // documentation needed
43
44#pragma link C++ class AliTPCPreprocessorOffline+; // Proccess output of calibration and create OCDB entry
45#pragma link C++ class AliTPCcalibGainMult+; // Not used for the moment / contains 'new' dE/dx algorithm
46
47#pragma link C++ class AliTPCCorrectionFit; // Fitting Methods for space-point calibration classes
48#pragma link C++ class AliTPCkalmanAlign+; // Combines relative alignment with global alignmet
49 // --- move functionality to AliTPCCorrectionFit
50
51#pragma link C++ class AliTPCcalibSummary; // Tree creation of calibration parameters
52
53#endif
54
55
56
57
58