]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/emcal_digits.C
Changes for #93916 EMCAL commit attached patch and port to the release
[u/mrichter/AliRoot.git] / EVE / alice-macros / emcal_digits.C
index 2b55b2421af836ed2b7b3929fb3f2b255758b37d..bed86d74ba8fd4257d537ad76e107a779ab1b679 100644 (file)
@@ -113,7 +113,7 @@ void emcal_digits()
       amp  = dig->GetAmp(); //amplitude in cell (digit)
       time = dig->GetTime();//time of creation of digit after collision
 
-      AliDebugGeneral("emcal_digits", 5, Form("Cell ID %3d, Amplitude: %f", id, amp));
+//      AliDebugGeneral("emcal_digits", 5, Form("Cell ID %3d, Amplitude: %f", id, amp));
       // cout<<"Cell ID "<<id<<" Amp "<<amp<<endl;//" time "<<time<<endl;
 
       //Geometry methods
@@ -123,15 +123,15 @@ void emcal_digits()
                                        iIphi, iIeta,iphi,ieta);
       //Gives label of cell in eta-phi position per each supermodule
 
-      AliDebugGeneral("emcal_digits", 5, Form("SModule %3d; Tover %3d; Eta %3d; Phi %3d; Cell Eta %3d; Cell Phi %3d",
-                      iSupMod, iTower, iIeta, iIphi, ieta, iphi));
+//      AliDebugGeneral("emcal_digits", 5, Form("SModule %3d; Tover %3d; Eta %3d; Phi %3d; Cell Eta %3d; Cell Phi %3d",
+//                    iSupMod, iTower, iIeta, iIphi, ieta, iphi));
       // cout<< "SModule "<<iSupMod<<"; Tower "<<iTower
       //     <<"; Eta "<<iIeta<<"; Phi "<<iIphi
       //     <<"; Cell Eta "<<ieta<<"; Cell Phi "<<iphi<<endl;
 
       geom->RelPosCellInSModule(id, x, y, z);
       // cout << x <<" "<< y <<" "<< z <<endl;
-      AliDebugGeneral("emcal_digits", 5, Form("(x,y,z)=(%8.3f,%8.3f,%8.3f)", x, y, z));
+//      AliDebugGeneral("emcal_digits", 5, Form("(x,y,z)=(%8.3f,%8.3f,%8.3f)", x, y, z));
 
       TEveQuadSet* q = smodules[iSupMod];
       if (q) {
@@ -140,7 +140,7 @@ void emcal_digits()
        q->QuadId(new AliEMCALDigit(*dig));
       }
     } else {
-      AliDebugGeneral("emcal_digits", 1, Form("Digit pointer 0x0"));
+//      AliDebugGeneral("emcal_digits", 1, Form("Digit pointer 0x0"));
       // cout<<"Digit pointer 0x0"<<endl;
     }
   }