--- DarthVader/TrackerLevel2/src/ExtTrack.cpp 2014/06/04 07:57:03 1.2 +++ DarthVader/TrackerLevel2/src/ExtTrack.cpp 2014/07/24 12:39:50 1.4 @@ -190,6 +190,8 @@ Clear();//deallocate vectors cout << "SetDimension("<=0 && ip<6)return fabs(dedx_x[ip]); + else if(iv==1 && ip>=0 && ip<6)return fabs(dedx_y[ip]); + else { + cout << "TrkTrack::GetDEDX(int ip, int iv) -- wrong input parameters "<0)def=al[4]; + return def; +}; ClassImp(ExtTrack);