Soft physics

LatexModePLugin

$\int_{-\infty}^\infty e^{-\alpha x^2} dx = \sqrt{\frac{\pi}{\alpha}} = \log\sqrt{s} \frac{1}{\beta^2}$

Data

Software

  • Modifications for A-A tracking
    • RecoLocalTracker/SiStripRecHitConverter/src/SiStripRecHitMatcher.cc
    • RecoLocalTracker/SiStripRecHitConverter/src/StripCPEfromTrackAngle.cc
    • RecoTracker/MeasurementDet/src/TkStripMeasurementDet.cc

Definitions

Applied to primary tracks

  • A simTrack is reconstructible if it has at least 3 hits in different pixel layers.
  • A recTrack is associated to a simTrack if more than 50% of its recHits, but at least 3, are shared with the simTrack. (A recTrack can be associated to zero or one simTrack.)
  • A simTrack is reconstructed n times if there are n recTracks which are associated to it.
  • A recTrack is a fake if it has no associated simTrack.
  • Acceptance: fraction of simTracks which are reconstructible.
  • Efficiency: fraction of reconstructible simTracks which are at least once reconstructed.
  • Multiple counting: fraction of reconstructible simTracks which are more than once reconstructed.
  • Reconstruction rate: average number of reconstruction <n> for reconstructible simTracks.
  • Fake rate: fraction of recTracks which are fake.
      Depends on
    kinematics particle multiplicity
    Acceptance DONE DONE No
    Efficiency DONE DONE No
    Multiple counting DONE No ?
    Fake rate DONE No DONE

Applied to V0s

  • A V0 is reconstructible if its daughters have at least 3 pixel hits separately
  • Acceptance: fraction of V0s which are reconstructible
  • Efficiency: fraction of reconstructible V0s which are reconstructed

Corrections

  • Event related
  • Track related
    For a given η bin
    dNrec(pT) = momTrans(pT, pT') * recRate(pT') * acc(pT') * dNsim(pT') + fakeRate(pT, Nsim) * dNsim(pT)
    dNsim(pT') = acc-1(pT') * recRate-1(pT') * momTrans-1(pT', pT) * [dNrec(pT)/(1 - fakeRate(pT, Nrec))]

Track cleaning and merging

  • Pixel tracks (RecoPixelVertexing/PixelLowPtUtilities/.../LowPtPixelTrackCleanerBySharedHits)
    Two tracks are considered if they have more than min(foundHits1,foundHits2)/2 recHits shared and their separate recHits do not share a detUnit.
    • If their impact parameter d0 is closer than 0.1 cm, then they are merged: separate hits of the second are given to the first one, the second track is removed.
    • Otherwise remove the track with higher impact.
  • Global tracks (TrackingTools/TrajectoryCleaning/.../TrajectoryCleanerMerger.cc)
    Two trajectories are considered if they have more than min(foundHits1,foundHits2)/2 shared.
    • If their seed is the same, then they are merged: separate hits of the second are given to the first one, the second track is removed.
    • Otherwise both tracks are kept.

V0 reconstruction

  • Impact: distance of the straight propagation line of the mother particle from the found primary vertex. If there are multiple vertices found, choose the smallest distance. If there are no vertices found, it is the distance of the straight propagation line from the beam line.

Batch jobs

CERN

LCG (LHC Computing Grid)

Links

-- FerencSikler - 26 Jul 2007

Edit | Attach | Watch | Print version | History: r20 < r19 < r18 < r17 < r16 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r20 - 2020-08-21 - TWikiAdminUser
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Sandbox/SandboxArchive All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback