Ignore:
Timestamp:
06/17/04 10:18:24 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4299 r4300  
    103103
    104104    Int_t Fill(Axis_t x);
    105     Int_t Fill(Axis_t x, Stat_t w);
    106105    Int_t Fill(const char *name, Stat_t w) { return -1; }
    107106    void  FillN(Int_t ntimes, const Axis_t *x, const Double_t *w, Int_t stride=1) {}
     
    120119
    121120    Int_t Fill(Axis_t x, Axis_t y, Stat_t w);
     121    Int_t Fill(Axis_t x, Stat_t w);
    122122
    123123    //void     AddPixContent(Int_t idx) const { AddBinContent(idx+1); }
Note: See TracChangeset for help on using the changeset viewer.