--- DarthVader/TrackerLevel2/src/TrkProcess.cpp 2006/10/26 16:22:37 1.6 +++ DarthVader/TrackerLevel2/src/TrkProcess.cpp 2006/12/02 10:42:53 1.7 @@ -12,9 +12,10 @@ idrun = 0; dbg_mode.SetNone(); - get1 = 0; - geth = 0; - get2 = 1; + get1 = 0; + full1 = 0; + geth = 0; + get2 = 1; standalone = false; frame2 = "root"; frame1 = "root"; @@ -47,7 +48,8 @@ // DEBUG = false; // VERBOSE = false; dbg_mode.SetWarning(); - get1 = 0; + get1 = 0; + full1 = 0; get2 = 1; geth = 0; standalone = false; @@ -94,7 +96,14 @@ } // -----------------------------------------------------// if (!strcmp(vcustom[i], "--get1") || !strcmp(vcustom[i], "--get-level1") ){ - get1 = 1; + get1 = 1; + full1 = 0; + continue; + } + // -----------------------------------------------------// + if (!strcmp(vcustom[i], "--get1-full") || !strcmp(vcustom[i], "--get-level1-full") ){ + get1 = 1; + full1 = 1; continue; } // -----------------------------------------------------// @@ -159,6 +168,8 @@ else if (!frameh.CompareTo("hbook", TString::kIgnoreCase)) ifrooth =false; else throw -201; + if(get1 && !get2)full1=true; + ostatus = 0; }; @@ -178,11 +189,8 @@ // reductionflight_(&F77err); if(F77err < 0)throw F77err; - // else if(F77err > 0 && WarningMode())cout<<" WARNING ("< 0 && WarningMode())cout<<" WARNING ("<