AliRoot Core  ee782a0 (ee782a0)
AliMUONResponseTrigger.h
Go to the documentation of this file.
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 
12 
13 #include "AliMUONResponse.h"
16 
18 {
19  public:
21  virtual ~AliMUONResponseTrigger();
22 
24  virtual Int_t SetGenerCluster(){return 0;}
25 
26  virtual void DisIntegrate(const AliMUONHit& hit, TList& digits, Float_t timeDif);
27 
28  private:
32  AliMUONResponseTrigger& operator=(const AliMUONResponseTrigger& other); // assignment operator
33 
34 
35  ClassDef(AliMUONResponseTrigger,3) // Implementation of RPC response
36 
37 };
38 #endif
AliMUONResponseTrigger & operator=(const AliMUONResponseTrigger &other)
Not implemented.
Implementation of RPC response.
Chamber response base class.
MonteCarlo hit.
Definition: AliMUONHit.h:24
virtual void DisIntegrate(const AliMUONHit &hit, TList &digits, Float_t timeDif)
virtual Int_t SetGenerCluster()
Set the GenerCluster parameter.