]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/TPCsim/TPCsimLinkDef.h
TPC module
[u/mrichter/AliRoot.git] / TPC / TPCsim / TPCsimLinkDef.h
CommitLineData
6d75e4b6 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 AliTPChit+; // defined in AliTPC.h
41d0f7c8 12 // Container: Space-point coordinates + charge + track label + VolumeID
13 // --- move to extra class
14
15#pragma link C++ class AliTrackHitsParamV2+; // defined in AliTPCTrackHitsV2.h
16 // Local parabolic parametrization of hits in global coordinates
17 // --- move to extra class
18#pragma link C++ class AliTPCTrackHitsV2+; // Containter: For Tracks Hits ("compressed" AliTPChit)
19
20// --- MOVE AliTPC -> AliTPCMC
21// AliTPCv0 -> AliTPCMCCoarse
22// AliTPCv1 -> AliTPCMCParametrized
23// AliTPCv2 -> AliTPCMCDefault
24// AliTPCv4 -> AliTPCMCKrypton
25// AliTPCLaser -> AliTPCMCLaser
26
27#pragma link C++ class AliTPC+; // Base class: for TPC simulation: eg defines Material, Geometry, etc ...
28 // --- Check to move relevant parameters to AliTPCParam
29#pragma link C++ class AliTPCv0+; // Coarse geometry (no sensitive volume)
30 // --- Update Documentation
41d0f7c8 31#pragma link C++ class AliTPCv2+; // Default version - is used
32 // --- Update Documentation
41d0f7c8 33#pragma link C++ class AliTPCv4+; // Krypton simulation - is used
34 // --- Update Documentation
35#pragma link C++ class AliTPCLaser+; // Laser Simulation
36 // --- Update Documentation
37
38#pragma link C++ class AliTPCDigitizer; // Create Digits out of SDigits and partially SDigits from Hits
39 // --- Update Documentation
40
41#pragma link C++ class AliTPCBuffer+; // Used to to write digit in raw format
42 // --- Update Documentation
43#pragma link C++ class AliTPCDDLRawData+; // Used to to write digit in raw format
44 // --- Update Documentation
45
46#pragma link C++ class AliTPCQADataMakerSim+; // Offline QA - to be dropped ...
6d75e4b6 47
48#endif
49