]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
I hope aCC is happy now
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Sep 2000 13:07:48 +0000 (13:07 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Sep 2000 13:07:48 +0000 (13:07 +0000)
PHOS/AliPHOS.cxx

index 1dad40c370cc18e911308455012cc207a03792a8..6999a967027faed1600c026acdf43a85a4baa6ad 100644 (file)
@@ -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) ;