]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSPlaneEff.h
Updating the RecPoints QA to detect more easily illegitimate mono-cathode clusters
[u/mrichter/AliRoot.git] / ITS / AliITSPlaneEff.h
index e370a5f4b930608ddc477435ecb407772fd68fc1..a243dd7780d776cb8a440c8f7a34147724a51eb6 100644 (file)
@@ -29,7 +29,7 @@ class AliITSPlaneEff : public AliPlaneEff {
     // copy constructor. See detector specific implementation.
     AliITSPlaneEff(const AliITSPlaneEff &source);
     // Assignment operator. See detector specific implementation.
-    virtual AliITSPlaneEff& operator=(const AliITSPlaneEff &source);
+    AliITSPlaneEff& operator=(const AliITSPlaneEff &source);
     // Simple way to add another class (i.e. statistics). 
     //AliITSPlaneEff& operator +=( const AliITSPlaneEff &){return *this};
     // Average Plane efficiency (including dead/noisy)
@@ -79,7 +79,8 @@ class AliITSPlaneEff : public AliPlaneEff {
     virtual void   SetCreateHistos(Bool_t)
       {AliError("This method must be implemented in a derived class"); return; }
     virtual Bool_t GetCreateHistos() const {return fHis;};
-    virtual Bool_t FillHistos(UInt_t, Bool_t, Float_t[2], Float_t[2], Int_t[2])
+    //virtual Bool_t FillHistos(UInt_t, Bool_t, Float_t[2], Float_t[2], Int_t[2])
+    virtual Bool_t FillHistos(UInt_t, Bool_t, Float_t*, Float_t*, Int_t*)
       {AliError("This method must be implemented in a derived class"); return kFALSE; }
     virtual Bool_t WriteHistosToFile(TString ,Option_t*)
       {AliError("This method must be implemented in a derived class"); return kFALSE; }