Changeset 602 for trunk


Ignore:
Timestamp:
02/20/01 15:14:02 (24 years ago)
Author:
harald
Message:
neccessary changes after the transformation MNphotEvent --> MCerPhotEvt
Location:
trunk/MagicSoft/Mars
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/readCT1.C

    r597 r602  
    99  //
    1010 
    11   MNphotEvent *phevt = new MNphotEvent() ;
     11  MCerPhotEvt *phevt = new MCerPhotEvt() ;
    1212
    1313  plist->AddToList( phevt ) ;
  • trunk/MagicSoft/Mars/mgui/MCamDisplay.cc

    r598 r602  
    1111#include "MCamGeom.h"
    1212
    13 #include "MNphotEvent.h"
     13#include "MCerPhotEvt.h"
    1414
    1515
     
    123123
    124124
    125 void MCamDisplay::Draw( MNphotEvent *event)
    126 {
    127 
    128   // loop over all pixels in the MNphotEvent and
     125void MCamDisplay::Draw( MCerPhotEvt *event)
     126{
     127
     128  // loop over all pixels in the MCerPhotEvt and
    129129  // determine the Pixel Id and the content
    130130
     
    158158
    159159
    160 void MCamDisplay::DrawError( MNphotEvent *event)
     160void MCamDisplay::DrawError( MCerPhotEvt *event)
    161161{
    162162  //
    163163
    164   // loop over all pixels in the MNphotEvent and
     164  // loop over all pixels in the MCerPhotEvt and
    165165  // determine the Pixel Id and the content
    166166  Reset() ;
  • trunk/MagicSoft/Mars/mgui/MCamDisplay.h

    r596 r602  
    99
    1010class TClonesArray ;
    11 class MNphotEvent  ;
     11class MCerPhotEvt  ;
    1212
    1313class MCamDisplay : public TObject
     
    3535  void Draw(Option_t *option = "" ) ;
    3636
    37   void Draw( MNphotEvent *event) ;
    38   void DrawError( MNphotEvent *event) ;
     37  void Draw( MCerPhotEvt *event) ;
     38  void DrawError( MCerPhotEvt *event) ;
    3939
    4040  void Reset() ;
  • trunk/MagicSoft/Mars/mgui/Makefile

    r599 r602  
    5959           MHexagon.cc \
    6060           MCamGeom.cc \
    61            MCamNeighbor.cc
     61           MCamNeighbor.cc \
     62           MCamDisplay.cc
    6263
    6364
Note: See TracChangeset for help on using the changeset viewer.