X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=RALICE%2FAliInvmass.cxx;h=80149b2acb8a348b53d8865a78f1726caf15ab07;hb=17d3c4d64912a9120686b1057dcbeda53fcb8d44;hp=b044dbf7672f3cceda3066976fa0b0135e8d7230;hpb=c72198f1e40c1ac6d987530ef7440da78e24eab8;p=u%2Fmrichter%2FAliRoot.git diff --git a/RALICE/AliInvmass.cxx b/RALICE/AliInvmass.cxx index b044dbf7672..80149b2acb8 100644 --- a/RALICE/AliInvmass.cxx +++ b/RALICE/AliInvmass.cxx @@ -158,19 +158,19 @@ void AliInvmass::SetPhiSwitch(Int_t i) if (i==0) fNewphi=0; } //////////////////////////////////////////////////////////////////////////////// -Int_t AliInvmass::GetStorageMode() +Int_t AliInvmass::GetStorageMode() const { // Provide mode of storage for the result arrays for inv. mass and comb. background return fMode; } //////////////////////////////////////////////////////////////////////////////// -Int_t AliInvmass::GetThetaSwitch() +Int_t AliInvmass::GetThetaSwitch() const { // Provide the theta switching flag return fNewtheta; } //////////////////////////////////////////////////////////////////////////////// -Int_t AliInvmass::GetPhiSwitch() +Int_t AliInvmass::GetPhiSwitch() const { // Provide the phi switching flag return fNewphi;