#ifndef ALIMUONRESPONSETRIGGER_H #define ALIMUONRESPONSETRIGGER_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /* $Id$ */ #include "AliMUONResponseV0.h" class AliMUONResponseTrigger : public AliMUONResponseV0 { public: AliMUONResponseTrigger(){}; virtual ~AliMUONResponseTrigger(){} // Charge disintegration virtual Float_t IntXY(AliSegmentation * segmentation); virtual Int_t DigitResponse(Int_t digit); ClassDef(AliMUONResponseTrigger,1) // Implementation of RPC response }; #endif