]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/src/AliL3ConfMapper.h
Merged HLT tag v1-2 with ALIROOT tag v3-09-Release.
[u/mrichter/AliRoot.git] / HLT / src / AliL3ConfMapper.h
index 067ef8d13b822b383e31972a3d46af59eb6f1411..cacc3306b8e55890a2a77fcae121a94b05f8ca53 100644 (file)
@@ -1,3 +1,5 @@
+// @(#) $Id$
+
 #ifndef ALIL3_ConfMapper
 #define ALIL3_ConfMapper
 
@@ -123,7 +125,7 @@ class AliL3ConfMapper {
   Int_t EvaluateHit(AliL3ConfMapPoint *start_hit,AliL3ConfMapPoint *hit,AliL3ConfMapTrack *track);
 
   Double_t CalcDistance(const AliL3ConfMapPoint *hit1,const AliL3ConfMapPoint *hit2) const;
-  Double_t TrackletAngle(const AliL3ConfMapTrack *track,Int_t n=3) const;
+  Double_t TrackletAngle(AliL3ConfMapTrack *track,Int_t n=3) const;
   Bool_t VerifyRange(const AliL3ConfMapPoint *hit1,const AliL3ConfMapPoint *hit2) const;
   Int_t FillTracks();