]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Useless scope resolution removed (HP with aCC)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 9 Jul 2002 16:46:03 +0000 (16:46 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 9 Jul 2002 16:46:03 +0000 (16:46 +0000)
PHOS/AliPHOSGetter.h
PHOS/AliPHOSPIDv1.h

index f68f1503b997fdb1e7a9a9eb7ac0eadf6d4cf8ce..c5c5adb3ca47e98c3b2281302b40fc45a903fb7e 100644 (file)
@@ -65,7 +65,7 @@ class AliPHOSGetter : public TObject {
   void CloseFile() ;  
   void ListBranches(Int_t event=0) const ;
   void NewBranch(TString name, Int_t event = 0) ; 
-  Bool_t AliPHOSGetter::NewFile(TString name) ;
+  Bool_t NewFile(TString name) ;
   const Bool_t HasFailed() const { return fFailed ; }
   Bool_t PostPrimaries(void ) const ;  
   Bool_t PostHits(void ) const ;  
index 55bde15bc7c5298b0b91b7d9e30a53cc3d32ec36..db2b70542161fd03f5278cf23e952b2139dcaaf2 100644 (file)
@@ -80,7 +80,7 @@ public:
   
  private:
 
-  const TString AliPHOSPIDv1::BranchName() const ; 
+  const TString BranchName() const ; 
   virtual void Init() ;
   virtual void InitParameters() ;
   void     MakeRecParticles(void ) ;