]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - TPC/TPCcalibLinkDef.h
Possibility to use nSigma in ITS for PID (Annalisa)
[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// add calib base here
12
13
14#pragma link C++ class AliTPCAnalysisTaskcalib+; // Task for processing TPC calibartion, contains arrays of calib base
15
16
17
18#pragma link C++ class AliTPCcalibTracks+; // Histogram cluster to track residuals in order to get
19 // clustershape and cluster error paramterization
20 // results go to AliTPCClusterParam
21 // --- clean up
22#pragma link C++ class AliTPCcalibTracksCuts+; // specify input (cuts)for AliTPCcalibTracks and AliTPCcalibTracksGain
23#pragma link C++ class AliTPCcalibTracksGain+; // Get gain calibration per pad
24 // --- clean up
25#pragma link C++ class AliTPCFitPad+; // Helper class (fitting) for the above
26 // duplicted also (most probably) AliTPCCalPad --- to be cleaned up
27#pragma link C++ class AliTPCCalPadRegion+; // Helper class (fitting) for the above
28 // duplicted also (most probably) AliTPCCalPad --- to be cleaned up
29
30#pragma link C++ class AliTPCcalibCalib+; // re-applying calib on cluster level - refitting of the tracks
31#pragma link C++ class AliTPCcalibAlign+; // (sector) alignment calibration
32 // Histogram cluster to track residuals in order to
33 // create later on distortion maps
34 // --- update documentation (current docu is obsolete)
35#pragma link C++ class AliTPCcalibAlignment+; // obsolete --- remove
36#pragma link C++ class AliTPCcalibV0+; // Used Filterin of V0s - to be removed later
37#pragma link C++ class AliTPCcalibCosmic+; // Used Filterin of Cosmics - to be removed later
38
39#pragma link C++ class AliTPCCalibKr+; // Krypton Calibration
40#pragma link C++ class AliTPCCalibKrTask+; // Analysis task for Krypton Calibration
41#pragma link C++ class AliTPCcalibLaser+; // Histograms residuals of clusters to ideal laser tracks
42
43#pragma link C++ class AliTPCcalibTime+; // Calibrates v_Drift + Histograms residuals of track extrapolations to outer detectors
44 // output is used in OCDB object TPC/Calib/TimeDrift
45#pragma link C++ class AliTPCcalibTimeGain+; // gas gain calibartion and multiplicity correction, normalizing the MIP - per padregion and sector
46 // output is used in OCDB object TPC/Calib/TimeGain
47
48#pragma link C++ class AliTPCMisAligner+; // remove --- after checking with Raffaele Grosso
49 // documentation needed
50#pragma link C++ class AliTPCcalibTrigger+; // obsolete --- remove
51
52#pragma link C++ class AliTPCPreprocessorOffline+; // proccess output of calibration and create OCDB entry
53#pragma link C++ class AliTPCcalibGainMult+; // not used for the moment / contains 'new' dE/dx algorithm
54
55#pragma link C++ class AliTPCCorrectionFit; // Fitting Methods for space-point calibration classes
56#pragma link C++ class AliTPCkalmanAlign+; // combines relative alignment with global alignmet
57 // --- move functionality to AliTPCCorrectionFit
58
59#pragma link C++ class AliTPCcalibSummary; // tree creation of calibration parameters
60
61#endif
62
63
64
65
66