]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONResponseTrigger.h
Corrected mapping management group definition
[u/mrichter/AliRoot.git] / MUON / AliMUONResponseTrigger.h
CommitLineData
a9e2aefa 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$ */
30178c30 7// Revision of includes 07/05/2004
a9e2aefa 8
692de412 9/// \ingroup sim
10/// \class AliMUONResponseTrigger
11/// \brief Implementation of RPC response
12
7e4a628d 13#include "AliMUONResponse.h"
a9e2aefa 14
7e4a628d 15class AliMUONResponseTrigger : public AliMUONResponse
30178c30 16{
a9e2aefa 17 public:
30178c30 18 AliMUONResponseTrigger();
a9e2aefa 19 virtual ~AliMUONResponseTrigger(){}
03f221a7 20
9aba451b 21 virtual Int_t DigitResponse(Int_t digit, AliMUONTransientDigit* where);
03f221a7 22
7871af75 23
03f221a7 24 // Set the GenerCluster parameter
7871af75 25 virtual Int_t SetGenerCluster(){return 0;}
03f221a7 26
885d501b 27 virtual void DisIntegrate(const AliMUONHit& hit, TList& digits);
28
a9e2aefa 29 ClassDef(AliMUONResponseTrigger,1) // Implementation of RPC response
30
31};
32#endif
33
34
35
36
37
38
39
40
41
42
43
44
45