Changeset 609 for trunk/MagicSoft/include-Classes
- Timestamp:
- 02/22/01 14:30:10 (24 years ago)
- Location:
- trunk/MagicSoft/include-Classes/MMcFormat
- Files:
-
- 3 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 } -
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx
r574 r609 154 154 // print out the data member on screen 155 155 // 156 cout << endl << "Monte Carlo output:" <<endl;157 cout << " Particle Id : " << usPartId ;158 cout << " Energy (GeV) : " << fEnergy ;159 cout << " Impactpar. (m) : " << fImpact ;160 cout << " Photoelectrons : " << usPhotEl ;156 cout << endl << "Monte Carlo output:" << endl; 157 cout << " Particle Id: " << usPartId << endl; 158 cout << " Energy [GeV]: " << fEnergy << endl; 159 cout << " Impactpar. [m]: " << fImpact << endl; 160 cout << " Photoelectrons: " << usPhotEl << endl; 161 161 cout << endl ; 162 162 } -
trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.cxx
r483 r609 69 69 70 70 cout <<endl << "Monte Carlo Trigger output:" <<endl; 71 cout << " First Level Trigger in this Event : "<<nFirstLevel<<endl;72 cout << " Times of first Level Trigger in this Event 71 cout << " First Level Trigger in this Event: "<<nFirstLevel<<endl; 72 cout << " Times of first Level Trigger in this Event: "; 73 73 for (i=0;i<nFirstLevel;i++){ 74 74 cout<< timeFirst[i]<<"-"; 75 75 } 76 76 cout<<endl; 77 cout << " Pixels of first Level Trigger in this Event 77 cout << " Pixels of first Level Trigger in this Event: "; 78 78 for (i=0;i<nFirstLevel;i++){ 79 79 cout<<pixelFirst[i]<<"-"; 80 80 } 81 81 cout<<endl; 82 cout << " Second Level Trigger in this Event : " << nSecondLevel << endl ;82 cout << " Second Level Trigger in this Event: " << nSecondLevel << endl ; 83 83 cout << endl ; 84 84 }
Note:
See TracChangeset
for help on using the changeset viewer.