]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/TestTPCTrackHits.h
New method to get the ratio between the expected and actual cluster shape. Will be...
[u/mrichter/AliRoot.git] / TPC / TestTPCTrackHits.h
1 #ifndef TESTTPCTRACKHITS_H
2 #define TESTTPCTRACKHITS_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /* $Id$ */
7
8
9 void ConvertHits(const char * benchmark="0", Bool_t debug=kFALSE);
10 void CompareHits(const char * benchmark="1", Bool_t debug=kFALSE);
11
12 class AliTPChitD : public AliTPChit {
13 public:
14   AliTPChit * GetDelta() {return &fDelta;}
15 private:
16   AliTPChit fDelta;     //delta of hit information 
17   ClassDef(AliTPChitD,1) 
18 };
19 #endif