]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONChamber.h
Update HFE v2 analyses
[u/mrichter/AliRoot.git] / MUON / AliMUONChamber.h
index 5472bb4fe9bc3c6ee0d6e4169aaa31453082001c..f00444a6db379b9baa93b28cfb2f48850403f29b 100644 (file)
@@ -6,17 +6,17 @@
 /* $Id$ */
 // Revision of includes 07/05/2004
 //
-/// \ingroup base
+/// \ingroup sim
 /// \class AliMUONChamber
 /// \brief MUON tracking chamber class
+///
+/// Now only providing DisIntegration function
 
 #include <TObject.h>
 #include <TObjArray.h>
 
 #include "AliMUONResponse.h"
-#include "AliMUONGeometrySegmentation.h"
 
-class AliMUONClusterFinderVS;
 class AliMUON;
 class AliMUONHit;
 
@@ -33,7 +33,7 @@ class AliMUONChamber : public TObject
 
   
 /// Set response model
-  virtual void    SetResponseModel(AliMUONResponse* thisResponse) {fResponse=thisResponse;}
+  virtual void    SetResponseModel(const AliMUONResponse& thisResponse);
   
 ///  Get pointer to response model
   virtual AliMUONResponse* &ResponseModel(){return fResponse;}
@@ -60,15 +60,13 @@ class AliMUONChamber : public TObject
 /// Set maximum ADC count value
   virtual void   SetMaxAdc(Int_t p1)                   {fResponse->SetMaxAdc(p1);}
 //  
-// Cluster formation method (charge disintegration)
-  virtual void   DisIntegration(AliMUONHit* hit,
-                               Int_t& x, Float_t newclust[6][500]);
 /// Set charge correlation
   virtual void SetChargeCorrel(Float_t correl) {fResponse->SetChargeCorrel(correl);}
 
  protected:
+  /// Not implemented
   AliMUONChamber(const AliMUONChamber & rChamber);
-  // assignment operator  
+  /// Not implemented
   AliMUONChamber& operator =(const AliMUONChamber& rhs);
 
   Int_t   fId;            ///< chamber number