1 of 15

MAPS tracker in DELPHES

1

Duccio Abbaneo, Michele Selvaggi (CERN)

2 of 15

Framework (I)

2

  • Implemented as external library (TrackCovariance) by Franco Bedeschi, and called in DELPHES with a dedicated module
  • Tracker Geometry is specified via simple text in Delphes
    • cylinders/disk shapes
      • (zmin, zmax, R) or (Rmin, Rmax, z)
    • active/passive
      • X0 to be specified
      • efficiency per layer (NEW)
    • single/double measurement resolution and corresponding stereo angle
      • 0 : r-phi
      • 𝜋/2 : r-z

  • e.g IDEA tracker:

3 of 15

Framework (II)

3

  • Original implementation, described in this paper, based on a global 𝜒2 minimisation, involves the inversion of large matrices that contain layer measurement errors (diagonal) and off-diagonal multiple scattering term (e.g. 100x100 for the drift chamber)
    • In order to avoid doing this for every track, at initialisation, the track covariance matrices are calculated at initialisation stage for fixed grid of (p,theta)
    • Track covariance for every track is then derived by means of bi-linear interpolation
    • Track is smeared according to covariance matrix (via Choleski decomposition)
  • Approach well validated, been used for virtually all physics studies that went into FSR

  • New implementation based on Kalman-Filter
    • iterative, scales better with number of measurements
    • exact (no interpolation)
    • Allows for layer-by-layer inefficiencies (Last entry is a float [0,1] instead of binary)
      • more sophisticated studies can be performed

4 of 15

Geometry

4

IDEA

MAPsTrk

(barrel only)

CLD

5 of 15

Material Budget

5

CLD

MAPsTrk

6 of 15

Resolution (pT)

6

7 of 15

Resolution (d0)

7

8 of 15

Resolution (dZ)

8

9 of 15

Resolution (theta)

9

10 of 15

Resolution (phi)

10

11 of 15

Variations

11

12 of 15

Resolution - 2T vs 3T

12

2T

3T

13 of 15

Resolution (pixel size)

13

5.9 um vs 2.8 um single point resolution in outer tracker

14 of 15

Vertex detector (v3)

14

Additional vertex layer 1.1cm (on the beampipe)

15 of 15

Conclusion

15

  • Delphes can be used to
    • validate tracker resolutions obtained with more sophisticated frameworks (TkLayout, FullSim)
    • run physics analysis on the fly
  • A configuration for CLD, IDEA and MAPsTrk (only barrel) exists