Add LowPt output to IDPVM to study low pT stracks.
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 inLowPt/
folder. - Add
IDPVM.doValidateLowPtTracks
flag to enable the above algorithm. - Add
--doLowPtTracks
option torunIDPVM.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.