]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/FMDutil/AliFMDGainDA.h
Fixs for the the DAs. Prevent tiresome clean-up and
[u/mrichter/AliRoot.git] / FMD / FMDutil / AliFMDGainDA.h
index 0b4033f877b13153dddec89cd0394336413519fa..521fb7d8e95c169b9e37cb8558287589b53598b5 100644 (file)
@@ -20,6 +20,7 @@ class TH1S;
 class AliFMDGainDA: public AliFMDBaseDA 
 {
 public:
+  typedef AliFMDBaseDA::Array Array;
   /** 
    * Constructor 
    * 
@@ -70,7 +71,7 @@ protected:
    * @param sec         Sector number
    * @param strip       Strip number
    */ 
-  void AddChannelContainer(TObjArray* sectorArray, 
+  void AddChannelContainer(Array* sectorArray, 
                           UShort_t det, Char_t ring, 
                           UShort_t sec, UShort_t strip);
   /** 
@@ -82,7 +83,7 @@ protected:
    * @param sector 
    * @param nStrip 
    */
-  virtual void AddSectorSummary(TObjArray* secArray, UShort_t det, 
+  virtual void AddSectorSummary(Array* secArray, UShort_t det, 
                                Char_t ring, UShort_t sector, 
                                UShort_t nStrip);
   /**