]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSv4.h
replaced setw by sdt::setw
[u/mrichter/AliRoot.git] / PHOS / AliPHOSv4.h
index 79c1deb89c53f7df93e05a303af6ff00d8fa65b9..e2905fc1a4b06765f3550162fd6e89b09c900e42 100644 (file)
@@ -30,10 +30,7 @@ class AliPHOSv4 : public AliPHOS {
 
 public:
 
-  AliPHOSv4() {
-    //ctor
-    fGeom=0;
-  }
+  AliPHOSv4() ;
   AliPHOSv4(const char *name, const char *title="") ;
   AliPHOSv4(const AliPHOSv4 & fast) {
     // cpy ctor: no implementation yet
@@ -68,9 +65,9 @@ public:
   void         ResetFastRecParticles() ; 
   void         SetBigBox(Int_t index, Float_t value) ;                             
   Double_t     SigmaE(Double_t energy) ;    // calulates the energy resolution at a given Energy                           
-  Double_t     SigmaP(Double_t energy, Int_t inc) ; // calulates the position resolution at a given Energy at a given incidence                           
+  Double_t     SigmaP(Double_t energy, Double_t inc) ; // calulates the position resolution at a given Energy at a given incidence                           
   virtual void StepManager(void) ;          // does the tracking through PHOS and a preliminary digitalization
-  virtual TString Version(void)
+  virtual const TString Version(void)const 
     // As IsVersion
     return TString("v4") ; 
   }