]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSimpleClusterServer.h
Introduction of AliTRDLeastSquare
[u/mrichter/AliRoot.git] / MUON / AliMUONSimpleClusterServer.h
index 33be8834923b6589d7f00a0a9a14b713e9207c43..042da88bf78e8192b828d7086f72edcd52c21757 100644 (file)
@@ -18,8 +18,9 @@
 
 class AliMUONVClusterFinder;
 class AliMUONGeometryTransformer;
-class TClonesArray;
 class AliMpExMap;
+class AliESDMuonPad;
+class TClonesArray;
 
 class AliMUONSimpleClusterServer : public AliMUONVClusterServer
 {
@@ -33,7 +34,7 @@ public:
                    AliMUONVClusterStore& clusterStore,
                    const AliMpArea& area);
   
-  void UseDigitStore(const AliMUONVDigitStore& digitStore);
+  void UseDigits(TIter& next);
   
   void Print(Option_t* opt="") const;
   
@@ -50,8 +51,8 @@ private:
   TClonesArray* PadArray(Int_t detElemId, Int_t cathode) const;
   
 private:
-  AliMUONVClusterFinder& fClusterFinder; //!< the cluster finder
-  const AliMUONGeometryTransformer& fTransformer; //!< the geometry transformer
+  AliMUONVClusterFinder& fClusterFinder; //!< the cluster finder (owner)
+  const AliMUONGeometryTransformer& fTransformer; //!< the geometry transformer (not owner)
   AliMpExMap* fPads[2]; ///< map of TClonesArray of AliMUONPads
   AliMpExMap* fDEAreas; ///< map of detection element areas in global coordinates