]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Making Track arguments const
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 Sep 2002 11:46:34 +0000 (11:46 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 Sep 2002 11:46:34 +0000 (11:46 +0000)
EMCAL/AliEMCALGetter.cxx
PHOS/AliPHOSGetter.cxx

index 77ebc2aa123d16f92be3b3426f03c0b4fbae935f..97ece73256b2c3f6e35a0ebdbf14ad73b05cf091 100644 (file)
@@ -3480,7 +3480,7 @@ Int_t AliEMCALGetter::ReadTreeH()
 
 //____________________________________________________________________________ 
 
-void AliEMCALGetter::Track(Int_t itrack)
+void AliEMCALGetter::Track(const Int_t itrack)
 
 {
 
index 7f33e4dbe46d52b400c7c79d5f94c92fc3193ab1..87c974ed97ca0f117ee272d99b30894e4ebaaa5d 100644 (file)
@@ -1734,7 +1734,7 @@ Int_t AliPHOSGetter::ReadTreeH()
 }
 
 //____________________________________________________________________________ 
-void AliPHOSGetter::Track(Int_t itrack) 
+void AliPHOSGetter::Track(const Int_t itrack) 
 {
   // Read the first entry of PHOS branch in hit tree gAlice->TreeH()