Ignore:
Timestamp:
06/24/03 15:01:48 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mgui
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MCamEvent.cc

    r2206 r2229  
    2424
    2525//////////////////////////////////////////////////////////////////////////////
    26 //                                                                          //
    27 // MCamEvent                                                                //
    28 //                                                                          //
     26//
     27// MCamEvent
     28//
     29// A base class describing an event in the camera.
     30//
    2931//////////////////////////////////////////////////////////////////////////////
    3032#include "MCamEvent.h"
  • trunk/MagicSoft/Mars/mgui/MCamEvent.h

    r2206 r2229  
    22#define MARS_MCamEvent
    33
    4 //////////////////////////////////////////////////////////////
    5 //
    6 //   MCamEvent
    7 //
    8 //   A Hexagon for the MAGIC event display
    9 //
    10 //////////////////////////////////////////////////////////////
    114#ifndef MARS_MParContainer
    125#include "MParContainer.h"
  • trunk/MagicSoft/Mars/mgui/MHexagon.cc

    r2173 r2229  
    8383// ------------------------------------------------------------------------
    8484//
    85 //     default destructor for MHexagon
    86 //
    87 MHexagon::~MHexagon()
    88 {
    89 }
    90 
    91 // ------------------------------------------------------------------------
    92 //
    9385//     copy this hexagon to hexagon
    9486//
  • trunk/MagicSoft/Mars/mgui/MHexagon.h

    r2189 r2229  
    4242    MHexagon(MGeomPix &pix);
    4343    MHexagon(const MHexagon &hexagon);
    44     virtual ~MHexagon();
    4544
    4645    virtual void  Copy(TObject &hexagon)
Note: See TracChangeset for help on using the changeset viewer.