]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Codinf conventions
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 19 Apr 2004 13:50:32 +0000 (13:50 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 19 Apr 2004 13:50:32 +0000 (13:50 +0000)
ITS/AliITSgeomMatrix.cxx
ITS/AliITSgeomMatrix.h

index cda85004d6c615f1756c76e8bd87e0be3c3b3660..20a8251c45f1466ac46accc8393f265ed5a593ce 100644 (file)
@@ -312,7 +312,7 @@ void AliITSgeomMatrix::MatrixFromAngle(){
 
 }
 //----------------------------------------------------------------------
-void AliITSgeomMatrix::GtoLPosition(const Double_t g0[3],Double_t l[3]){
+void AliITSgeomMatrix::GtoLPosition(const Double_t g0[3],Double_t l[3]) const {
 ////////////////////////////////////////////////////////////////////////
 // Returns the local coordinates given the global coordinates [cm].
 ////////////////////////////////////////////////////////////////////////
@@ -328,7 +328,7 @@ void AliITSgeomMatrix::GtoLPosition(const Double_t g0[3],Double_t l[3]){
        return;
 }
 //----------------------------------------------------------------------
-void AliITSgeomMatrix::LtoGPosition(const Double_t l[3],Double_t g[3]){
+void AliITSgeomMatrix::LtoGPosition(const Double_t l[3],Double_t g[3]) const {
 ////////////////////////////////////////////////////////////////////////
 // Returns the global coordinates given the local coordinates [cm].
 ////////////////////////////////////////////////////////////////////////
@@ -343,7 +343,7 @@ void AliITSgeomMatrix::LtoGPosition(const Double_t l[3],Double_t g[3]){
        return;
 }
 //----------------------------------------------------------------------
-void AliITSgeomMatrix::GtoLMomentum(const Double_t g[3],Double_t l[3]){
+void AliITSgeomMatrix::GtoLMomentum(const Double_t g[3],Double_t l[3]) const{
 ////////////////////////////////////////////////////////////////////////
 // Returns the local coordinates of the momentum given the global
 // coordinates of the momentum. It transforms just like GtoLPosition
@@ -359,7 +359,7 @@ void AliITSgeomMatrix::GtoLMomentum(const Double_t g[3],Double_t l[3]){
        return;
 }
 //----------------------------------------------------------------------
-void AliITSgeomMatrix::LtoGMomentum(const Double_t l[3],Double_t g[3]){
+void AliITSgeomMatrix::LtoGMomentum(const Double_t l[3],Double_t g[3]) const {
 ////////////////////////////////////////////////////////////////////////
 // Returns the Global coordinates of the momentum given the local
 // coordinates of the momentum. It transforms just like LtoGPosition
@@ -376,7 +376,7 @@ void AliITSgeomMatrix::LtoGMomentum(const Double_t l[3],Double_t g[3]){
 }
 //----------------------------------------------------------------------
 void AliITSgeomMatrix::GtoLPositionError(      Double_t g[3][3],
-                                               Double_t l[3][3]){
+                                               Double_t l[3][3]) const {
 ////////////////////////////////////////////////////////////////////////
 // Given an Uncertainty matrix in Global coordinates it is rotated so that 
 // its representation in local coordinates can be returned. There is no
@@ -394,7 +394,7 @@ void AliITSgeomMatrix::GtoLPositionError(      Double_t g[3][3],
 }
 //----------------------------------------------------------------------
 void AliITSgeomMatrix::LtoGPositionError(      Double_t l[3][3],
-                                               Double_t g[3][3]){
+                                               Double_t g[3][3]) const {
 ////////////////////////////////////////////////////////////////////////
 // Given an Uncertainty matrix in Local coordinates it is rotated so that 
 // its representation in global coordinates can be returned. There is no
@@ -412,7 +412,7 @@ void AliITSgeomMatrix::LtoGPositionError(      Double_t l[3][3],
 }
 //----------------------------------------------------------------------
 void AliITSgeomMatrix::GtoLPositionTracking(const Double_t g0[3],
-                                           Double_t l[3]){
+                                           Double_t l[3]) const {
 ////////////////////////////////////////////////////////////////////////
 // A slightly different coordinate system is used when tracking.
 // This coordinate system is only relevant when the geometry represents
@@ -443,7 +443,7 @@ void AliITSgeomMatrix::GtoLPositionTracking(const Double_t g0[3],
 }
 //----------------------------------------------------------------------
 void AliITSgeomMatrix::LtoGPositionTracking(const Double_t l[3],
-                                           Double_t g[3]){
+                                           Double_t g[3]) const {
 ////////////////////////////////////////////////////////////////////////
 // A slightly different coordinate system is used when tracking.
 // This coordinate system is only relevant when the geometry represents
@@ -474,7 +474,7 @@ void AliITSgeomMatrix::LtoGPositionTracking(const Double_t l[3],
 }
 //----------------------------------------------------------------------
 void AliITSgeomMatrix::GtoLMomentumTracking(const Double_t g[3],
-                                           Double_t l[3]){
+                                           Double_t l[3]) const {
 ////////////////////////////////////////////////////////////////////////
 // A slightly different coordinate system is used when tracking.
 // This coordinate system is only relevant when the geometry represents
@@ -505,7 +505,7 @@ void AliITSgeomMatrix::GtoLMomentumTracking(const Double_t g[3],
 }
 //----------------------------------------------------------------------
 void AliITSgeomMatrix::LtoGMomentumTracking(const Double_t l[3],
-                                           Double_t g[3]){
+                                           Double_t g[3]) const {
 ////////////////////////////////////////////////////////////////////////
 // A slightly different coordinate system is used when tracking.
 // This coordinate system is only relevant when the geometry represents
@@ -536,7 +536,7 @@ void AliITSgeomMatrix::LtoGMomentumTracking(const Double_t l[3],
 }
 //----------------------------------------------------------------------
 void AliITSgeomMatrix::GtoLPositionErrorTracking(     Double_t g[3][3],
-                                                Double_t l[3][3]){
+                                                Double_t l[3][3]) const {
 ////////////////////////////////////////////////////////////////////////
 // A slightly different coordinate system is used when tracking.
 // This coordinate system is only relevant when the geometry represents
@@ -569,7 +569,7 @@ void AliITSgeomMatrix::GtoLPositionErrorTracking(     Double_t g[3][3],
 }
 //----------------------------------------------------------------------
 void AliITSgeomMatrix::LtoGPositionErrorTracking( Double_t l[3][3],
-                                                Double_t g[3][3]){
+                                                Double_t g[3][3]) const {
 ////////////////////////////////////////////////////////////////////////
 // A slightly different coordinate system is used when tracking.
 // This coordinate system is only relevant when the geometry represents
@@ -601,7 +601,7 @@ void AliITSgeomMatrix::LtoGPositionErrorTracking( Double_t l[3][3],
        return;
 }
 //----------------------------------------------------------------------
-void AliITSgeomMatrix::PrintTitles(ostream *os){
+void AliITSgeomMatrix::PrintTitles(ostream *os) const {
 ////////////////////////////////////////////////////////////////////////
 // Standard output format for this class but it includes variable
 // names and formatting that makes it easer to read.
@@ -620,7 +620,7 @@ void AliITSgeomMatrix::PrintTitles(ostream *os){
     return;
 }
 //----------------------------------------------------------------------
-void AliITSgeomMatrix::PrintComment(ostream *os){
+void AliITSgeomMatrix::PrintComment(ostream *os) const {
 ////////////////////////////////////////////////////////////////////////
 //  output format used by Print..
 ////////////////////////////////////////////////////////////////////////
@@ -692,6 +692,15 @@ void AliITSgeomMatrix::Streamer(TBuffer &R__b){
       AliITSgeomMatrix::Class()->WriteBuffer(R__b, this);
    }
 }
+//______________________________________________________________________
+void AliITSgeomMatrix::SetTranslation(const Double_t tran[3]){
+  // Sets the translation vector and computes fCylR and fCylPhi.
+  for(Int_t i=0;i<3;i++) ftran[i] = tran[i];
+  fCylR   = TMath::Sqrt(ftran[0]*ftran[0]+ftran[1]*ftran[1]);
+  fCylPhi = TMath::ATan2(ftran[1],ftran[0]);
+  if(fCylPhi<0.0) fCylPhi += TMath::Pi();
+}
+
 //----------------------------------------------------------------------
 ostream &operator<<(ostream &os,AliITSgeomMatrix &p){
 ////////////////////////////////////////////////////////////////////////
index 6b783759b73ce47146f203cf9757f5d45ec935bd..9286baa5f2c9ec352271c4cd17eafcbcf16ada20 100644 (file)
@@ -32,12 +32,12 @@ class AliITSgeomMatrix : public TObject {
        void operator=(const AliITSgeomMatrix &sourse); // copy
        virtual ~AliITSgeomMatrix(){}; // default constructor.
        // Prints a line describing the output format of the function Print.
-       void PrintComment(ostream *os);
+       void PrintComment(ostream *os) const;
        // Prints out the content of this class in ASCII format.
        void Print(ostream *os);
        // Prints out the content of this class in ASCII format but includes
        // formating and strings that make it more humanly readable.
-       void PrintTitles(ostream *os);
+       void PrintTitles(ostream *os) const;
        // Reads in the content of this class in the format of Print
        void Read(istream *is);
 
@@ -46,12 +46,7 @@ class AliITSgeomMatrix : public TObject {
        void SetAngles(const Double_t rot[3]){// [radians]
               for(Int_t i=0;i<3;i++)frot[i] = rot[i];this->MatrixFromAngle();}
        // Sets the translation vector and computes fCylR and fCylPhi.
-       void SetTranslation(const Double_t tran[3]){
-                           for(Int_t i=0;i<3;i++) ftran[i] = tran[i];
-                           fCylR   = TMath::Sqrt(ftran[0]*ftran[0]+
-                                                 ftran[1]*ftran[1]);
-                           fCylPhi = TMath::ATan2(ftran[1],ftran[0]);
-                           if(fCylPhi<0.0) fCylPhi += TMath::Pi();}
+       void SetTranslation(const Double_t tran[3]);
        // sets the rotation matrix and computes the rotation angles [radians]
        void SetMatrix(Double_t matrix[3][3]){ for(Int_t i=0;i<3;i++)
         for(Int_t j=0;j<3;j++) fm[i][j]=matrix[i][j];this->AngleFromMatrix();}
@@ -61,24 +56,24 @@ class AliITSgeomMatrix : public TObject {
        void SetIndex(const Int_t id[3]){
                           for(Int_t i=0;i<3;i++) fid[i] = id[i];}
        // Returns the rotation angles [radians]
-       void GetAngles(Double_t rot[3]){// [radians]
+       void GetAngles(Double_t rot[3]) const {// [radians]
                           for(Int_t i=0;i<3;i++)  rot[i] = frot[i];}
        // Returns the translation vector [cm]
-       void GetTranslation(Double_t tran[3]){
+       void GetTranslation(Double_t tran[3]) const {
                            for(Int_t i=0;i<3;i++) tran[i] = ftran[i];}
        // Returns the translation vector in cylindrical
        // coordinates [cm,radians]
-       void GetTranslationCylinderical(Double_t tran[3]){
+       void GetTranslationCylinderical (Double_t tran[3]) const {
                            tran[0] = fCylR;
                            tran[1] = fCylPhi;
                            tran[2] = ftran[2];}
        // Returns the values of the rotation matrix
-       void GetMatrix(Double_t matrix[3][3]){for(Int_t i=0;i<3;i++)
+       void GetMatrix(Double_t matrix[3][3]) const {for(Int_t i=0;i<3;i++)
                         for(Int_t j=0;j<3;j++) matrix[i][j] = fm[i][j];}
        // Returns the detector index value.
        Int_t GetDetectorIndex() const {return fDetectorIndex;}
        // returns the modules index layer, ladder, detector
-       void  GetIndex(Int_t id[3]){for(Int_t i=0;i<3;i++) id[i] = fid[i];}
+       void  GetIndex(Int_t id[3]) const {for(Int_t i=0;i<3;i++) id[i] = fid[i];}
        // Sets the rotation matrix based on the 6 GEANT rotation
        // angles [radian]
        void  MatrixFromSixAngles(const Double_t *ang);
@@ -89,52 +84,52 @@ class AliITSgeomMatrix : public TObject {
        // Given a position in Cartesian ALICE global coordinates [cm]
        // returns the position in Cartesian detector/module local
        //coordinates [cm]
-       void GtoLPosition(const Double_t g[3],Double_t l[3]);
+       void GtoLPosition(const Double_t g[3],Double_t l[3]) const;
        // Given a position in Cartesian detector/module local coordinates [cm]
        // returns the position in Cartesian ALICE global
        //coordinates [cm]
-       void LtoGPosition(const Double_t l[3],Double_t g[3]);
+       void LtoGPosition(const Double_t l[3],Double_t g[3]) const;
        // Given a momentum in Cartesian ALICE global coordinates
        // returns the momentum in Cartesian detector/module local
        //coordinates
-       void GtoLMomentum(const Double_t g[3],Double_t l[3]);
+       void GtoLMomentum(const Double_t g[3],Double_t l[3]) const;
        // Given a momentum in Cartesian detector/module local coordinates 
        // returns the momentum in Cartesian ALICE global coordinates
-       void LtoGMomentum(const Double_t l[3],Double_t g[3]);
+       void LtoGMomentum(const Double_t l[3],Double_t g[3]) const;
        // given a position error matrix in ALICE Cartesian global
        // coordinates [cm] returns a position error matrix in detector/
        // module local Cartesian local coordinates [cm]
-       void GtoLPositionError(Double_t g[3][3],Double_t l[3][3]);
+       void GtoLPositionError(Double_t g[3][3],Double_t l[3][3]) const;
        // given a position error matrix in detector/module Cartesian local
        // coordinates [cm] returns a position error matrix in ALICE
        // Cartesian global coordinates [cm]
-       void LtoGPositionError(Double_t l[3][3],Double_t g[3][3]);
+       void LtoGPositionError(Double_t l[3][3],Double_t g[3][3]) const;
        // Tracking Related Routines
-       void GtoLPositionTracking(const Double_t g[3],Double_t l[3]);
+       void GtoLPositionTracking(const Double_t g[3],Double_t l[3]) const;
        // Given a position in Cartesian Tracking global coordinates [cm]
        // returns the position in Cartesian detector/module local
        // coordinates [cm]
-       void LtoGPositionTracking(const Double_t l[3],Double_t g[3]);
+       void LtoGPositionTracking(const Double_t l[3],Double_t g[3]) const;
        // Given a position in Cartesian detector/module local coordinates [cm]
        // returns the position in Cartesian Tracking global
        //coordinates [cm]
-       void GtoLMomentumTracking(const Double_t g[3],Double_t l[3]);
+       void GtoLMomentumTracking(const Double_t g[3],Double_t l[3]) const;
        // Given a momentum in Cartesian detector/module local coordinates 
        // returns the momentum in Cartesian Tracking global coordinates
-       void LtoGMomentumTracking(const Double_t l[3],Double_t g[3]);
+       void LtoGMomentumTracking(const Double_t l[3],Double_t g[3]) const;
        // given a position error matrix in Tracking Cartesian global
        // coordinates [cm] returns a position error matrix in detector/
        // module local Cartesian local coordinates [cm]
        void GtoLPositionErrorTracking(Double_t g[3][3],
-                                      Double_t l[3][3]);
+                                      Double_t l[3][3]) const;
        // given a position error matrix in detector/module Cartesian local
        // coordinates [cm] returns a position error matrix in Tracking
        // Cartesian global coordinates [cm]
        void LtoGPositionErrorTracking(Double_t l[3][3],
-                                      Double_t g[3][3]);
+                                      Double_t g[3][3]) const;
        // Computes the distance squared [cm^2] between a point t[3] and
        // this module/detector
-       Double_t Distance2(const Double_t t[3]){Double_t d=0.0,q;
+       Double_t Distance2(const Double_t t[3]) const {Double_t d=0.0,q;
                  for(Int_t i=0;i<3;i++){q = t[i]-ftran[i]; d += q*q;}
                  return d;}
  private: // private functions