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
Solved bug to not merge clusters on the same pad.
[u/mrichter/AliRoot.git]
/
HLT
/
src
/
AliL3ClustFinderNew.h
diff --git
a/HLT/src/AliL3ClustFinderNew.h
b/HLT/src/AliL3ClustFinderNew.h
index ff0ebec3768060f6a096f97ef5038283853f3439..ac29ea558e4c03de2802f78405c6c144f6a15b52 100644
(file)
--- a/
HLT/src/AliL3ClustFinderNew.h
+++ b/
HLT/src/AliL3ClustFinderNew.h
@@
-15,6
+15,7
@@
struct ClusterData
UInt_t fFlags;
UInt_t fChargeFalling; //for deconvolution
UInt_t fLastCharge; //for deconvolution
+ UInt_t fLastMergedPad; //dont merge twice per pad
};
typedef struct ClusterData ClusterData;
@@
-76,3
+77,5
@@
class AliL3ClustFinderNew {
};
#endif
+
+