]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONResponseTrigger.h
New package for reconstructed tracks (A. Gheata):
[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$ */
7
8#include "AliMUONResponseV0.h"
9
10class AliMUONResponseTrigger :
11public AliMUONResponseV0 {
12 public:
13 AliMUONResponseTrigger(){};
14 virtual ~AliMUONResponseTrigger(){}
15 // Charge disintegration
a30a000f 16 virtual Float_t IntXY(AliSegmentation * segmentation);
a9e2aefa 17 virtual Int_t DigitResponse(Int_t digit);
18 ClassDef(AliMUONResponseTrigger,1) // Implementation of RPC response
19
20};
21#endif
22
23
24
25
26
27
28
29
30
31
32
33
34