]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALAnalyseTest.C
Small correction in SDigitization
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALAnalyseTest.C
index 10f19e8812d579a60f7833437e74971b1ca15c8c..203aa1e5f41b79d72025c104eb70fd6f6cc50de6 100644 (file)
@@ -1,4 +1,9 @@
-void AliEMCALAnalyseTest(){
+#include <iostream>
+
+#include "EMCAL/AliEMCALGetter.h"
+
+
+void Go(){
 
   cout << "AliEMCAL:> Single File default reconstruction analysing" << endl ;
   
@@ -9,8 +14,8 @@ void AliEMCALAnalyseTest(){
     cout << "        No TowerRecPoint  !!!!! " << endl ;
   }    
 
-  if((gime->PreShowerRecPoints()==0)||(gime->CpvRecPoints()->At(0)==0)){
-    cout << "        No CpvRecPoint  !!!!! " << endl ;
+  if((gime->PreShowerRecPoints()==0)||(gime->PreShowerRecPoints()->At(0)==0)){
+    cout << "        No PreShowerRecPoint  !!!!! " << endl ;
   } 
    
 //   if((gime->TrackSegments()==0)||(gime->TrackSegments()->At(0)==0)){
@@ -34,7 +39,7 @@ void AliEMCALAnalyseTest(){
   }    
   
   if((gime->PreShowerRecPoints()==0)||(gime->PreShowerRecPoints()->At(0)==0)){
-    cout << "No CpvRecPoint " << endl ;
+    cout << "No PreShowerRecPoint " << endl ;
   }   
   
 //   if((gime->TrackSegments()==0)||(gime->TrackSegments()->At(0)==0)){