]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSEmcRecPoint.h
BuildGeometry of AliMUON for trigger chambers delegated to AliMUONSegmentationTrigger...
[u/mrichter/AliRoot.git] / PHOS / AliPHOSEmcRecPoint.h
index cff01264177f7bad5767329ffb03e26717537ee7..f6cf9d868b837d668738b06b5f13cc737507e374 100644 (file)
@@ -28,7 +28,8 @@ class AliPHOSEmcRecPoint : public AliPHOSRecPoint  {
 public:
 
   AliPHOSEmcRecPoint(){
-    // default ctor
+   // default ctor
+    fEnergyList = 0;  
   } ;                    
   AliPHOSEmcRecPoint(Float_t W0, Float_t LocMaxCut) ;
   AliPHOSEmcRecPoint(const AliPHOSEmcRecPoint & rp) {
@@ -79,7 +80,7 @@ public:
     return kTRUE ; } 
   void        Print(Option_t * opt = "void") ; 
 
-  AliPHOSEmcRecPoint & operator = (AliPHOSEmcRecPoint const & rvalue)  {
+  AliPHOSEmcRecPoint & operator = (const AliPHOSEmcRecPoint & rvalue)  {
     // assignement operator requested by coding convention
     // but not needed
     assert(0==1) ;