Changeset 9435 for trunk/MagicSoft/Cosy/caos
- Timestamp:
- 04/29/09 13:05:42 (16 years ago)
- Location:
- trunk/MagicSoft/Cosy/caos
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/caos/Rings.cc
r7297 r9435 44 44 n++; 45 45 } 46 47 // Expand(n);48 46 } 49 47 50 voidRings::CalcRings(Leds &leds, Float_t min, Float_t max)48 Int_t Rings::CalcRings(Leds &leds, Float_t min, Float_t max) 51 49 { 52 50 CalcCenters(leds, min, max); … … 57 55 for (int j=0; j<n; j++) 58 56 leds(j).CalcPhi(fCenter); 57 58 return GetEntries(); 59 59 } 60 60 -
trunk/MagicSoft/Cosy/caos/Rings.h
r7787 r9435 25 25 void SetMinNumberLeds(Short_t n) { fMinNumberLeds=n; } 26 26 27 voidCalcRings(Leds &leds, Float_t min=-1, Float_t max=-1);27 Int_t CalcRings(Leds &leds, Float_t min=-1, Float_t max=-1); 28 28 29 29 void Print(Option_t *o=NULL) const;
Note:
See TracChangeset
for help on using the changeset viewer.