Ideal Tracking Tasks [message #14523] |
Wed, 20 March 2013 13:21 |
Ralf Kliemt
Messages: 507 Registered: May 2007 Location: GSI, Darmstadt
|
first-grade participant |
From: *gsi.de
|
|
Dear trackers.
There are now two ideal tracking tasks. The concept is to match hits from STT or FTS to MC tracks and adding MVD+GEM hits afterwards.
The packages & classes are:
sttmvdtracking/PndSttMvdGemTrackingIdeal
fts/PndFtsTrackerIdeal
Set your track output branch with:
SetTrackOutput("...")
Smearing can be introduced by:
SetMomentumSmearing(spx,spy,spz)
SetRelativeMomentumSmearing(dp/p)
SetVertexSmearing(svx,svy,svz)
SetTrackingEfficiency(epsilon)
One can deactivate the additional detectors by:
SetMvdActivity(kFALSE)
SetGemActivity(kFALSE)
Cheers.
Ralf
[Updated on: Wed, 20 March 2013 13:27] by Moderator Report message to a moderator
|
|
|