AliRoot Core  a565103 (a565103)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliMuonForwardTrack.h
Go to the documentation of this file.
1 #ifndef AliMuonForwardTrack_H
2 #define AliMuonForwardTrack_H
3 
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5  * See cxx source for full Copyright notice */
6 
7 // $Id$
8 
15 
16 #include "AliMUONTrack.h"
17 
18 class AliMFTCluster;
19 
21 
22 public:
23 
26 
29 
31  void SetTrackMCId(Int_t id) { fTrackMCId = id; }
33  Int_t GetTrackMCId() { return fTrackMCId; }
34 
36  void AddTrackParamAtMFTCluster(AliMUONTrackParam &trackParam, AliMUONVCluster &cluster, const Int_t mftid);
37 
38 protected:
39 
40  Int_t fTrackMCId;
41 
42  ClassDef(AliMuonForwardTrack,1)
43 
44 };
45 
46 //====================================================================================================================================================
47 
48 #endif
49 
50 
51 
void AddTrackParamAtMFTCluster(AliMUONTrackParam &trackParam, AliMUONVCluster &cluster, const Int_t mftid)
overload of the AliMUONTrack function
AliMuonForwardTrack & operator=(const AliMuonForwardTrack &)
Track parameters in ALICE dimuon spectrometer.
abstract base class for clusters
Int_t fTrackMCId
MC label of the attached MFT track.
void SetTrackMCId(Int_t id)
Set the MC label of the attached MFT track.
Reconstructed track in ALICE dimuon spectrometer.
Definition: AliMUONTrack.h:24
ALICE muon forward track, combining the information of the Muon Spectrometer and the Muon Forward Tra...
Int_t GetTrackMCId()
Get the MC label of the attached MFT track.