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
Further integration of the HLT reconstruction (C.Cheshkov)
[u/mrichter/AliRoot.git]
/
STEER
/
AliESD.h
diff --git
a/STEER/AliESD.h
b/STEER/AliESD.h
index 7d59c331575b7c5aa59aded7f8d4540d7bcac8c9..2c2fe42e0ddbb1608fb161a248326d64c1acc91c 100644
(file)
--- a/
STEER/AliESD.h
+++ b/
STEER/AliESD.h
@@
-106,7
+106,7
@@
public:
}
- void SetVertex(AliESDVertex* vertex) {
+ void SetVertex(
const
AliESDVertex* vertex) {
new(&fPrimaryVertex) AliESDVertex(*vertex);
}
const AliESDVertex* GetVertex() const {return &fPrimaryVertex;};