Changeset 7332 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 08/28/05 02:16:25 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/fillganymed.C
r7331 r7332 140 140 141 141 cout << "Dataset #" << ds << endl; 142 cout << " Excess Events: " << exc << endl;143 cout << " Background Events: " << bgd << endl;144 cout << " Signal Events: " << sig << endl;145 cout << " Significance: " << signif 146 cout << " Scale Factor: " << scale 147 cout << " Total eff. on-time: " << tm << "s = " << tm/3600. << "h" << endl;142 cout << " Excess Events: " << exc << endl; 143 cout << " Background Events: " << bgd << endl; 144 cout << " Signal Events: " << sig << endl; 145 cout << " Significance: " << signif << endl; 146 cout << " Scale Factor: " << scale << endl; 147 cout << " Total eff. on-time: " << tm << "s = " << tm/3600. << "h" << endl; 148 148 149 149 // cout << " Excess Rate: " << exc*60/tm << " evts/min" << endl; … … 162 162 " fSignificance=%s, " 163 163 " fScaleFactor=%s, " 164 " fEffOnTime=%d ", //, " 165 // " fExcessRate=%f, " 166 // " fBackgroundRate=%f, " 167 // " fSignificanceRate=%f ", 168 ds, exc, bgd, sig, signif, scale, tm);//, 169 // exc*60/tm, bgd*60/tm, 170 // S/TMath::Sqrt(tm/3600)); 164 " fEffOnTime=%d ", 165 ds, exc, bgd, sig, 166 signif, scale, tm); 171 167 } 172 168 else … … 178 174 " fSignificance=%s, " 179 175 " fScaleFactor=%s, " 180 " fEffOnTime=%d " //, " 181 // " fExcessRate=%f, " 182 // " fBackgroundRate=%f, " 183 // " fSignificanceRate=%f ", 176 " fEffOnTime=%d " 184 177 " WHERE fDataSetNumber=%d ", 185 exc, bgd, sig, signif, scale, tm, ds); 186 // exc*60/tm, bgd*60/tm, 187 // S/TMath::Sqrt(tm/3600), ds); 178 exc, bgd, sig, signif, 179 scale, tm, ds); 188 180 } 189 181
Note:
See TracChangeset
for help on using the changeset viewer.