iLCSoft / MarlinTrkProcessors

Collection of Tracking Relelated Processors Based on MarlinTrk
GNU General Public License v3.0
1 stars 28 forks source link

FTD SpacePoint building inefficiencies #59

Open tmadlener opened 3 years ago

tmadlener commented 3 years ago

This most probably also affects FTD strip disks:

n_set_hitsn_set_hits

I wanted to check the position of digitized strips in the event display, but it is not so trivial to show for the FTD that the position is biased if it is...

Just to show some example case for the thought: Screenshot from 2021-10-19 18-56-23

Strips radially exceed the boundaries is expected behaviour... Ideally all disks should have different strip length, but as it is currently implemented, we assume equal strip lengths for all disks for simplicity and reject space points if they are reconstructed outside of surface boundaries

However, one needs to pay attention to the middle position of the strips... I assume we expect them to be radially on the middle of the sensors. However if they as well as SET strips are digitized to be with V = 0 coordinate, then they also deviate from the middle sensor position as V is perpendicular to the strips which are tilted by the 5 degrees..

I will try to put them on the middle the same as SET hits and cross check how efficiency changes...

Originally posted by @dudarboh in https://github.com/iLCSoft/MarlinTrkProcessors/issues/50#issuecomment-946936450