Skip to content

Change NTracks property to it in TauSelectionTool ( ATLTAU-1779)

Guillermo Nicolas Hamity requested to merge ghamity/athena:ATLTAU-1779 into master

TauSelectioTool Property Ntracks was of type std::vector<size_t>, no longer supported as a property type.

Changed TauSelectionTool property to use std::vector from std::vector<size_t>

Closes ATLTAU-1779

Edited by Guillermo Nicolas Hamity

Merge request reports