]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONResponseTriggerV1.h
Simplification of Makefile and some small corrections
[u/mrichter/AliRoot.git] / MUON / AliMUONResponseTriggerV1.h
index 887268ce320c7b27c371e6a9b78489a8b08aaf7e..394ed987752719f41054eecec44692d9ff31d998 100644 (file)
@@ -6,6 +6,10 @@
 /* $Id$ */
 // Revision of includes 07/05/2004
 
+/// \ingroup sim
+/// \class AliMUONResponseTriggerV1
+/// \brief Implementation of RPC response
+
 #include "AliMUONResponseTrigger.h"
 
 class AliMUONResponseTriggerV1 : public AliMUONResponseTrigger 
@@ -16,7 +20,7 @@ class AliMUONResponseTriggerV1 : public AliMUONResponseTrigger
     AliMUONResponseTriggerV1(Float_t hv);
     virtual ~AliMUONResponseTriggerV1(){} 
     // Charge disintegration
-    virtual Float_t  IntXY(AliSegmentation * segmentation);
+    virtual Float_t  IntXY(Int_t idDE, AliMUONGeometrySegmentation * segmentation);
 
     // Set the GenerCluster parameter       
     virtual Int_t SetGenerCluster();