From a878a85580ac260b2d2e27836976d02e5b337638 Mon Sep 17 00:00:00 2001 From: masera Date: Fri, 18 Mar 2011 21:59:48 +0000 Subject: [PATCH] Coding conventions (Ruben) --- ITS/AliITSAlignMille2.cxx | 4 ++-- ITS/AliITSAlignMille2.h | 4 ++-- ITS/AliITStrackerMI.cxx | 2 +- ITS/AliITStrackerMI.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ITS/AliITSAlignMille2.cxx b/ITS/AliITSAlignMille2.cxx index 4fcf2682a25..a85977944c8 100644 --- a/ITS/AliITSAlignMille2.cxx +++ b/ITS/AliITSAlignMille2.cxx @@ -3865,7 +3865,7 @@ Bool_t AliITSAlignMille2::FixedOrphans() const } //________________________________________________________________________________________________________ -void AliITSAlignMille2::ConvertParamsToGlobal() +void AliITSAlignMille2::ConvertParamsToGlobal() const { // convert params in local frame to global one double pars[AliITSAlignMille2Module::kMaxParGeom]; @@ -3879,7 +3879,7 @@ void AliITSAlignMille2::ConvertParamsToGlobal() } //________________________________________________________________________________________________________ -void AliITSAlignMille2::ConvertParamsToLocal() +void AliITSAlignMille2::ConvertParamsToLocal() const { // convert params in global frame to local one double pars[AliITSAlignMille2Module::kMaxParGeom]; diff --git a/ITS/AliITSAlignMille2.h b/ITS/AliITSAlignMille2.h index 2251422938d..fc0c7934492 100644 --- a/ITS/AliITSAlignMille2.h +++ b/ITS/AliITSAlignMille2.h @@ -93,8 +93,8 @@ class AliITSAlignMille2: public TObject AliAlignObjParams* GetPrealignedObject(const Char_t* symname) const; AliAlignObjParams* GetConstrRefObject(const Char_t* symname) const; // - void ConvertParamsToGlobal(); - void ConvertParamsToLocal(); + void ConvertParamsToGlobal() const; + void ConvertParamsToLocal() const; // const Char_t* GetGeometryPath() {return fGeometryPath.Data();} const Char_t* GetPreAlignmentPath() {return fPreDeltaPath.Data();} diff --git a/ITS/AliITStrackerMI.cxx b/ITS/AliITStrackerMI.cxx index 9ab28943407..a37332dcea3 100644 --- a/ITS/AliITStrackerMI.cxx +++ b/ITS/AliITStrackerMI.cxx @@ -3899,7 +3899,7 @@ void AliITStrackerMI::GetBestHypothesysMIP(TObjArray &itsTracks) } //------------------------------------------------------------------------ -void AliITStrackerMI::FlagFakes(TObjArray &itsTracks) +void AliITStrackerMI::FlagFakes(const TObjArray &itsTracks) { // // RS: flag those tracks which are suxpected to have fake clusters diff --git a/ITS/AliITStrackerMI.h b/ITS/AliITStrackerMI.h index 086a97ece9d..4fdda2a162c 100644 --- a/ITS/AliITStrackerMI.h +++ b/ITS/AliITStrackerMI.h @@ -221,7 +221,7 @@ public: void SetCurrentEsdTrack(Int_t i) {fCurrentEsdTrack=i;} void FollowProlongationTree(AliITStrackMI * otrack, Int_t esdindex, Bool_t constrain); // - void FlagFakes(TObjArray &itsTracks); + void FlagFakes(const TObjArray &itsTracks); // protected: Bool_t ComputeRoad(AliITStrackMI* track,Int_t ilayer,Int_t idet,Double_t &zmin,Double_t &zmax,Double_t &ymin,Double_t &ymax) const; -- 2.43.0