]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/monitorGDC.cxx
Temporary fix
[u/mrichter/AliRoot.git] / MONITOR / monitorGDC.cxx
index 0d044987bdf0e0167ba4d358f790e40ae4ce16fc..b95f38e244f2cc1d2e8407fc95b6d05388939589 100644 (file)
@@ -107,7 +107,7 @@ int main(int argc, char** argv)
   //  AliKalmanTrack::SetConvConst(
   //     1000/0.299792458/AliHLTTransform::GetSolenoidField()
   //  );
-  AliITSgeomTGeo *geom = new AliITSgeomTGeo();
+  AliITSgeom *geom = new AliITSgeom();
   geom->ReadNewFile("$ALICE_ROOT/ITS/ITSgeometry_vPPRasymmFMD.det");
   if (!geom) return 1;
   Int_t sfield = 0;
@@ -268,7 +268,7 @@ int main(int argc, char** argv)
        nglobaltracks += hough2->FillESD(esd);
 
        // ITS tracker
-       AliHLTITStracker itsTracker(geom);
+       AliHLTITStracker itsTracker((AliITSgeomTGeo *)0x0);
        itsTracker.SetVertex(vtxPos,vtxErr);
 
        itsTracker.LoadClusters(treeClusters);