Ignore:
Timestamp:
06/23/03 13:19:34 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MMcTriggerLvl2.cc

    r2173 r2210  
    4848#include "MGeomPix.h"
    4949#include "MGeomCamMagic.h"
    50 #include "MCamDisplay.h"
     50#include "MHCamera.h"
    5151
    5252#include "MMcTrig.hxx"
     
    283283
    284284  //
    285   // Use MCamDisplay class variable for avoiding to create a MCamDisplay each
     285  // Use MHCamera class variable for avoiding to create a MHCamera each
    286286  // time this function is called. Also, now all the hexagons are drawn in
    287287  // the same camera pad
     
    291291  if (!fCam)
    292292    {
    293       fCam = new MCamDisplay(fGeomCam);
     293      fCam = new MHCamera(*fGeomCam);
    294294      fCam->Draw();
    295295      fCam->DrawPixelNumbers();
     
    325325{
    326326  //
    327   // Use MCamDisplay class variable for avoiding to create a MCamDisplay each
     327  // Use MHCamera class variable for avoiding to create a MHCamera each
    328328  // time this function is called. Also, now all the hexagons are drawn in
    329329  // the same camera pad
     
    335335  if (!fCam)
    336336    {
    337       fCam = new MCamDisplay(fGeomCam);
     337      fCam = new MHCamera(*fGeomCam);
    338338      fCam->Draw(); 
    339339      fCam->DrawPixelNumbers();
Note: See TracChangeset for help on using the changeset viewer.