]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Must use either edtrack or kfparticle
authorslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 16 Mar 2011 10:51:34 +0000 (10:51 +0000)
committerslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 16 Mar 2011 10:51:34 +0000 (10:51 +0000)
PWG4/GammaConv/AliV0Reader.cxx

index ada9049d503d3e351462d6aa4d1db18b3d136745..0bc844fc59f1ba6badbe7597d0220b06a2e631f7 100644 (file)
@@ -1212,7 +1212,7 @@ Bool_t AliV0Reader::UpdateV0Information(){
   if(fUseKFParticle){
     fNegativeTrackLorentzVector = new TLorentzVector(fCurrentNegativeKFParticle->Px(),fCurrentNegativeKFParticle->Py(),fCurrentNegativeKFParticle->Pz());
   }
-  else if(fUseESDTrack){
+  else  { //if(fUseESDTrack){
     fNegativeTrackLorentzVector = new TLorentzVector(fCurrentNegativeESDTrack->Px(),fCurrentNegativeESDTrack->Py(),fCurrentNegativeESDTrack->Pz());
   }