Skip to content
Snippets Groups Projects
  • Filip Nechansky's avatar
    a3ffe26f
    AsgElectronSelectorTool: Reduce variable hardcoding + clean-up · a3ffe26f
    Filip Nechansky authored and Tadej Novak's avatar Tadej Novak committed
    AsgElectronSelectorTool: Reduce variable hardcoding
    
    Underlying ElectronDNNCalculator now is completely agnostic
    against variables, expects only vector of var names in init
    and vector of values in evaluation with the same order.
    
    AsgElectronSelectorTool now takes variables from the config files.
    Using enum to fill the variable vector instead of strings
    which requires a bit more overhead but should have better performance?
    a3ffe26f
    History
    AsgElectronSelectorTool: Reduce variable hardcoding + clean-up
    Filip Nechansky authored and Tadej Novak's avatar Tadej Novak committed
    AsgElectronSelectorTool: Reduce variable hardcoding
    
    Underlying ElectronDNNCalculator now is completely agnostic
    against variables, expects only vector of var names in init
    and vector of values in evaluation with the same order.
    
    AsgElectronSelectorTool now takes variables from the config files.
    Using enum to fill the variable vector instead of strings
    which requires a bit more overhead but should have better performance?
Code owners
Assign users and groups as approvers for specific file changes. Learn more.