]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONResponseTrigger.h
Doxygen configuration files (Initial version)
[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
7e4a628d 9#include "AliMUONResponse.h"
a9e2aefa 10
7e4a628d 11class AliMUONResponseTrigger : public AliMUONResponse
30178c30 12{
a9e2aefa 13 public:
30178c30 14 AliMUONResponseTrigger();
a9e2aefa 15 virtual ~AliMUONResponseTrigger(){}
03f221a7 16
9aba451b 17 virtual Int_t DigitResponse(Int_t digit, AliMUONTransientDigit* where);
03f221a7 18
7871af75 19
03f221a7 20 // Set the GenerCluster parameter
7871af75 21 virtual Int_t SetGenerCluster(){return 0;}
03f221a7 22
a9e2aefa 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