]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Print also cluster pattern in readClusters
authorshahoian <ruben.shahoyan@cern.ch>
Thu, 26 Jun 2014 23:08:22 +0000 (01:08 +0200)
committershahoian <ruben.shahoyan@cern.ch>
Thu, 26 Jun 2014 23:08:22 +0000 (01:08 +0200)
ITS/UPGRADE/readClusters.C

index c69213f9804e7db6fd952b8df10feee5b79a021a..38093a5ac89c1f779e7a622db2544e0f5602bfbe 100644 (file)
@@ -69,7 +69,7 @@ void readClusters(int nev=-1,int evStart=0)
       //
       for (int icl=0;icl<nClu;icl++) {
        AliITSUClusterPix *cl = (AliITSUClusterPix*)clr->At(icl);
-       printf("#%4d | ",icl); cl->Print("glo");
+       printf("#%4d | ",icl); cl->Print("glo p");
        Float_t loc[3];
        cl->GetLocalXYZ(loc);
        Float_t glob[3];