Skip to content

Add option to use a multiclass DNN for electron ID

Lukas Ehrke requested to merge lehrke/athena:21.2-electronMulticlass into 21.2

AsgElectronSelectorTool can now use network files from binary models with one output or multiclass models with six outputs. In the case of six outputs the outputs are combined into one discriminant which is used to determine whether the electron is accepted or not. Also made the indentation more consistent.

Merge request reports