Changeset 609 for trunk/MagicSoft/include-Classes/MMcFormat/MHeaderTrig.cxx
- Timestamp:
- 02/22/01 14:30:10 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MHeaderTrig.cxx
r479 r609 47 47 // 48 48 49 cout <<endl << "Monte Carlo Trigger output:" <<endl; 50 cout << " XSTopology Trigger in this run : "<<topology<<endl; 51 cout << " Multiplicity Trigger in this run : "<<multiplicity<<endl; 52 cout << " Trigger Pattern in this run : "<<TriggerPattern[0]<< 53 TriggerPattern[1]<<endl; 54 cout << endl ; 49 cout << endl; 50 cout << "Monte Carlo Trigger output:" << endl; 51 cout << " XSTopology Trigger in this run: " << topology << endl; 52 cout << " Multiplicity Trigger in this run: " << multiplicity << endl; 53 cout << " Trigger Pattern in this run: "; 54 cout << TriggerPattern[0] << ", " << TriggerPattern[1] << endl; 55 cout << endl; 55 56 }
Note:
See TracChangeset
for help on using the changeset viewer.