]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPreClusterFinderV2.h
Load geometry from local geometry.root if this is available
[u/mrichter/AliRoot.git] / MUON / AliMUONPreClusterFinderV2.h
index 3e771ee3b8f65b9a3608186e0761a8b01b89e462..c94fae91e4236d8f65fc82d745d19c0db20e5082 100644 (file)
@@ -30,7 +30,7 @@ public:
   using AliMUONVClusterFinder::Prepare;
 
   virtual Bool_t Prepare(Int_t detElemId,                         
-                         TClonesArray* pads[2],
+                         TObjArray* pads[2],
                          const AliMpArea& area,
                          const AliMpVSegmentation* seg[2]);
   
@@ -49,7 +49,7 @@ private:
 private:
   TClonesArray* fClusters; //!< the clusters we've found (owner)
   const AliMpVSegmentation** fkSegmentations; //!< segmentations (not owner)
-  TClonesArray** fPads; //!< the pads corresponding to the digits (not owner)
+  TObjArray** fPads; //!< the pads corresponding to the digits (not owner)
   Int_t fDetElemId; //!< which DE we're considering
   
   ClassDef(AliMUONPreClusterFinderV2,2) // A basic pre-cluster finder