Ignore:
Timestamp:
02/15/05 16:18:28 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MHImagePar.h

    r4834 r6489  
    1414{
    1515private:
    16     TH1F fHistSatHi;   // Number of pixels with sat hi-gain
    17     TH1F fHistSatLo;   // Number of pixels with sat lo-gain
     16    TH1F fHistSatHi;          // Number of pixels with sat hi-gain
     17    TH1F fHistSatLo;          // Number of pixels with sat lo-gain
    1818
    19     TH1F fHistIslands; // Number of islands per event
     19    TH1F fHistIslands;        // Number of islands per event
     20    TH1F fHistSizeSubIslands; // Size of sub islands
     21    TH1F fHistSizeMainIsland; // Size of main island
     22
     23    TH1F fHistNumSP;          // Number of single core pixels
     24    TH1F fHistSizeSP;         // size of single core pixels
     25
     26    Short_t fNumSatPixelsHG; // number of pixels with saturating hi-gains
     27    Short_t fNumSatPixelsLG; // number of pixels with saturating lo-gains
    2028
    2129public:
     
    3947
    4048#endif
    41 
    42 
Note: See TracChangeset for help on using the changeset viewer.