]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG1/comparison/AliMCComparisonTrack.cxx
bug fixed for alignment, removed alignment database access from AliPMDUtility class
[u/mrichter/AliRoot.git] / PWG1 / comparison / AliMCComparisonTrack.cxx
1 //-------------------------------------------------------------------------
2 //
3 // A calss for keeping the MC track information used in  
4 // the comparison tasks by:  Andrei.Zalite@cern.ch
5 //
6 //-------------------------------------------------------------------------
7
8 #include "AliMCComparisonTrack.h"
9
10 AliMCComparisonTrack::AliMCComparisonTrack() :
11   fMCLabel(0), fMCPdg(0), fPz(0), fPt(0), fPhi(0), 
12   fLocalX(0), fLocalY(0), fZ(0)
13   {}