Changeset 3500 for trunk/MagicSoft/Mars/mfilter
- Timestamp:
- 03/15/04 13:59:40 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFSoftwareTrigger.cc
r3454 r3500 162 162 *fLog << dec << setfill(' '); 163 163 164 *fLog << " " << setw(7) << fCut[0] << " (" << setw(3) ; 165 *fLog << (int)(fCut[0]*100/GetNumExecutions()); 166 *fLog << "%) Evts fullfilled software trigger"; 167 *fLog << " (NumPhotons>=" << fNumMinPhotons << ", NumNeighbors>="; 168 *fLog << (int)fNumNeighbors << ")" << endl; 164 169 *fLog << " " << setw(7) << fCut[1] << " (" << setw(3) ; 165 *fLog << (int)(fCut[1]*100/GetNumExecutions()) ; 166 *fLog << "%) Evts skipped due to: Software trigger not fullfilled" ; 167 *fLog << " (NumPhotons>=" << fNumMinPhotons << ", NumNeighbors>="; 168 *fLog << fNumNeighbors << ")" << endl; 169 170 *fLog << " " << fCut[0] << " (" << (int)(fCut[0]*100/GetNumExecutions()) ; 171 *fLog << "%) Evts survived software trigger!" << endl; 172 *fLog << endl; 170 *fLog << (int)(fCut[1]*100/GetNumExecutions()); 171 *fLog << "%) Evts didn't fullfill software trigger." << endl; 173 172 174 173 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.