]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFtrack.h
Coding convention: RN13 rule violation -> suppression
[u/mrichter/AliRoot.git] / TOF / AliTOFtrack.h
index 28e21159aba63e397a03e05931056e96cd72d20a..8ca0cdaa208b79bae6f4e730feea582bb0b94d25 100644 (file)
@@ -15,8 +15,8 @@
 
 #include "AliKalmanTrack.h"
 
-#include "AliTOFGeometry.h"
 #include "AliCluster3D.h"
+#include "AliTOFGeometry.h"
 
 class TObject;
 
@@ -29,7 +29,7 @@ public:
    AliTOFtrack();
    AliTOFtrack(const AliTOFtrack& t);
    AliTOFtrack(const AliESDtrack& t);
-   AliTOFtrack& operator=(const AliTOFtrack &source); // ass. op.
+   AliTOFtrack& operator=(const AliTOFtrack &/*source*/); // ass. op.
 
    Int_t    GetSector() const {
      return Int_t(TVector2::Phi_0_2pi(GetAlpha())/AliTOFGeometry::GetAlpha())%AliTOFGeometry::NSectors();}
@@ -59,13 +59,12 @@ protected:
    
    Int_t    fSeedInd;     // ESD seed track index  
    Int_t    fSeedLab;     // track label taken from seeding  
-   AliTOFGeometry *fTOFgeometry; // pointer to the TOF geometry
 
  private:
 
    void GetPropagationParameters(Double_t *param);
    
-   ClassDef(AliTOFtrack,1) // TOF reconstructed tracks
+   ClassDef(AliTOFtrack,2) // TOF reconstructed tracks
 
 };