]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONChamber.h
Update HFE v2 analyses
[u/mrichter/AliRoot.git] / MUON / AliMUONChamber.h
index c09ffa45c8921be36a4a9ca8756b2f0a954a0be0..f00444a6db379b9baa93b28cfb2f48850403f29b 100644 (file)
@@ -6,7 +6,7 @@
 /* $Id$ */
 // Revision of includes 07/05/2004
 //
-/// \ingroup base
+/// \ingroup sim
 /// \class AliMUONChamber
 /// \brief MUON tracking chamber class
 ///
@@ -16,9 +16,7 @@
 #include <TObjArray.h>
 
 #include "AliMUONResponse.h"
-#include "AliMUONGeometrySegmentation.h"
 
-class AliMUONClusterFinderVS;
 class AliMUON;
 class AliMUONHit;
 
@@ -35,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;}
@@ -62,9 +60,6 @@ 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);}