]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCv2.h
Remove for the moment the QA analysis from the PartCorr wagon and move it to its...
[u/mrichter/AliRoot.git] / TPC / AliTPCv2.h
index 2af9ae2ecacb0e9199722e2bdf4fcd3a8dd557fd..e9f360ef34065c6032cd248ffe65130b37fd4cf0 100644 (file)
 class AliTPCv2 : public AliTPC {
 
 public:
-  AliTPCv2() {}
+  AliTPCv2():AliTPC(),
+  fIdSens(0),
+  fIDrift(0),
+  fSecOld(0){}
   AliTPCv2(const char *name, const char *title);
   virtual      ~AliTPCv2() {}
   virtual void  CreateGeometry();
@@ -42,10 +45,6 @@ protected:
   Int_t fIDrift;    // drift gas
   Int_t fSecOld;    // indicate the previous sector - for reference points    
 
-private:
-
-  Float_t BetheBloch(Float_t bg);
-  
   ClassDef(AliTPCv2,2)  // Time Projection Chamber version 2
 };