]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFTDCUnpackedHit.h
Added macro to lauch TOF QA task with extended functionality via plugin
[u/mrichter/AliRoot.git] / TOF / AliTOFTDCUnpackedHit.h
index 32a1ac95049617cadb866d8ae4d729885c8a4426..43cf4c6658b59a91b412179cb4f9a00c64169752 100644 (file)
 class AliTOFTDCUnpackedHit
 {
  public:
-  UInt_t GetHitTime() {return fHitTime;};
-  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 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:  21; // leading or trailing edge measurement
   UInt_t fChan:      3; // TDC channel number