]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/anal.C
Added the rails between ITS and TPC
[u/mrichter/AliRoot.git] / macros / anal.C
index 03f9a9ac367fd39a2b4015d603d979718ca07997..0cbba1222c0149a2d4a551f5bdabd2783012f2ae 100644 (file)
@@ -83,7 +83,7 @@ void anal (Int_t evNumber=0)
         trdHit   = (AliTRDhit*)TRDhits->UncheckedAt(hit);
          ipart    = trdHit->fTrack;
          particle = (TParticle*)Particles->UncheckedAt(ipart);
-         plane = trdHit->fPlane;
+         plane = trdHit->fX;//Plane;
          hTRD->Fill(plane);
          if (particle->GetFirstMother() < 0) hTRDprim->Fill(plane);
        }