]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDDigit.h
fix in Gain
[u/mrichter/AliRoot.git] / FMD / AliFMDDigit.h
index ba2ef9df17c4f552994d5a70e9b729a5bab247ea..d40c3a55d1dbf106c4683b065790584d538804b5 100644 (file)
@@ -26,7 +26,7 @@ public:
   UShort_t     Sector()                   const { return fSector;   }
   UShort_t     Strip()            const { return fStrip;    }
   virtual void Print(Option_t* opt="") const;
-
+  const char*  GetName() const;
 protected:
   UShort_t fDetector;  // (Sub) Detector # (1,2, or 3)
   Char_t   fRing;      // Ring ID ('I' or 'O')
@@ -53,6 +53,7 @@ public:
   Short_t  Count3()                const { return fCount3;   }
   UShort_t Counts()                const;
   void     Print(Option_t* opt="") const;
+  const char* GetTitle() const;
 protected:
   UShort_t fCount1;     // Digital signal 
   Short_t  fCount2;     // Digital signal (-1 if not used)