From: schutz Date: Wed, 6 Sep 2000 13:07:48 +0000 (+0000) Subject: I hope aCC is happy now X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=d43225ee58df0b8d14f4589dac727be8a6df4c7b;p=u%2Fmrichter%2FAliRoot.git I hope aCC is happy now --- diff --git a/PHOS/AliPHOS.cxx b/PHOS/AliPHOS.cxx index 1dad40c370c..6999a967027 100644 --- a/PHOS/AliPHOS.cxx +++ b/PHOS/AliPHOS.cxx @@ -49,10 +49,10 @@ AliPHOS::AliPHOS():AliDetector() } //____________________________________________________________________________ -AliPHOS::AliPHOS(const char* name, const char* title="") +AliPHOS::AliPHOS(const char* name, const char* title): AliDetector(name,title) { // ctor - AliDetector(name,title) ; + fEmcRecPoints = new AliPHOSRecPoint::RecPointsList(10) ; fPpsdRecPoints = new AliPHOSRecPoint::RecPointsList(10) ; fTrackSegments = new AliPHOSTrackSegment::TrackSegmentsList("AliPHOSTrackSegment", 10) ;