]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/AliESDMuonTrack.h
Cleaning the task in the destructor if it was posted
[u/mrichter/AliRoot.git] / STEER / AliESDMuonTrack.h
1 #ifndef ALIESDMUONTRACK_H
2 #define ALIESDMUONTRACK_H
3
4 #include "TObject.h"
5
6 class AliESDMuonTrack : public TObject {
7   ClassDef(AliESDMuonTrack,1)  //MUON ESD track class 
8 };
9
10 #endif