Skip to content

dEdx calculation implementation into TrigFastTrackFinder

Kunihiro Nagano requested to merge nagano/athena:dedx_ftf_dev_work09 into master
  • JIRA: https://its.cern.ch/jira/browse/ATR-21591
  • Added large dEdx track finding in FastTrackFinder (FTF)
    • A property ("dodEdxTrk") to switch on/off large dEdx track finding
    • To calculate dEdx, track parameters are needed for each of TrackStateOnSurface (TSoS), which is usually off by default.
      • TrigInDetTrackFinder was modified to attach TrackParameters to TSoS
    • Calculates dEdx for loose quality tracks (pT>3 GeV, some track loose quality cuts).
    • Records tracks (with dEdx) in a new EDM (based on TrigComposite) and also hits that are used in dEdx calculation in an another new EDM (based on TrigComposite). These two new EDMs are added in TrigEDM.
    • A timer to measure timing, as well as a few monitoring histograms, are also added. (A histgram showing dEdx (for ttbar MC) is attached). dedx
Edited by Kunihiro Nagano

Merge request reports