Changeset 4300 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
06/17/04 10:18:24 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4299 r4300  
    2222 
    2323  * mhist/MHCamera.h
    24     - make SetUsed() public. Like this, it is possible to use the
     24    - make SetUsed() and Fill(x,w) public. It is now possible to use the
    2525      Fill-function together with the SetUsed(idx), when no
    2626      SetCamContent(...) is available.
    27       (Default of the Fill-function was always to have all pixels
    28        not-used).
     27      Previously, only a Fill(x,y,w) was public, with x and y positions
     28      in the camera.
    2929
    3030
  • 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.