]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/TPCcalibLinkDef.h
add calculation and histograms for MC cross section
[u/mrichter/AliRoot.git] / TPC / TPCcalibLinkDef.h
CommitLineData
10757ee9 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
19c43f27 11#pragma link C++ class AliTPCcalibBase+; // Base class for all calibration using tracks
10757ee9 12
19c43f27 13#pragma link C++ class AliTPCAnalysisTaskcalib+; // Task for processing TPC calibration, contains arrays of AliTPCcalibBase
10757ee9 14
19c43f27 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
10757ee9 23
19c43f27 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)
2efbc7fe 28
19c43f27 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
829455ad 31
19c43f27 32#pragma link C++ class AliTPCCalibKr+; // Krypton calibration
33#pragma link C++ class AliTPCCalibKrTask+; // Analysis task for Krypton calibration
829455ad 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
19c43f27 37 // output is used in OCDB object TPC/Calib/TimeDrift
829455ad 38#pragma link C++ class AliTPCcalibTimeGain+; // gas gain calibartion and multiplicity correction, normalizing the MIP - per padregion and sector
19c43f27 39 // output is used in OCDB object TPC/Calib/TimeGain
829455ad 40
41#pragma link C++ class AliTPCMisAligner+; // remove --- after checking with Raffaele Grosso
42 // documentation needed
829455ad 43
19c43f27 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
829455ad 46
47#pragma link C++ class AliTPCCorrectionFit; // Fitting Methods for space-point calibration classes
19c43f27 48#pragma link C++ class AliTPCkalmanAlign+; // Combines relative alignment with global alignmet
829455ad 49 // --- move functionality to AliTPCCorrectionFit
50
19c43f27 51#pragma link C++ class AliTPCcalibSummary; // Tree creation of calibration parameters
829455ad 52
10757ee9 53#endif
54
55
56
57
58