1 #ifndef ALIMUONRECONSTHIT_H
2 #define ALIMUONRECONSTHIT_H
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5 * See cxx source for full Copyright notice */
8 // Revision of includes 07/05/2004
12 class AliMUONReconstHit : public TObject
16 AliMUONReconstHit(Int_t *idx, Float_t *x, Float_t *y);
17 virtual ~AliMUONReconstHit() {}
21 // correlation starts from the 1-st cathode
22 // last number in arrays corresponds to cluster on 1-st cathode
24 Int_t fCorrelIndex[4]; // entry number in TreeR for the associated
25 // cluster candidates on the 2-nd cathode
26 Float_t fX[4] ; // X of clusters on the 2-nd cathode
27 Float_t fY[4] ; // Y of clusters
29 ClassDef(AliMUONReconstHit,1) // Reconstructed Hit Object for set:MUON