git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Return of Sector() corrected
[u/mrichter/AliRoot.git]
/
MUON
/
AliMUONSegmentationSlat.h
diff --git
a/MUON/AliMUONSegmentationSlat.h
b/MUON/AliMUONSegmentationSlat.h
index b20082e61f6105f802d177535b2ad37a7c39399d..049964475c4229813be41f573bac55d692b9eef4 100644
(file)
--- a/
MUON/AliMUONSegmentationSlat.h
+++ b/
MUON/AliMUONSegmentationSlat.h
@@
-92,7
+92,7
@@
public AliSegmentation {
{
Int_t ix, iy;
GetPadI(x,y,0.,ix,iy);
- Sector(ix,iy);
+
return
Sector(ix,iy);
}
//