GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » Can't run Geane
Re: Can't run Geane [message #9660 is a reply to message #9659] Tue, 03 November 2009 13:56 Go to previous message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: *to.infn.it
Hi,
in reality the macros you are referring are not updated anymore, because of the changes of the code last June

However, the lines:

lhe->Draw("LhePidTrack.GetMomentum().Mag()>>momlhe(100,0.5,1.5)","","goff");
momlhe->GetXaxis()->SetTitle("Momentum [GeV/c]");

fit->Draw("LheGenTrack.getMom().Mag()>>momfit(100,0.5,1.5)","","goff");
momfit->GetXaxis()->SetTitle("Momentum [GeV/c]");


should become:

lhe->Draw("LheTrack.GetParamFirst().GetMomentum().Mag()>>momlhe(100,0.5,1.5)","","goff");
momlhe->GetXaxis()->SetTitle("Momentum [GeV/c]");

fit->Draw("LheGenTrack.GetParamFirst().GetMomentum().Mag()>>momfit(100,0.5,1.5)","","goff");
momfit->GetXaxis()->SetTitle("Momentum [GeV/c]");


Becuase now all the tracks have a "PndTrack" structure.

Fixed in svn.

[Updated on: Tue, 03 November 2009 14:06]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Bug in sigleton classes in fairbase/base
Next Topic: libEmc.so: undefined symbol: _ZNK17IfdDataProxyIFace9make_vtabEv
Goto Forum:
  


Current Time: Wed Apr 24 04:48:54 CEST 2024

Total time taken to generate the page: 0.01184 seconds