]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/AliTRDtrackHits.h
Remove compilation of grndmq
[u/mrichter/AliRoot.git] / TRD / AliTRDtrackHits.h
CommitLineData
92af1877 1#ifndef ALITRDTRACKHITS_H
2#define ALITRDTRACKHITS_H
3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6////////////////////////////////////////////////
0a29d0f1 7// //
8// Manager class for TRD hits //
9// //
92af1877 10////////////////////////////////////////////////
11
12#include "../TPC/AliTPCTrackHitsV2.h"
13class AliTRDhit;
14
15class AliTRDtrackHits : public AliTPCTrackHitsV2 {
16public:
17 void AddHitTRD(Int_t volumeID, Int_t trackID, Double_t x,
18 Double_t y, Double_t z,Int_t q, Bool_t inDrift);
19 Bool_t First(); //set current hit to first hit
20 Bool_t Next(); //set current hit to next
21public:
22 ClassDef(AliTRDtrackHits,1)
23};
24
25
26#endif //ALITRDTRACKHITS_H