Ignore:
Timestamp:
03/30/01 12:08:08 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhist
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MFillHFadc.h

    r711 r712  
    2525  Bool_t Process() ;
    2626 
    27   ClassDef(MFillHFadc, 0)       // Task to fill a MHistosAdc Container with data
     27  ClassDef(MFillHFadc, 0)  // Task to fill the fadc data into histograms
    2828
    2929};
  • trunk/MagicSoft/Mars/mhist/MFillHHillas.h

    r710 r712  
    2525  Bool_t Process() ;
    2626 
    27   ClassDef(MFillHHillas, 0)     // Task to fill the Hillas histograms
    28 
     27  ClassDef(MFillHHillas, 0) // Task to fill the Hillas parameters into histograms
    2928};
    3029   
  • trunk/MagicSoft/Mars/mhist/MFillHStarMap.h

    r710 r712  
    2525  Bool_t Process() ;
    2626 
    27   ClassDef(MFillHStarMap, 0)    // Task to fill the Hillas histograms
     27  ClassDef(MFillHStarMap, 0) // Task to fill a 2-dim histogram by the Hillas parameters
    2828
    2929};
  • trunk/MagicSoft/Mars/mhist/MHFadcCam.h

    r710 r712  
    4848    }
    4949
    50     ClassDef(MHFadcCam, 1)      // list of Histograms with ADC spectra
     50    ClassDef(MHFadcCam, 1) // A list of histograms storing the Fadc spektrum of one pixel
    5151};
    5252
  • trunk/MagicSoft/Mars/mhist/MHFadcPix.h

    r711 r712  
    3131    void Draw(Option_t *opt=NULL);
    3232
    33     ClassDef(MHFadcPix, 1)
     33    ClassDef(MHFadcPix, 1) // Conatiner to hold two histograms container spektrums for the lo-/hi gain of one pixel
    3434};
    3535
  • trunk/MagicSoft/Mars/mhist/MHHillas.cc

    r710 r712  
    3232
    3333    //
    34     //   loop over all Pixels and create two histograms
    35     //   one for the Low and one for the High gain
    36     //   connect all the histogram with the container fHist
     34    // loop over all Pixels and create two histograms
     35    // one for the Low and one for the High gain
     36    // connect all the histogram with the container fHist
     37    //
     38    // FIXME! Make the histograms looking that they can be used for
     39    //        presentations (axis title, ...)
    3740    //
    3841    fAlpha  = new TH1F("Alpha [deg]", "Alpha of Hillas",   90, 0,  90);
  • trunk/MagicSoft/Mars/mhist/MHHillas.h

    r710 r712  
    3434    void Draw(Option_t *opt=NULL);
    3535
    36     ClassDef(MHHillas, 1)       // list of Histograms with ADC spectra
     36    ClassDef(MHHillas, 1) // Container which holds hostograms for the Hillas parameters
    3737};
    3838
  • trunk/MagicSoft/Mars/mhist/MHStarMap.cc

    r710 r712  
    22//
    33// MHStarMap
     4//
     5// This class contains a 2-dimensional histogram. It should show some
     6// kind of star map. The algorith which calculates the star map
     7// from the Hillas parameters (Fill) can be enhanced.
    48//
    59///////////////////////////////////////////////////////////////////////
  • trunk/MagicSoft/Mars/mhist/MHStarMap.h

    r710 r712  
    3232    void Draw(Option_t *opt=NULL);
    3333
    34     ClassDef(MHStarMap, 1)      // list of Histograms with ADC spectra
     34    ClassDef(MHStarMap, 1) // Container to hold 2-dim histogram (starmap)
    3535};
    3636
Note: See TracChangeset for help on using the changeset viewer.