Ignore:
Timestamp:
04/21/03 14:25:52 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1910 r1968  
    2626    TGraph *fGraph;   //-> gamma acceptance vs. hadron acceptance
    2727
     28    void Paint(Option_t *opt="");
     29    void CalcGraph(Double_t sumg, Double_t sump);
     30
    2831public:
    2932    MHHadronness(Int_t nbins=100, const char *name=NULL, const char *title=NULL);
     
    4851
    4952    void Draw(Option_t *opt="");
    50     TObject *DrawClone(Option_t *opt="") const;
    5153
    5254    ClassDef(MHHadronness, 1) // Gamma/Hadron Separation Quality Histograms
Note: See TracChangeset for help on using the changeset viewer.