X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONDataInterface.h;h=52a085f975092b3ee956b9444f523b2ce0ba0537;hb=61678c5e00f7eff81b5f3ecbbe9d10d24d202a38;hp=936a63e1cde028ca1cdb3fea5f7000ae8a955c62;hpb=e9bef706f5b4d2d59b367c01dbce377b36cbe2a7;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONDataInterface.h b/MUON/AliMUONDataInterface.h index 936a63e1cde..52a085f9750 100644 --- a/MUON/AliMUONDataInterface.h +++ b/MUON/AliMUONDataInterface.h @@ -1,5 +1,5 @@ -#ifndef ALI_MUON_DATA_INTERFACE_H -#define ALI_MUON_DATA_INTERFACE_H +#ifndef ALIMUONDATAINTERFACE_H +#define ALIMUONDATAINTERFACE_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ @@ -10,45 +10,47 @@ /// \class AliMUONDataInterface /// \brief An easy to use interface to MUON data -// Author: Artur Szostak -// email: artur@alice.phy.uct.ac.za +// Author: Artur Szostak (University of Cape Town) +// email: artursz@iafrica.com // // Updated to MUON module w/o MUONData by Laurent Aphecetche, Subatech // #include -#include +class TIterator; class AliLoader; -class AliMUONVClusterStore; -class AliMUONVDigitStore; class AliMUONVStore; +class AliMUONVDigitStore; +class AliMUONVClusterStore; class AliMUONVTrackStore; class AliMUONVTriggerStore; class AliMUONVTriggerTrackStore; - -// >>LA should not needed (once we remove deprecated methods) -class AliMUONHit; -class AliMUONDigit; +class AliMUONVDigit; +class AliMUONVCluster; +class AliMUONTrack; class AliMUONLocalTrigger; +class AliMUONRegionalTrigger; class AliMUONGlobalTrigger; -class AliMUONRawCluster; -class AliMUONTrack; -class TParticle; -// <