Skip to content
  • Filip Nechansky's avatar
    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
Loading