]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFTDCPackedHit.h
Fix for TOF new calib task for CPass
[u/mrichter/AliRoot.git] / TOF / AliTOFTDCPackedHit.h
index d9ef51acad98cf6cde140b59a1ef5343d7db6527..9f5521f89b342db2b12617df65c94a89057bf509 100644 (file)
@@ -1,4 +1,4 @@
-#ifndef ALITOFTDCPACHEDHIT_H
+#ifndef ALITOFTDCPACKEDHIT_H
 #define ALITOFTDCPACKEDHIT_H
 
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
 class AliTOFTDCPackedHit
 {
  public:
-  UInt_t GetHitTime() {return fHitTime;};
-  UInt_t GetTOTWidth() {return fTOTWidth;};
-  UInt_t GetChan() {return fChan;};
-  UInt_t GetTDCID() {return fTDCID;};
-  UInt_t GetEBit() {return fEBit;};
-  UInt_t GetPSBits() {return fPSBits;};
-  UInt_t GetMBO() {return fMBO;};
+  UInt_t GetHitTime() const {return fHitTime;};
+  UInt_t GetTOTWidth() const {return fTOTWidth;};
+  UInt_t GetChan() const {return fChan;};
+  UInt_t GetTDCID() const {return fTDCID;};
+  UInt_t GetEBit() const {return fEBit;};
+  UInt_t GetPSBits() const {return fPSBits;};
+  UInt_t GetMBO() const {return fMBO;};
  private:
   UInt_t fHitTime:  13; // time-of-flight measurement
   UInt_t fTOTWidth:  8; // time-over-threshold measurement