#ifndef ALI_MUON_DATA_INTERFACE_H #define ALI_MUON_DATA_INTERFACE_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /* $Id$ */ // Includes revised 07/05/2004 // /// \ingroup evaluation /// \class AliMUONDataInterface /// \brief An easy to use interface to MUON data // Author: Artur Szostak // email: artur@alice.phy.uct.ac.za // // Updated to MUON module w/o MUONData by Laurent Aphecetche, Subatech // #include class AliMUONDataManager; class AliMUONVDigitStore; class AliMUONVTriggerStore; class AliMUONVTriggerTrackStore; class AliMUONVClusterStore; class AliMUONVTrackStore; // >>LA should not needed (once we remove deprecated methods) class AliMUONHit; class AliMUONDigit; class AliMUONLocalTrigger; class AliMUONGlobalTrigger; class AliMUONRawCluster; class AliMUONTrack; class TParticle; // <