Ignore:
Timestamp:
06/13/03 16:42:37 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mreflector
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mreflector/MRflEvtData.cc

    r2135 r2173  
    4444ClassImp(MRflEvtData);
    4545
     46using namespace std;
     47
    4648// --------------------------------------------------------------------------
    4749//
     
    5961// Dump informations off all photons
    6062//
    61 void MRflEvtData::Print(Option_t *o="") const
     63void MRflEvtData::Print(Option_t *o) const
    6264{
    6365    *fLog << all << underline << GetDescriptor() << ":" << endl;
  • trunk/MagicSoft/Mars/mreflector/MRflSinglePhoton.cc

    r2135 r2173  
    3737ClassImp(MRflSinglePhoton);
    3838
     39using namespace std;
     40
    3941// --------------------------------------------------------------------------
    4042//
    4143// Dump all photon information
    4244//
    43 void MRflSinglePhoton::Print(Option_t *o="") const
     45void MRflSinglePhoton::Print(Option_t *o) const
    4446{
    4547    *fLog << all << "x=" << fX << " y=" << fY << endl;
Note: See TracChangeset for help on using the changeset viewer.