Ignore:
Timestamp:
05/03/02 09:33:44 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mgui
Files:
6 edited

Legend:

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

    r1325 r1330  
     1/* ======================================================================== *\
     2!
     3! *
     4! * This file is part of MARS, the MAGIC Analysis and Reconstruction
     5! * Software. It is distributed to you in the hope that it can be a useful
     6! * and timesaving tool in analysing Data of imaging Cerenkov telescopes.
     7! * It is distributed WITHOUT ANY WARRANTY.
     8! *
     9! * Permission to use, copy, modify and distribute this software and its
     10! * documentation for any purpose is hereby granted without fee,
     11! * provided that the above copyright notice appear in all copies and
     12! * that both that copyright notice and this permission notice appear
     13! * in supporting documentation. It is provided "as is" without express
     14! * or implied warranty.
     15! *
     16!
     17!
     18!   Author(s): Thomas Bretz  05/2002 <mailto:tbretz@astro.uni-wuerzburg.de>
     19!   Author(s): Harald Kornmayer 1/2001
     20!
     21!   Copyright: MAGIC Software Development, 2000-2002
     22!
     23!
     24\* ======================================================================== */
     25
     26/////////////////////////////////////////////////////////////////////////////
     27//
     28// MCamDisplay
     29//
     30// Camera Display
     31//
     32////////////////////////////////////////////////////////////////////////////
    133#include "MCamDisplay.h"
    234
  • trunk/MagicSoft/Mars/mgui/MGeomCam.cc

    r1276 r1330  
    1919!   Author(s): Harald Kornmayer 1/2001
    2020!
    21 !   Copyright: MAGIC Software Development, 2000-2001
     21!   Copyright: MAGIC Software Development, 2000-2002
    2222!
    2323!
  • trunk/MagicSoft/Mars/mgui/MGeomCamCT1.cc

    r1216 r1330  
    1616!
    1717!
    18 !   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
     18!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@astro.uni-wuerzburg.de>
    1919!   Author(s): Harald Kornmayer 1/2001
    2020!
    21 !   Copyright: MAGIC Software Development, 2000-2001
     21!   Copyright: MAGIC Software Development, 2000-2002
    2222!
    2323!
    2424\* ======================================================================== */
    2525
    26 ///////////////////////////////////////////////////////////////////////
     26/////////////////////////////////////////////////////////////////////////////
    2727//
    2828// MGeomCamCT1
     
    3232// is calculated (for Algorithm see CreateCam
    3333//
    34 ///////////////////////////////////////////////////////////////////////
     34////////////////////////////////////////////////////////////////////////////
    3535
    3636#include "MGeomCamCT1.h"
  • trunk/MagicSoft/Mars/mgui/MGeomCamMagic.cc

    r1216 r1330  
    1616!
    1717!
    18 !   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
     18!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@astro.uni-wuerzburg.de>
    1919!   Author(s): Harald Kornmayer 1/2001
    2020!
    21 !   Copyright: MAGIC Software Development, 2000-2001
     21!   Copyright: MAGIC Software Development, 2000-2002
    2222!
    2323!
    2424\* ======================================================================== */
    2525
    26 ///////////////////////////////////////////////////////////////////////
     26/////////////////////////////////////////////////////////////////////////////
    2727//
    2828// MGeomCamMagic
     
    3131// All information are copied from tables, see source code.
    3232//
    33 ///////////////////////////////////////////////////////////////////////
     33////////////////////////////////////////////////////////////////////////////
    3434
    3535#include "MGeomCamMagic.h"
  • trunk/MagicSoft/Mars/mgui/MGeomPix.cc

    r1271 r1330  
    1616!
    1717!
    18 !   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
     18!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@astro.uni-wuerzburg.de>
    1919!   Author(s): Harald Kornmayer 1/2001
    2020!
     
    3131// a single pixel together with the information about next neighbors.
    3232//
    33 //////////////////////////////////////////////////////////////////////////////
     33////////////////////////////////////////////////////////////////////////////
    3434
    3535#include "MGeomPix.h"
  • trunk/MagicSoft/Mars/mgui/MHexagon.cc

    r1082 r1330  
    1616!
    1717!
    18 !   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
     18!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@astro.uni-wuerzburg.de>
    1919!   Author(s): Harald Kornmayer 1/2001
    2020!
    21 !   Copyright: MAGIC Software Development, 2000-2001
     21!   Copyright: MAGIC Software Development, 2000-2002
    2222!
    2323!
    2424\* ======================================================================== */
    2525
    26 //
    27 //  The class MHexagon is needed for the Event Display of
    28 //  MAGIC.
    29 //
     26//////////////////////////////////////////////////////////////////////////////
     27//                                                                          //
     28// MHexagon                                                                 //
     29//                                                                          //
     30//////////////////////////////////////////////////////////////////////////////
     31
    3032#include "MHexagon.h"
    3133
Note: See TracChangeset for help on using the changeset viewer.