]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSvSPD02.cxx
AliTrackReference constructor without passing pointer to VMC.
[u/mrichter/AliRoot.git] / ITS / AliITSvSPD02.cxx
index a274371b77761a561ca84675fb9b8821e0baf60b..905bddac419c04a2eaaf09723a8d0614da3d60a3 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
 
 /*
 $Log$
+Revision 1.3  2003/03/21 14:34:10  nilsen
+Removed warning from part of code not properly implimneted yet.
+
 Revision 1.2  2003/02/12 10:39:05  hristov
 Updated AliTrackReference class (S.Radomski)
 
 Revision 1.2  2003/02/12 10:39:05  hristov
 Updated AliTrackReference class (S.Radomski)
 
@@ -690,7 +693,7 @@ void AliITSvSPD02::StepManager(){
        copy = fTrackReferences->GetEntriesFast();
        TClonesArray &lTR = *fTrackReferences;
        // Fill TrackReference structure with this new TrackReference.
        copy = fTrackReferences->GetEntriesFast();
        TClonesArray &lTR = *fTrackReferences;
        // Fill TrackReference structure with this new TrackReference.
-       new(lTR[copy]) AliTrackReference(gAlice->CurrentTrack(),gMC);
+       new(lTR[copy]) AliTrackReference(gAlice->CurrentTrack());
     } // if Outer ITS mother Volume
     if(!(this->IsActive())){
        return;
     } // if Outer ITS mother Volume
     if(!(this->IsActive())){
        return;