Ignore:
Timestamp:
05/10/05 14:41:37 (20 years ago)
Author:
meyer
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmuon/MHMuonPar.h

    r6979 r7009  
    1919{
    2020private:
    21     TH1F     fHistRadius;    //
    22     TH1F     fHistArcWidth;  //
     21    TH1F     fHistRadius;    // Radius
     22    TH1F     fHistArcWidth;  // ArcWidth
    2323
    24     TProfile fHistBroad;     // Area of used pixels
    25     TProfile fHistSize;      // [ratio] concentration ratio: sum of the two highest pixels / fSize
     24    TProfile fHistBroad;     // ArcWidth/Radius Vs Radius
     25    TProfile fHistSize;      // MuonSize Vs Radius
    2626
    2727    MMuonSearchPar *fMuonSearchPar; //!
     
    3636    Bool_t Fill(const MParContainer *par, const Stat_t w=1);
    3737
    38     //TH1 *GetHistByName(const TString name);
    39 
    4038    const TH1F&     GetHistRadius() const    { return fHistRadius; }
    4139    const TH1F&     GetHistArcWidth() const  { return fHistArcWidth; }
     
    4543    void Draw(Option_t *opt="");
    4644
    47     ClassDef(MHMuonPar, 1) // Histograms of new image parameters
     45    ClassDef(MHMuonPar, 1)
    4846};
    4947
Note: See TracChangeset for help on using the changeset viewer.