Ignore:
Timestamp:
01/09/08 11:36:08 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpointing/MSrcPosCam.cc

    r7804 r8801  
    3636#include <fstream>
    3737
     38#include <TMarker.h>
    3839#include <TVector2.h>
    3940
     
    7879    *fLog << " - x [mm] = " << fX << endl;
    7980    *fLog << " - y [mm] = " << fY << endl;
     81}
     82
     83// -----------------------------------------------------------------------
     84//
     85// Paint contents
     86//
     87void MSrcPosCam::Paint(Option_t *)
     88{
     89    TMarker m;
     90    m.SetMarkerStyle(kStar);
     91    m.SetMarkerColor(kBlack);
     92    m.DrawMarker(fX, fY);
    8093}
    8194
Note: See TracChangeset for help on using the changeset viewer.