]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDtrackletWord.h
remove trailing whitespaces
[u/mrichter/AliRoot.git] / TRD / AliTRDtrackletWord.h
index 352c36f835d1fe9ae9c015df438982f02682081b..ac23edc8c31cac0a14dea8453391480e316931db 100644 (file)
@@ -24,13 +24,13 @@ class AliTRDtrackletWord : public AliTRDtrackletBase {
   ~AliTRDtrackletWord();
 
   // ----- Getters for contents of tracklet word -----
-  Int_t GetYbin() const; 
-  Int_t GetdY() const; 
+  Int_t GetYbin() const;
+  Int_t GetdY() const;
   Int_t GetZbin() const { return ((fTrackletWord >> 20) & 0xf); }
   Int_t GetPID() const { return ((fTrackletWord >> 24) & 0xff); }
 
   Int_t GetROB() const;
-  Int_t GetMCM() const; 
+  Int_t GetMCM() const;
 
   // ----- Getters for offline corresponding values -----
   Bool_t CookPID() { return kFALSE; }
@@ -52,7 +52,7 @@ class AliTRDtrackletWord : public AliTRDtrackletBase {
 
  protected:
   Int_t fHCId;                  // half-chamber ID
-  UInt_t fTrackletWord;                // tracklet word: PID | Z | deflection length | Y 
+  UInt_t fTrackletWord;                // tracklet word: PID | Z | deflection length | Y
                                //          bits:  12   4            7          13
   static AliTRDgeometry *fgGeo;  // pointer to TRD geometry for coordinate calculations