GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Tracking » Genfit with Forward Tracks
Genfit with Forward Tracks [message #13400] Tue, 24 April 2012 18:08
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: *36-79-r.retail.telecomitalia.it
Dear all,
let me announce that, after spending some time on the subject and thanks to several fixes in the fts geometry by Isabella, now genfit with forward tracks seem to work.

This means that, if you attach the kalman task after the FTS ideal tracking:

  PndFtsTrackerIdeal* trackFts = new PndFtsTrackerIdeal();
  trackFts->SetRelativeMomentumSmearing(0.02);
  trackFts->SetVertexSmearing(0.02, 0.02, 0.02);
  trackFts->SetTrackingEfficiency(1.);
  trackFts->SetTrackOutput("FTSTrkIdeal");
  fRun->AddTask(trackFts);

  PndRecoKalmanTask* recoKalman2 = new PndRecoKalmanTask();
  recoKalman2->SetTrackInBranchName("FTSTrkIdeal");
  recoKalman2->SetTrackOutBranchName("FTSTrkIdealGen");
  recoKalman2->SetBusyCut(50); // CHECK to be tuned
  fRun->AddTask(recoKalman2);


you can have refitted tracks.
I have tried with 1000 muons at 2GeV/C (maximum dipole field):

index.php?t=getfile&id=6949&private=0

You can see the momentum distribution, in blue after the ideal tracking setting a p smearing of 2% (of course the distribution has a width of 2%), and in red after the kalman task, obtaining a new momentum resolution of 0.6%.

Of course many things have to be checked, but I think this is a good starting point for this who would like to spend some time in forward tracking. Once everything will be fine I will update also the default macros in macros/pid, for the moment you have to use the code I wrote before.

Some feedback is welcome!
  • Attachment: fts_comp.gif
    (Size: 7.65KB, Downloaded 474 times)
 
Read Message
Previous Topic: very high reconstructed momenta of muons
Next Topic: linked libs to libFts and libStt
Goto Forum:
  


Current Time: Fri Mar 29 17:01:30 CET 2024

Total time taken to generate the page: 0.01053 seconds