Skip to content

Add LowPt output to IDPVM to study low pT stracks.

Karol Krizka requested to merge kkrizka/athena:idpvm_lowpt into master

Add option to run tracking validation with reduced truth pT cuts (50 MeV). This produces outputs for tracking studies in low pile-up environments.

The changes mirror the implementation of LargeD0 output:

  • Add InDetLowPtPhysValMonitoringToolCfg that setups a new IDPVM algorithm and changes the truth pT cut to 50 MeV. The output is stored in LowPt/ folder.
  • Add IDPVM.doValidateLowPtTracks flag to enable the above algorithm.
  • Add --doLowPtTracks option to runIDPVM.py to set the above flag.
  • Change the lower bound of the efficiency_vs_pt_low TEfficiency to be zero. The binning is still the same.

The last point also affects normal tracking.

Merge request reports