Adjust CTIDE config for IDPVM
Usage of kwargs.setdefault was making doIDTIDE section in config inoperant because the properties were already set before.
Adjust IDPVM configs to run with CTIDE + FTAG1 formats:
- use lambda function for
doValidateTracksInJetsanddoValidateTracksInBJetsflags depending ondoIDTIDE - move jet config sections outside of
isMCsection because nothing depends on truth directly - introduce flags to configure jet collection, min/max pT
- make
TruthPileupEventscheck in IDPVM tool debug because--HSFlag Allneeds to be used with FTAG1 format andTruthPileupEventsis not saved in FTAG1 - update jet pT cut properties to be in MeV, to follow standard units in ATLAS software
- disable
VertexTruthMatchToolfor IDTIDE config, as vertex plots are disabled anyway and not compatible with FTAG1 format
Edited by Thomas Strebler