]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONResponseTrigger.h
o add Reset function to CalPad and CalROC o Add functionality to AliTPCdataQA - Reset...
[u/mrichter/AliRoot.git] / MUON / AliMUONResponseTrigger.h
index 3485136331a214e03f198413e446ed28dc5b97d7..a2b5e06385a8f0c08ffe41064967240c4ba7ddaf 100644 (file)
@@ -6,34 +6,33 @@
 /* $Id$ */
 // Revision of includes 07/05/2004
 
+/// \ingroup sim
+/// \class AliMUONResponseTrigger
+/// \brief Implementation of RPC response
+
 #include "AliMUONResponse.h"
+#include "AliMUONTriggerEfficiencyCells.h"
+#include "AliMUONTriggerChamberEfficiency.h"
 
 class AliMUONResponseTrigger : public AliMUONResponse
 {
  public:
   AliMUONResponseTrigger();
-  virtual ~AliMUONResponseTrigger(){} 
-
-  virtual Int_t DigitResponse(Int_t digit, AliMUONTransientDigit* where);
-
+  virtual ~AliMUONResponseTrigger(); 
 
-  // Set the GenerCluster parameter       
+  /// Set the GenerCluster parameter       
   virtual Int_t SetGenerCluster(){return 0;}
 
-  ClassDef(AliMUONResponseTrigger,1) // Implementation of RPC response
+  virtual void DisIntegrate(const AliMUONHit& hit, TList& digits, Float_t timeDif);
+    
+ private:
+  /// Not implemented
+  AliMUONResponseTrigger(const AliMUONResponseTrigger& other);
+  /// Not implemented
+  AliMUONResponseTrigger& operator=(const AliMUONResponseTrigger& other); // assignment operator
+  
+
+  ClassDef(AliMUONResponseTrigger,3) // Implementation of RPC response
     
 };
 #endif
-
-
-
-
-
-
-
-
-
-
-
-
-