]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegResV0.cxx
Code from MUON-dev joined
[u/mrichter/AliRoot.git] / MUON / AliMUONSegResV0.cxx
index cb8db5656adbf75563c379befdbafd096040286e..bdc0110efc96baf451bea0e17b175724de02457c 100644 (file)
@@ -1,3 +1,25 @@
+/**************************************************************************
+ * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ *                                                                        *
+ * Author: The ALICE Off-line Project.                                    *
+ * Contributors are mentioned in the code where appropriate.              *
+ *                                                                        *
+ * Permission to use, copy, modify and distribute this software and its   *
+ * documentation strictly for non-commercial purposes is hereby granted   *
+ * without fee, provided that the above copyright notice appears in all   *
+ * copies and that both the copyright notice and this permission notice   *
+ * appear in the supporting documentation. The authors make no claims     *
+ * about the suitability of this software for any purpose. It is          *
+ * provided "as is" without express or implied warranty.                  *
+ **************************************************************************/
+
+/*
+$Log$
+Revision 1.3  1999/09/29 09:24:23  fca
+Introduction of the Copyright and cvs Log
+
+*/
+
 #include "AliMUONSegResV0.h"
 #include "TMath.h"
 #include "TRandom.h"
 #include "AliMUONSegResV0.h"
 #include "TMath.h"
 #include "TRandom.h"
@@ -157,7 +179,7 @@ IntegrationLimits(Float_t& x1,Float_t& x2,Float_t& y1, Float_t& y2)
 }
 
 void AliMUONsegmentationV0::
 }
 
 void AliMUONsegmentationV0::
-Neighbours(Int_t iX, Int_t iY, Int_t* Nlist, Int_t Xlist[7], Int_t Ylist[7])
+Neighbours(Int_t iX, Int_t iY, Int_t* Nlist, Int_t Xlist[10], Int_t Ylist[10])
 {
   /*
     *Nlist=4;Xlist[0]=Xlist[1]=iX;Xlist[2]=iX-1;Xlist[3]=iX+1;
 {
   /*
     *Nlist=4;Xlist[0]=Xlist[1]=iX;Xlist[2]=iX-1;Xlist[3]=iX+1;