]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONResponseTrigger.h
Moving from base to calib, and adding packing interface (a packed value is simply...
[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();
9265505b 19 virtual ~AliMUONResponseTrigger();
03f221a7 20
9265505b 21 /// Set the GenerCluster parameter
7871af75 22 virtual Int_t SetGenerCluster(){return 0;}
03f221a7 23
885d501b 24 virtual void DisIntegrate(const AliMUONHit& hit, TList& digits);
25
85fec35d 26 private:
ef7219d6 27
9265505b 28 ClassDef(AliMUONResponseTrigger,1) // Implementation of RPC response
a9e2aefa 29
30};
31#endif
32
33
34
35
36
37
38
39
40
41
42
43
44