]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing meaningless const (icc)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 8 Apr 2006 14:44:29 +0000 (14:44 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 8 Apr 2006 14:44:29 +0000 (14:44 +0000)
EMCAL/AliEMCALGeometry.cxx
EMCAL/AliEMCALGeometry.h
EMCAL/AliEMCALv0.cxx
EMCAL/AliEMCALv0.h
EMCAL/AliEMCALv2.h

index 8a5d2e1d2562b7d586c9c1915a88927bdf3b2378..2e8ef99eb5e8570c67b8aea3accd82de21cb0426 100644 (file)
@@ -973,7 +973,7 @@ void AliEMCALGeometry::GetGlobal(const Double_t *loc, Double_t *glob, int nsm) c
   }
 }
 
-void AliEMCALGeometry::GetGlobal(const Int_t /* absId */, TVector3 & /* vglob */) const
+void AliEMCALGeometry::GetGlobal(Int_t /* absId */, TVector3 & /* vglob */) const
 { // have to be defined  
 }
 
index 69049c85fb6f93a3637d9e318d072d51e732bd92..14e18e5020b834d2cf33c6b09658845ac1cda8f7 100644 (file)
@@ -49,7 +49,7 @@ public:
   // Have to call GetTransformationForSM() before calculation global charachteristics 
   void GetGlobal(const Double_t *loc, Double_t *glob, int nsm) const;
   void GetGlobal(const TVector3 &vloc, TVector3 &vglob, int nsm) const;
-  void GetGlobal(const Int_t absId, TVector3 &vglob) const;
+  void GetGlobal(Int_t absId, TVector3 &vglob) const;
   // for a given tower index it returns eta and phi of center of that tower.
   void EtaPhiFromIndex(Int_t index,Float_t &eta,Float_t &phi) const;
 
@@ -125,7 +125,7 @@ public:
   // TRD1 staff
   void    CreateListOfTrd1Modules();
   TList  *GetShishKebabTrd1Modules() const {return fShishKebabTrd1Modules;}
-  AliEMCALShishKebabTrd1Module *GetShishKebabModule(const Int_t neta=0)
+  AliEMCALShishKebabTrd1Module *GetShishKebabModule(Int_t neta=0)
   {
     static AliEMCALShishKebabTrd1Module* trd1=0;
     if(fShishKebabTrd1Modules && neta>=0 && neta<fShishKebabTrd1Modules->GetSize()) {
index c5120a82d5bb322cb42d2cd78bbe12b62d8ad15f..d8e02cc620f64ae7d428fbb5b5432d45b61a7dde 100644 (file)
@@ -1171,7 +1171,7 @@ void AliEMCALv0::Division2X2InPbmo(const AliEMCALGeometry * g, const Double_t pa
   }
 }
 
-AliEMCALShishKebabTrd1Module* AliEMCALv0::GetShishKebabModule(const Int_t neta)
+AliEMCALShishKebabTrd1Module* AliEMCALv0::GetShishKebabModule(Int_t neta)
 { // 28-oct-05
   AliEMCALShishKebabTrd1Module* trd1=0;
   if(fShishKebabModules && neta>=0 && neta<fShishKebabModules->GetSize()) {
index 0db20557cf825fad1c381bf1b42ffcc9ee705a4c..079955931bc22586ad58771ce0a6f99e685f5053 100644 (file)
@@ -74,7 +74,7 @@ class AliEMCALv0 : public AliEMCAL {
   void Division2X2InPbmo(const AliEMCALGeometry * g, const Double_t parPBMO[5]);
 
   TList  *GetShishKebabModules() {return fShishKebabModules;}
-  AliEMCALShishKebabTrd1Module *GetShishKebabModule(const Int_t neta=0);
+  AliEMCALShishKebabTrd1Module *GetShishKebabModule(Int_t neta=0);
  private:
   TList *fShishKebabModules; //! list of modules
   
index 8a3d9355021bfa311492f2ca5fea7e6dc43472d6..efbf6521be7ef4bb7cef86819cfaa066ccc85183 100644 (file)
@@ -59,7 +59,7 @@ public:
   void DrawSuperModuleCut(const char *name="EMOD", int axis=2, double dcut=0.03, int fill = 6);//  *MENU*
   void DrawTowerCut(const char *name="SCMY", int axis=2, double dcut=0., int fill=1, char *optShad="on");   //  *MENU*
   void DrawAlicWithHits(int mode=1);                            // *MENU*
-  void SetVolumeAttributes(const char *name="SCM0",const int seen=1, int color=1, int fill=1); // *MENU*
+  void SetVolumeAttributes(const char *name="SCM0", int seen=1, int color=1, int fill=1); // *MENU*
   void TestIndexTransition(int pri=0, int idmax=0); // *MENU*
 
   AliEMCALGeometry* fGeometry; //!