lhetrack for global tracking [message #6143] |
Sun, 23 March 2008 15:42 |
Jens Sören Lange
Messages: 193 Registered: June 2005
|
first-grade participant |
From: *web.vodafone.de
|
|
Dear all,
I checked in a preliminary version of lhetrack for global tracks (tpc and mvd). As mentioned before, only very small changes were applied to Oleg's code (the trick is that I treat mvd points as tpc points), so the main work was only to find, which few lines had to be changed. In this version there are also no crashes anymore if tpc has zero hits (= forward tracks).
1.) macro/lhetrack/run_sim_tpcmvd.C
-> runs Geant for tpc and mvd
-> write out "points_tpcmvd.root"
2.) macro/lhetrack/run_track_tpcmvd.C
-> runs the track finder
-> runs the track fitter
-> writes out "tracks_tpcmvd.root"
3.) macro/lhetrack/plot_pT.C
loops over all tracks and plots the pT distribution.
4.) if you want to switch off the MVD from the tracking
(so that only TPC is used in track finding)
in lhetrack/PndTpcLheHitsMaker.cxx
in line 27 please comment like this:
//#define MVD
and then
cbuild/make
cbuild/make install
The few slides from the last meeting with the results are posted here
http://panda-wiki.gsi.de/pub/Computing/Minutes19March2008/Lange_PandaRoo t19032008.pdf
P.S. the covariance matrix needs some more time.
cheers, Soeren
|
|
|