]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSPID.cxx
Test macro to analysis the SPD simulation made with the Dubna model
[u/mrichter/AliRoot.git] / PHOS / AliPHOSPID.cxx
index a36d5f1091a3fe5e121ba5f5bcf2cd3c97d8fb2f..b0b73aad4564b1b4645a194a207aa0ff175d1f55 100644 (file)
@@ -23,7 +23,7 @@
 //  the code checker                
                          
 //                  
-//*-- Author: Yves Schutz (SUBATECH)
+//*-- Author: Yves Schutz (SUBATECH) & Dmitri Peressounko
 
 
 // --- ROOT system ---
@@ -31,7 +31,8 @@
  
 
 // --- Standard library ---
-
+#include <iostream.h>
+#include <stdlib.h>
 
 
 // --- AliRoot header files ---
 ClassImp(AliPHOSPID)
 
 //____________________________________________________________________________
-AliPHOSPID::AliPHOSPID()
+  AliPHOSPID::AliPHOSPID():TTask()
 {
   // ctor
-  fGeom = AliPHOSGeometry::GetInstance() ;
-
 }
+//____________________________________________________________________________
+AliPHOSPID::AliPHOSPID(const char* header,const char * branch ):TTask()
+{
+  // ctor
+  cout << "AliPHOSPID: This constructor should be overwritten! "<< endl ;
+  abort() ;
 
+}
 //____________________________________________________________________________
 AliPHOSPID::~AliPHOSPID()
 {