Ignore:
Timestamp:
11/18/02 11:18:47 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mgeom
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgeom/MGeomMirror.cc

    r1604 r1632  
    2323\* ======================================================================== */
    2424
    25 ///////////////////////////////////////////////////////////////////////
     25/////////////////////////////////////////////////////////////////////////////
    2626//
    2727// MGeomMirror
     
    2929// This is the base class of the Mirror geometry.
    3030//
    31 ///////////////////////////////////////////////////////////////////////
     31/////////////////////////////////////////////////////////////////////////////
    3232
    3333#include "MGeomMirror.h"
     
    7171// --------------------------------------------------------------------------
    7272//
    73 // DESCRIPTION MISSING
     73// DESCRIPTION MISSING: Please contact Oscar
    7474//
    7575void MGeomMirror::SetMirrorContent(Int_t mir, Float_t focal, Float_t curv_x,
  • trunk/MagicSoft/Mars/mgeom/MGeomMirror.h

    r1600 r1632  
    4242                           Float_t dev_x, Float_t dev_y);
    4343
    44     ClassDef(MGeomMirror, 1)  // class containing information about the Cerenkov Photons in a pixel
     44    ClassDef(MGeomMirror, 1)  // geometry class describing one mirror
    4545};
    4646
  • trunk/MagicSoft/Mars/mgeom/MGeomPMT.cc

    r1605 r1632  
    2323\* ======================================================================== */
    2424
    25 ///////////////////////////////////////////////////////////////////////
     25/////////////////////////////////////////////////////////////////////////////
    2626//
    2727// MGeomPMT
     
    2929// This is the base class of the PMT characteristics.
    3030//
    31 ///////////////////////////////////////////////////////////////////////
     31////////////////////////////////////////////////////////////////////////////
    3232#include "MGeomPMT.h"
    3333
     
    5050// --------------------------------------------------------------------------
    5151//
    52 // DESCRIPTION MISSING
     52// DESCRIPTION MISSING Please contact Oscar
    5353//
    5454void MGeomPMT::SetPMTContent(Int_t pmt, const TArrayF &wav, const TArrayF &qe)
Note: See TracChangeset for help on using the changeset viewer.