Ignore:
Timestamp:
06/13/03 16:42:37 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.