Changes in PndTpcRiemannTrackingTask [message #12336] |
Mon, 25 July 2011 15:21 |
Johannes Rauch
Messages: 41 Registered: September 2010 Location: TUM
|
continuous participant |
From: *natpool.mwn.de
|
|
Dear Colleagues,
in the last days I made several changes and Improvements in the Pattern Recognition.
Many of the tracking parameters have changed their optimal settings, and new setters have been introduced.
In order to keep things simple, I set all parameters to reasonable default values in the PndTpcRiemannTrackingTask.
I also changed all the macros and took out the setter functions.
If you use your own macros, please use the PndTpcRiemannTrackingTask as follows, then all the default values will be used. They are already tuned and will be updated if necessary.
PndTpcRiemannTrackingTask* tpcSPR = new PndTpcRiemannTrackingTask();
tpcSPR->SetPersistence();
tpcSPR->useGeane(); // use RKTrackrep and GeaneTrackrep
tpcSPR->SetMCPid(); // use ideal particle identification
//tpcSPR->SetPDG(211);
fRun->AddTask(tpcSPR);
If you want you can use a specific pdg hypothesis, but then remember to comment out tpcSPR->SetMCPid();
If you know what you are doing and/or want to try different track finding parameters, please refer to PndTpcRiemannTrackingTask.h. I put comments there so that you understand what the parameters are doing.
Otherwise I recommend using the default values.
I hope recent changes will improve efficiency!
regards,
Johannes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Changes in PndTpcRiemannTrackingTask [message #12350 is a reply to message #12349] |
Tue, 26 July 2011 14:17 |
Anonymous Poster
|
|
From: *pools.arcor-ip.net
|
|
Hi,
even without smoothing we do forward and backward fits. So in principle we could have a different charge in the last point (from the forward fit) and the first point (from the backward fit).
However: Since we do repeated Kalman iterations this should never happen. A wrong charge hypothesis could be turned around in the first forward fit, but then it will stay. So with >=2 iterations this should never happen.
Cheers, Christian
|
|
|
|
|
|
Re: Changes in PndTpcRiemannTrackingTask [message #12362 is a reply to message #12336] |
Wed, 27 July 2011 12:00 |
Dima Melnychuk
Messages: 213 Registered: April 2004 Location: National Centre for Nucle...
|
first-grade participant |
From: *fuw.edu.pl
|
|
Hi Johannes,
I've redone the eta_c reconstruction with updated code but still without updated padplane file.
And results are worse then before.
Using ideal pid in PndTpcRiemannTrackingTask I still have as before 0 reconstructed eta_c with 1000 events statistics.
But using kaon hypothesis efficiency decreased from 8.3% to 3.7%.
So I hope it is related to wrong padplane file and I will rerun digitiation/reconstruction now.
Dima
|
|
|