TPC

Estimated reading time: 1 minute

The current digitization processor in TPC is not a real digitization processor yet. It just use the SimTracker Hit generated in Mokka, randomly smear the position and transform to TPCHit.

The smear is verified with beam test and is only on r-phi direction.

The digitization processor can be found in the `Reconstruction/Digitization/MarlinReco/01-09/TrackDigi/TPCDigi/src’ and the latest version is.

Produces TPC TrackerHit collection from SimTrackerHit collection, smeared in RPhi and Z. A search is made for adjacent hits on a pad row, if they are closer in z and r-phi than the steering parameters _doubleHitResRPhi (default value 2.0 mm) and _doubleHitResZ (default value 5.0 mm) they are considered to overlap. Clusters of hits smaller than _maxMerge (default value 3) are merged into a single tracker hit, with the position given as the average poision of the hits in phi and in z. Clusters which have _maxMerge hits or more are determined to be identifiable as multiple hits, and are not added to the tracker hit collection. This of course means that good hits caught up in a cluster of background hits will be lossed.

Calculate Point Resolutions according to Ron’s Formula

sigma_{RPhi}^2 = sigma_0^2 + Cd^2/N_{eff} * L_{drift}

sigma_0^2 = (50micron)^2 + (900micronsin(phi))^2 Cd^2/N_{eff}} = 25^2/(22/sin(theta)h/6mm) Cd = 25 ( microns / cm^(1/2) ) (this is for B=4T, h is the pad height = pad-row pitch in mm, theta is the polar angle)

sigma_{z}^2 = (400microns)^2 + L_{drift}cm * (80micron/sqrt(cm))^2