--- DarthVader/TrackerLevel2/src/TrkLevel2.cpp 2007/02/16 14:56:01 1.26 +++ DarthVader/TrackerLevel2/src/TrkLevel2.cpp 2007/02/21 10:40:38 1.28 @@ -304,6 +304,7 @@ // readb_(); TrkParams::Set(path,1); + TrkParams::Load(1); }; @@ -450,6 +451,10 @@ for(int j=0; j<5; j++) coval[i][j]=0.; } } +void TrkTrack::SetTrackingMode(int trackmode){ + extern cMini2track track_; + track_.trackmode = trackmode; +} //-------------------------------------- // @@ -1087,6 +1092,7 @@ // readb_(); TrkParams::Set(path,1); + TrkParams::Load(1); // };