From 1de3541b32286f59d72aa2feb9a825a5c3f0d800 Mon Sep 17 00:00:00 2001 From: marian Date: Wed, 28 Nov 2007 15:25:51 +0000 Subject: [PATCH] Compilation error I(Marian) --- TPC/AliTPCRecoParam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TPC/AliTPCRecoParam.h b/TPC/AliTPCRecoParam.h index ade1c63a85d..94d88241f5f 100644 --- a/TPC/AliTPCRecoParam.h +++ b/TPC/AliTPCRecoParam.h @@ -45,7 +45,7 @@ class AliTPCRecoParam : public AliDetectorRecoParam Float_t GetMaxC() const { return fMaxC;} Bool_t GetSpecialSeeding() const { return fBSpecialSeeding;} Bool_t GetBYMirror() const { return fBYMirror;} - void SetBYMirror(Bool_t mirror) const { fBYMirror = mirror;} // + void SetBYMirror(Bool_t mirror) { fBYMirror = mirror;} // static AliTPCRecoParam *GetLowFluxParam(); // make reco parameters for low flux env. static AliTPCRecoParam *GetHighFluxParam(); // make reco parameters for high flux env. static AliTPCRecoParam *GetLaserTestParam(Bool_t bPedestal); // special setting for laser -- 2.43.0