GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Tracking » Tracking: Kalman Task with STT,(electron hypo)
Re: Tracking: Kalman Task with STT,(electron hypo) [message #11395 is a reply to message #11393] Thu, 23 December 2010 13:01 Go to previous messageGo to previous message
Lia Lavezzi
Messages: 291
Registered: May 2007
Location: Torino
first-grade participant

From: *pv.infn.it
Hi,

Quote:

Eh!, yes it is indeed needed to compile that one, you can just use ACLiC. This one just selects events that have the same pdg as the initial particle when hitting emc.

Ok, thank you I will try it!

Quote:

My simulations were in the range 0.05 - 14.0 GeV/c.

Maybe it is better to make these tests with a smaller range of momenta to avoid any momentum dependent behaviour.

Quote:

I did not use any special flags for Kalman. Btw. how can I do so.

The tracks output of the kalman are PndTrack with a flag assigned. This has not to be < 0: if it is < 0 then something wrong happened in the fitting procedure. You should check this before filling the histograms or the ntuples:
PndTrack* genfittrk = (PndTrack*) genfittrackarray->At(i);
if(gtrk->GetFlag() < 0) ...then skip it...;
else ...fill the histo/ntuple...


Cheers,
Lia.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: alternative to LHE tracking
Next Topic: Tracking with different particle hypothesis
Goto Forum:
  


Current Time: Tue Apr 16 10:04:50 CEST 2024

Total time taken to generate the page: 0.01449 seconds