Ignore:
Timestamp:
04/29/09 13:05:42 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/caos
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/caos/Rings.cc

    r7297 r9435  
    4444                n++;
    4545            }
    46 
    47     //    Expand(n);
    4846}
    4947
    50 void Rings::CalcRings(Leds &leds, Float_t min, Float_t max)
     48Int_t Rings::CalcRings(Leds &leds, Float_t min, Float_t max)
    5149{
    5250    CalcCenters(leds, min, max);
     
    5755    for (int j=0; j<n; j++)
    5856        leds(j).CalcPhi(fCenter);
     57
     58    return GetEntries();
    5959}
    6060
  • trunk/MagicSoft/Cosy/caos/Rings.h

    r7787 r9435  
    2525    void SetMinNumberLeds(Short_t n) { fMinNumberLeds=n; }
    2626
    27     void CalcRings(Leds &leds, Float_t min=-1, Float_t max=-1);
     27    Int_t CalcRings(Leds &leds, Float_t min=-1, Float_t max=-1);
    2828
    2929    void Print(Option_t *o=NULL) const;
Note: See TracChangeset for help on using the changeset viewer.