]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - MUON/AliMUONResponseTrigger.h
Further development on Mapping and Segmentation. Waiting for a critical review
[u/mrichter/AliRoot.git] / MUON / AliMUONResponseTrigger.h
... / ...
CommitLineData
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 "AliMUONResponseV0.h"
10
11class AliMUONResponseTrigger : public AliMUONResponseV0
12{
13 public:
14 AliMUONResponseTrigger();
15 virtual ~AliMUONResponseTrigger(){}
16
17 virtual Int_t DigitResponse(Int_t digit, AliMUONTransientDigit* where);
18
19 // Set the GenerCluster parameter
20 virtual Int_t SetGenerCluster();
21
22 ClassDef(AliMUONResponseTrigger,1) // Implementation of RPC response
23
24};
25#endif
26
27
28
29
30
31
32
33
34
35
36
37
38