miranov25 / fastMCKalman

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

Solved the main error situation in Rotation. Updated visualization #22

Closed Trenchcoat95 closed 1 year ago

Trenchcoat95 commented 1 year ago

Solved the main error situation in Rotation. Updated visualization

New Logs:

fastParticle::reconstructParticleFull: 2419
fastParticle::reconstructParticleFull: short track 2276
fastParticle::reconstructParticleFull: Too few consecutive points 55
fastParticle::reconstructParticleFull: Rotation failed 9
fastParticle::reconstructParticleFull: Propagation failed 32
fastParticle::reconstructParticleFull: Update failed 0
fastParticle::reconstructParticleFull: Too big chi2 35
fastParticle::reconstructParticleFull: Correct for material failed 12
fastParticle::reconstructParticleFull: PropagateToMirrorX failed 0

New Pulls:

Info in <testFastTracker partFull reco pull test P0 >: pullAnalytical - OK - 0.98       1.02
Info in <testFastTracker partFull reco pull test P1 >: pullAnalytical - OK - 0.99       1.03
Error in <testFastTracker partFull reco pull test P2>: pullAnalytical- FAILED- 1.08     1.17
Info in <testFastTracker partFull reco pull test P3 >: pullAnalytical - OK - 1.00       1.04
Error in <testFastTracker partFull reco pull test P4>: pullAnalytical- FAILED- 0.90     0.99

'''

Trenchcoat95 commented 1 year ago

Old Pull Test:

Info in <testFastTracker partFull reco pull test P0 >: pullAnalytical - OK - 0.97       1.02
Info in <testFastTracker partFull reco pull test P1 >: pullAnalytical - OK - 1.00       1.03
Error in <testFastTracker partFull reco pull test P2>: pullAnalytical- FAILED- 1.09     1.14
Info in <testFastTracker partFull reco pull test P3 >: pullAnalytical - OK - 1.00       1.05
Error in <testFastTracker partFull reco pull test P4>: pullAnalytical- FAILED- 0.88     1.00

Old Logs:

fastParticle::reconstructParticleFull: 2480
fastParticle::reconstructParticleFull: short track 2318
fastParticle::reconstructParticleFull: Too few consecutive points 57
fastParticle::reconstructParticleFull: Rotation failed 30
fastParticle::reconstructParticleFull: Propagation failed 30
fastParticle::reconstructParticleFull: Update failed 0
fastParticle::reconstructParticleFull: Too big chi2 29
fastParticle::reconstructParticleFull: Correct for material failed 16
fastParticle::reconstructParticleFull: PropagateToMirrorX failed 0
miranov25 commented 1 year ago

For the next commit and pull request, SetAlias should work with the general conditions as a complete string Comparison to be before and after

Trenchcoat95 commented 1 year ago

"In" reconstruction Logs:

fastParticle::reconstructParticleFull: 2396
fastParticle::reconstructParticleFull: short track 2243
fastParticle::reconstructParticleFull: Too few consecutive points 57
fastParticle::reconstructParticleFull: Rotation failed 19
fastParticle::reconstructParticleFull: Propagation failed 42
fastParticle::reconstructParticleFull: Update failed 0
fastParticle::reconstructParticleFull: Too big chi2 23
fastParticle::reconstructParticleFull: Correct for material failed 12
fastParticle::reconstructParticleFull: PropagateToMirrorX failed 0

"Out" reconstruction Logs:

fastParticle::reconstructParticleFullOut: 2309
fastParticle::reconstructParticleFullOut: short track 2210
fastParticle::reconstructParticleFullOut: Too few consecutive points 61
fastParticle::reconstructParticleFullOut: Rotation failed 0
fastParticle::reconstructParticleFullOut: Propagation failed 8
fastParticle::reconstructParticleFullOut: Update failed 0
fastParticle::reconstructParticleFullOut: Too big chi2 15
fastParticle::reconstructParticleFullOut: Correct for material failed 15
fastParticle::reconstructParticleFullOut: PropagateToMirrorX failed 0