Changeset 7438 for trunk/MagicSoft/Cosy
- Timestamp:
- 12/01/05 16:43:46 (19 years ago)
- Location:
- trunk/MagicSoft/Cosy/tpoint
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/tpoint/plot.C
r7147 r7438 77 77 ifstream fin(fname); 78 78 79 cout << "Reading from "<< fname << "..." << flush;79 cout << "Reading " << setw(23) << fname << "..." << flush; 80 80 81 81 while (1) … … 109 109 } 110 110 111 cout << "done (" << g[0].GetN() << ")" << endl; 111 cout << "done (" << setw(3) << (Int_t)h->GetEntries() << "/"; 112 cout << setw(3) << g[0].GetN() << ") " << flush; 112 113 113 114 return g[0].GetN(); … … 121 122 }; 122 123 123 const Int_t counts = 1 3-4;124 const Int_t counts = 17-4; 124 125 Description_t desc[counts] = 125 126 { … … 137 138 {"0503", "TPoints Residuals 3/2005" , "tpoint/tpoint0503.txt"}, 138 139 {"0504", "TPoints Residuals 4/2005" , "tpoint/tpoint0504.txt"}, 139 {"05051", "TPoints Residuals 5/200 4-1" , "tpoint/tpoint0505-1.txt"},140 {"05051", "TPoints Residuals 5/2005-1" , "tpoint/tpoint0505-1.txt"}, 140 141 // Mirror alignment has been fixed 141 {"05052", "TPoints Residuals 5/200 4-2" , "tpoint/tpoint0505-2.txt"},142 {"05052", "TPoints Residuals 5/2005-2" , "tpoint/tpoint0505-2.txt"}, 142 143 // 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"} 144 152 }; 145 153 … … 161 169 cout << setw(2) << i << ": " << flush; 162 170 n[i] = fill(desc[i].fFile, g, &hx[i]); 171 cout << " Mean: " << setw(5) << setprecision(2) << hx[i].GetMean() << " deg" << hx[i].GetRMS()<<endl; 163 172 } 164 173 -
trunk/MagicSoft/Cosy/tpoint/tpoint0511.txt
r7430 r7438 413 413 # Capella 0.08 41 -52 414 414 -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 419 168.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.