X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TPC%2FAliTPCParamCR.h;h=bc0ced463698536440258df68ff9092ae4dbee31;hb=39b1bd1fee9e91250f738d2760543af5734a7f51;hp=f307f79ca2629acbbd8421420bda1336305f3c75;hpb=f03e342345a8fa1862aa7bee50b2e9af9aabda45;p=u%2Fmrichter%2FAliRoot.git diff --git a/TPC/AliTPCParamCR.h b/TPC/AliTPCParamCR.h index f307f79ca26..bc0ced46369 100644 --- a/TPC/AliTPCParamCR.h +++ b/TPC/AliTPCParamCR.h @@ -16,6 +16,8 @@ class AliTPCPRF2D; class AliTPCParamCR : public AliTPCParam { public: AliTPCParamCR(); + AliTPCParamCR(const AliTPCParamCR ¶m); // copy constructor + AliTPCParamCR &operator = (const AliTPCParamCR & param); //assignment operator virtual ~AliTPCParamCR(); Int_t CalcResponse(Float_t* x, Int_t * index, Int_t dummy=0); //calculate bin response as function of the input position -x @@ -49,7 +51,7 @@ protected: AliTPCPRF2D * fOuter2PRF; AliTPCRF1D * fTimeRF; //!time response function object Float_t fFacSigma; //factor-how many sigma of response I accept - ClassDef(AliTPCParamCR,1) //parameter object for set:TPC + ClassDef(AliTPCParamCR,2) //parameter object for set:TPC }; #endif