Ignore:
Timestamp:
06/13/01 12:08:54 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/manalysis
Files:
4 edited

Legend:

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

    r715 r847  
    4747  MCerPhotPix &operator[](int i) { return *(MCerPhotPix*)(fPixels->At(i)); }
    4848
    49   ClassDef(MCerPhotEvt, 1)    // class for Nphotons Events
     49  ClassDef(MCerPhotEvt, 1)    // class for an event containing cerenkov photons
    5050};
    5151
  • trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h

    r666 r847  
    3838  void SetErrorPhot(Float_t f)  { fErrPhot = f; }
    3939 
    40   ClassDef(MCerPhotPix, 1)  // Cerenkov Photons class for the pixel
     40  ClassDef(MCerPhotPix, 1)  // class containing information about the Cerenkov Photons in a pixel
    4141} ;
    4242
  • trunk/MagicSoft/Mars/manalysis/MImgCleanStd.h

    r716 r847  
    3232    Bool_t Process();
    3333
    34     ClassDef(MImgCleanStd, 0)    // class for Nphotons Events
     34    ClassDef(MImgCleanStd, 0)    // task doing a standard image cleaning
    3535};
    3636
  • trunk/MagicSoft/Mars/manalysis/MMcPedestalCopy.h

    r698 r847  
    3434    Bool_t Process();
    3535
    36     ClassDef(MMcPedestalCopy, 0)   // Task to calculate Hillas parameters
     36    ClassDef(MMcPedestalCopy, 0)   // Task which copies the pedestals from the MC into the standard container
    3737};
    3838
Note: See TracChangeset for help on using the changeset viewer.