]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Consistence with new AliPHOSGetter interface
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 23 Sep 2001 14:01:28 +0000 (14:01 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 23 Sep 2001 14:01:28 +0000 (14:01 +0000)
PHOS/AliPHOSv0.cxx
PHOS/AliPHOSv4.cxx

index e711f6fa1a383816aae32cfe3b29378f80c497ec..79f776242355898348a0672923b5567af3e641cd 100644 (file)
@@ -65,7 +65,7 @@ AliPHOSv0::AliPHOSv0(const char *name, const char *title):
  
   // create the geometry parameters object  
   // and post it to a folder (Post retrieves the correct geometry)
-  AliPHOSGetter::GetInstance(gDirectory->GetName(), 0)->Post(gDirectory->GetName(), "G") ; 
+  AliPHOSGetter::GetInstance(gDirectory->GetName(), 0)->PostGeometry() ; 
 
 }
 
index a4f8a98bbb497606b6b732cd601c65510a5c9b1d..539e688c4b05112d4dbf369cb6a740fc24ca18fa 100644 (file)
@@ -78,7 +78,7 @@ AliPHOSv4::AliPHOSv4(const char *name, const char *title):
   
   // create the geometry parameters object  
   // and post it to a folder (Post retrieves the correct geometry)
-  AliPHOSGetter::GetInstance(gDirectory->GetName(), 0)->Post(gDirectory->GetName(), "G") ;    
+  AliPHOSGetter::GetInstance(gDirectory->GetName(), 0)->PostGeometry() ;    
     
     SetBigBox(0, GetGeometry()->GetOuterBoxSize(0) ) ;
     SetBigBox(1, GetGeometry()->GetOuterBoxSize(1) + GetGeometry()->GetCPVBoxSize(1) ) ;