]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/AliITSRecPoint.cxx
Bug fix in the creation of the AliITSgeom::fShape entry for SPD. Now there is both...
[u/mrichter/AliRoot.git] / ITS / AliITSRecPoint.cxx
1 ////////////////////////////////////////////////
2 //  Reconstructed point class for set:ITS     //
3 ////////////////////////////////////////////////
4
5
6 #include "AliITSRecPoint.h"
7 ClassImp(AliITSRecPoint)
8
9 AliITSRecPoint::AliITSRecPoint() {
10     // default creator
11     fTracks[0]=fTracks[1]=fTracks[2]=-3; 
12     fX=fZ=fQ=fdEdX=0.;
13     fSigmaX2=fSigmaZ2=0.;
14    }
15    
16