]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
No reason to make the Merge method private !
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 29 Sep 2008 12:52:59 +0000 (12:52 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 29 Sep 2008 12:52:59 +0000 (12:52 +0000)
MUON/AliMUONTrackerData.h

index 8ecd022d70adc894f990df1a32f6f1138ea032be..307560f9c748b8188e60590535420e68967b5b7b 100644 (file)
@@ -118,6 +118,9 @@ public:
        /// Whether we store values at the manu level or not
        virtual Bool_t IsManuLevelEnabled() const { return fIsManuLevelEnabled; }
   
+  /// To allow merging of different objects
+  virtual Long64_t Merge(TCollection* list);
+    
 private:
     
   void FillHisto(Int_t detElemId, Int_t manuId, Int_t manuChannel,
@@ -155,9 +158,6 @@ private:
   /// Whether we have histograms for a given dimension, or not
   virtual Bool_t IsHistogrammed(Int_t dim) const { return ( fHistogramming[dim] > 0 ); }
 
-  /// To allow merging of different objects
-  virtual Long64_t Merge(TCollection* list);
-
   Int_t DdlIdFromBusPatchId(Int_t buspatchid) const;
   Int_t DdlIdFromDetElemId(Int_t detelemid) const;
   Int_t DdlIdFromChamberId(Int_t chamberid) const;