]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONResponseTrigger.h
Replaced with new AliMUONSegFactory and AliMpSegFactory classes
[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
a9e2aefa 27 ClassDef(AliMUONResponseTrigger,1) // Implementation of RPC response
28
29};
30#endif
31
32
33
34
35
36
37
38
39
40
41
42
43