]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RICH/RICHpatrec.C
Added some include files. Needed due to new forward declorations in other
[u/mrichter/AliRoot.git] / RICH / RICHpatrec.C
index 4abd47ecdc2cb7c1227f892d14ba71f1784f6696..b2e4c3ca4f33c3b8e589f91e688cf1b5ed28bbac 100644 (file)
@@ -16,7 +16,7 @@ RICHpatrec (Int_t evNumber1=0,Int_t evNumber2=0) {
     file = new TFile("galice.root","UPDATE");
     file->ls();
     
-    printf ("I'm after Map \n");
+    //printf ("I'm after Map \n");
     
 // Get AliRun object from file or create it if not on file
     
@@ -31,7 +31,7 @@ RICHpatrec (Int_t evNumber1=0,Int_t evNumber2=0) {
        if (!gAlice) gAlice = new AliRun("gAlice","Alice test program");
     }
     
-    printf ("I'm after gAlice \n");
+    //printf ("I'm after gAlice \n");
     
     AliRICH *RICH  = (AliRICH*) gAlice->GetDetector("RICH");