Changeset 601 for trunk


Ignore:
Timestamp:
02/20/01 15:05:39 (24 years ago)
Author:
harald
Message:
At the Barcelona workshop we decided to rename the class MNphotEvent to
MCerPhotEvt. This is done now.
Location:
trunk/MagicSoft/Mars/manalysis
Files:
2 added
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/AnalysisLinkDef.h

    r592 r601  
    55#pragma link off all functions;
    66
    7 #pragma link C++ class MNphotPix;
    8 #pragma link C++ class MNphotEvent;
     7#pragma link C++ class MCerPhotPix;
     8#pragma link C++ class MCerPhotEvt;
    99
    1010#pragma link C++ class MReadCT1Ascii;
  • trunk/MagicSoft/Mars/manalysis/MReadCT1Ascii.cc

    r597 r601  
    1313
    1414#include "MParList.h"
    15 #include "MNphotEvent.h"
     15#include "MCerPhotEvt.h"
    1616
    1717ClassImp(MReadCT1Ascii)
     
    4949    return kFALSE ;
    5050 
    51   //  look for the MNphotEvent class in the plist
     51  //  look for the MCerPhotEvt class in the plist
    5252
    5353   
    54   fNphot = (MNphotEvent*)pList->FindObject("MNphotEvent");
     54  fNphot = (MCerPhotEvt*)pList->FindObject("MCerPhotEvt");
    5555 
    5656  if (!fNphot )
    5757    {
    58       cout << "MRawCT1Ascii::PreProcess - WARNING: MNphotEvent not found... exit" << endl;
     58      cout << "MRawCT1Ascii::PreProcess - WARNING: MCerPhotEvt not found... exit" << endl;
    5959      return kFALSE ;
    6060    }
  • trunk/MagicSoft/Mars/manalysis/MReadCT1Ascii.h

    r597 r601  
    66#endif
    77
    8 class MNphotEvent ;
     8class MCerPhotEvt ;
    99
    1010class MReadCT1Ascii : public MTask
     
    1515  FILE*   fInputfile ; //! the inputfile
    1616
    17   MNphotEvent *fNphot ; //! the data container for all data.
     17  MCerPhotEvt *fNphot ; //! the data container for all data.
    1818
    1919  Float_t fPedest[127] ; //!
  • trunk/MagicSoft/Mars/manalysis/Makefile

    r592 r601  
    3131.SUFFIXES: .c .cc .cxx .h .hxx .o
    3232
    33 SRCFILES = MNphotEvent.cc \
     33SRCFILES = MCerPhotEvt.cc \
    3434           MReadCT1Ascii.cc
    3535
Note: See TracChangeset for help on using the changeset viewer.