]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/AliMUONResponseTrigger.h
Doxygen configuration files (Initial version)
[u/mrichter/AliRoot.git] / MUON / AliMUONResponseTrigger.h
1 #ifndef ALIMUONRESPONSETRIGGER_H
2 #define ALIMUONRESPONSETRIGGER_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /* $Id$ */
7 // Revision of includes 07/05/2004
8
9 #include "AliMUONResponse.h"
10
11 class AliMUONResponseTrigger : public AliMUONResponse
12 {
13  public:
14   AliMUONResponseTrigger();
15   virtual ~AliMUONResponseTrigger(){} 
16
17   virtual Int_t DigitResponse(Int_t digit, AliMUONTransientDigit* where);
18
19
20   // Set the GenerCluster parameter       
21   virtual Int_t SetGenerCluster(){return 0;}
22
23   ClassDef(AliMUONResponseTrigger,1) // Implementation of RPC response
24     
25 };
26 #endif
27
28
29
30
31
32
33
34
35
36
37
38
39