Changeset 7299 for trunk/MagicSoft/Cosy
- Timestamp:
- 08/22/05 16:33:57 (19 years ago)
- Location:
- trunk/MagicSoft/Cosy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/caos/Rings.h
r7297 r7299 21 21 22 22 public: 23 Rings() : TClonesArray("Ring", 1) :fMinNumberLeds(5) { }23 Rings() : TClonesArray("Ring", 1) , fMinNumberLeds(5) { } 24 24 25 25 void SetMinNumberLeds(Short_t n) { fMinNumberLeds=n; } -
trunk/MagicSoft/Cosy/devdrv/shaftencoder.h
r7297 r7299 118 118 return GetPos()+fHysteresisNeg; 119 119 } 120 return 0; 120 121 } 121 122
Note:
See TracChangeset
for help on using the changeset viewer.