Ignore:
Timestamp:
10/26/01 10:11:30 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcTrigHeader.cxx

    r613 r991  
     1#include "MMcTrigHeader.hxx"
     2
    13#include <iostream.h>
    2 #include "MMcTrigHeader.hxx"
    34
    45
     
    1314
    1415
    15 ClassImp(MMcTrigHeader)
     16ClassImp(MMcTrigHeader);
    1617
    1718
     
    4748
    4849
    49 void MMcTrigHeader::Print(Option_t *Option) {
     50void MMcTrigHeader::Print(Option_t *opt) const {
    5051  //
    5152  //  print out the data member on screen
    5253  //
    53 
    54   cout <<endl << "Monte Carlo Trigger output:" <<endl;
    55   cout << " XSTopology Trigger in this run : "<<fTopology<<endl;
    56   cout << " Multiplicity Trigger in this run : "<<fMultiplicity<<endl;
    57   cout << " Trigger Pattern in this run : "<<fTrigPattern[0]<<
    58     fTrigPattern[1]<<endl;
    59   cout << endl ;
     54  cout << endl;
     55  cout << "Monte Carlo Trigger output:" << endl;
     56  cout << " XSTopology Trigger in this run: "   << fTopology << endl;
     57  cout << " Multiplicity Trigger in this run: " << fMultiplicity << endl;
     58  cout << " Trigger Pattern in this run: ";
     59  cout << fTrigPattern[0] << ", " << fTrigPattern[1] << endl;
     60  cout << endl;
    6061}
Note: See TracChangeset for help on using the changeset viewer.