miranov25 / fastMCKalman

Fast simulation and performance parameterization - primary for ALICE3 and DUNE
MIT License
0 stars 1 forks source link

AliExternalTrackParam4D::PropagateToMirrorX for looper simulation and fits #10

Closed Trenchcoat95 closed 2 years ago

Trenchcoat95 commented 2 years ago

Created a PropagateToMirrorX function to propagate "loopers" correctly and made changes to other functions accordingly

miranov25 commented 2 years ago

propagateToMirrorX functions

Mirror transformation:

Covariance matrix update;

miranov25 commented 2 years ago

Index fix - to be described

The index of the cluster in snot the same as index of the layer. In case of the TPC no difference as all layers has the same properties - but problem for non homogenous detector

The names for the index and layer should be swapped. The layer index should be member of track - to check ...

miranov25 commented 2 years ago

The Z>1 particle removed - to be reintroduced later

miranov25 commented 2 years ago

The code not yet fully working but be merged to master, we will fix it there.

miranov25 commented 1 year ago

Relates to #9