]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDtracker.cxx
More consrvative binning in pt + update in macro
[u/mrichter/AliRoot.git] / PMD / AliPMDtracker.cxx
index 47fb138af1e7ee2510f53c784554e8f27aa17fd7..54da03a350960121439af72b144158b2cdbb6fd8 100644 (file)
@@ -433,7 +433,7 @@ void AliPMDtracker::AssignTrPidToCluster(Int_t nentry, Int_t *itra,
 
       trenergy  = new Float_t [nghadtrack];
       trpid     = new Int_t [nghadtrack];
-      sortcoord = new Int_t [nghadtrack];
+      sortcoord = new Int_t [2*nghadtrack];
       for (Int_t i = 0; i < ngtrack; i++)
        {
          trenergy[i] = 0.;