Ignore:
Timestamp:
11/15/01 12:06:46 (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

    r1023 r1082  
    3636    // Construct all hexagons. Use new-operator with placement
    3737    //
     38
     39    // root 3.02
     40    //  * base/inc/TObject.h:
     41    //    register BIT(8) as kNoContextMenu. If an object has this bit set it will
     42    //    not get an automatic context menu when clicked with the right mouse button.
     43
    3844    fPixels = new TClonesArray("MHexagon", fNumPixels);
    3945    for (UInt_t i=0; i<fNumPixels; i++)
  • trunk/MagicSoft/Mars/mgui/MGeomCam.cc

    r1048 r1082  
    1616!
    1717!
    18 !   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
    19 !   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
     18!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
     19!   Author(s): Harald Kornmayer 1/2001
    2020!
    2121!   Copyright: MAGIC Software Development, 2000-2001
     
    3737
    3838#include "MLog.h"
     39#include "MLogManip.h"
     40
    3941#include "MGeomPix.h"
    4042#include "MHexagon.h"
     
    105107    //   Print Information about the Geometry of the camera
    106108    //
    107     *fLog << " Number of Pixels (" << GetTitle() << "): " << fNumPixels << endl;
     109    *fLog << all << " Number of Pixels (" << GetTitle() << "): " << fNumPixels << endl;
    108110
    109111    for (UInt_t i=0; i<fNumPixels; i++)
  • trunk/MagicSoft/Mars/mgui/MGeomCamCT1.cc

    r977 r1082  
    1616!
    1717!
    18 !   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
    19 !   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
     18!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
     19!   Author(s): Harald Kornmayer 1/2001
    2020!
    2121!   Copyright: MAGIC Software Development, 2000-2001
     
    4242
    4343#include "MLog.h"
     44#include "MLogManip.h"
     45
    4446#include "MGeomPix.h"
    4547
     
    208210    // fill the geometry class with the coordinates of the CT1 camera
    209211    //
    210     *fLog << " Create CT1 geometry " << endl;
     212    *fLog << inf << " Create CT1 geometry " << endl;
    211213
    212214    //
  • trunk/MagicSoft/Mars/mgui/MGeomCamMagic.cc

    r977 r1082  
    1616!
    1717!
    18 !   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
    19 !   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
     18!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
     19!   Author(s): Harald Kornmayer 1/2001
    2020!
    2121!   Copyright: MAGIC Software Development, 2000-2001
     
    3838
    3939#include "MLog.h"
     40#include "MLogManip.h"
     41
    4042#include "MGeomPix.h"
    4143
     
    6365    //   fill the geometry class with the coordinates of the MAGIC camera
    6466    //
    65     *fLog << " Creating Magic geometry " << endl ;
     67    *fLog << inf << " Creating Magic geometry " << endl ;
    6668
    6769    //
  • trunk/MagicSoft/Mars/mgui/MGeomPix.cc

    r986 r1082  
    1616!
    1717!
    18 !   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
    19 !   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
     18!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
     19!   Author(s): Harald Kornmayer 1/2001
    2020!
    2121!   Copyright: MAGIC Software Development, 2000-2001
     
    3636
    3737#include "MLog.h"
     38#include "MLogManip.h"
    3839
    3940ClassImp(MGeomPix);
     
    8081{
    8182    //   information about a pixel
    82     gLog << "MPixGeom:  x= " << fX
     83    *fLog << all << "MPixGeom:  x= " << fX
    8384        << "  y= " << fY
    8485        << "  r= " << fR
  • trunk/MagicSoft/Mars/mgui/MHexagon.cc

    r1076 r1082  
    1616!
    1717!
    18 !   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
    19 !   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
     18!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
     19!   Author(s): Harald Kornmayer 1/2001
    2020!
    2121!   Copyright: MAGIC Software Development, 2000-2001
Note: See TracChangeset for help on using the changeset viewer.