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
Full PID delegated to AliPHOSPID
[u/mrichter/AliRoot.git]
/
PHOS
/
AliPHOSReconstructioner.cxx
diff --git
a/PHOS/AliPHOSReconstructioner.cxx
b/PHOS/AliPHOSReconstructioner.cxx
index eea1e4aca96c8a197cec74a748077d9c3a0dfd12..173879e8e97e12cad226d470220c2658b3040dfb 100644
(file)
--- a/
PHOS/AliPHOSReconstructioner.cxx
+++ b/
PHOS/AliPHOSReconstructioner.cxx
@@
-75,5
+75,5
@@
AliPHOSReconstructioner::~AliPHOSReconstructioner()
fTrackSegmentMaker->MakeTrackSegments(dl, emccl, ppsdl, trsl) ;
- fPID->
GetParticleType
(trsl, rpl) ;
+ fPID->
MakeParticles
(trsl, rpl) ;
}