Changeset 7438 for trunk/MagicSoft/Cosy


Ignore:
Timestamp:
12/01/05 16:43:46 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/tpoint
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/tpoint/plot.C

    r7147 r7438  
    7777    ifstream fin(fname);
    7878
    79     cout << "Reading from " << fname << "..." << flush;
     79    cout << "Reading " << setw(23) << fname << "..." << flush;
    8080
    8181    while (1)
     
    109109    }
    110110
    111     cout << "done (" << g[0].GetN() << ")" << endl;
     111    cout << "done (" << setw(3) << (Int_t)h->GetEntries() << "/";
     112    cout << setw(3) << g[0].GetN() << ") " << flush;
    112113
    113114    return g[0].GetN();
     
    121122};
    122123
    123 const Int_t counts = 13-4;
     124const Int_t counts = 17-4;
    124125Description_t desc[counts] =
    125126{
     
    137138    {"0503",  "TPoints Residuals 3/2005" ,   "tpoint/tpoint0503.txt"},
    138139    {"0504",  "TPoints Residuals 4/2005" ,   "tpoint/tpoint0504.txt"},
    139     {"05051", "TPoints Residuals 5/2004-1" , "tpoint/tpoint0505-1.txt"},
     140    {"05051", "TPoints Residuals 5/2005-1" , "tpoint/tpoint0505-1.txt"},
    140141    // Mirror alignment has been fixed
    141     {"05052", "TPoints Residuals 5/2004-2" , "tpoint/tpoint0505-2.txt"},
     142    {"05052", "TPoints Residuals 5/2005-2" , "tpoint/tpoint0505-2.txt"},
    142143    // Fixes to pointing model due to fixing a screw
    143     {"0506", "TPoints Residuals 6/2004" , "tpoint/tpoint0506.txt"}
     144    {"0506", "TPoints Residuals 6/2005" , "tpoint/tpoint0506.txt"},
     145
     146    {"0508", "TPoints Residuals 8/2005" , "tpoint/tpoint0508.txt"},
     147    {"0509", "TPoints Residuals 9/2005" , "tpoint/tpoint0509.txt"},
     148    // Quick-and-dirty mirror alignment
     149    {"0510", "TPoints Residuals 10/2005" , "tpoint/tpoint0510.txt"},
     150    // New mirror alignment after Tenerife meeting
     151    {"0511", "TPoints Residuals 11/2005" , "tpoint/tpoint0511.txt"}
    144152};
    145153
     
    161169        cout << setw(2) << i << ": " << flush;
    162170        n[i] = fill(desc[i].fFile, g, &hx[i]);
     171        cout << " Mean: " << setw(5) << setprecision(2) << hx[i].GetMean() << " deg" <<  hx[i].GetRMS()<<endl;
    163172    }
    164173
  • trunk/MagicSoft/Cosy/tpoint/tpoint0511.txt

    r7430 r7438  
    413413# Capella               0.08    41   -52
    414414-51.7696 48.90804 90.75324 40.04845 5.278056 45.99806 -0.005096606 -0.02454738 53698.227554 197.9 2.627
     415
     416# --- 25.11.2005 --- 05:24:26.665
     417-112.7778 47.83293 29.71322 39.00944 5.919444 7.406944 0.03266414 0.0009378095 53699.225309 204 2.6
     418-143.7334 61.8596 358.7161 52.9985 7.655 5.225 0.007570955 0.01169973 53699.235536 204.6 2.769
     419168.2918 51.8943 310.7723 42.92117 9.459722 -8.658611 0.02000216 0.02253327 53699.24525 209.6 3.605
     420-52.39955 41.5637 90.11908 32.74121 5.278056 45.99806 0.02508735 0.002372406 53699.25409 199.4 2.982
Note: See TracChangeset for help on using the changeset viewer.