diff --git a/RecoBTag/ONNXRuntime/interface/tensor_configs.h b/RecoBTag/ONNXRuntime/interface/tensor_configs.h index 9b19bf3832975..e528b4e92f74a 100644 --- a/RecoBTag/ONNXRuntime/interface/tensor_configs.h +++ b/RecoBTag/ONNXRuntime/interface/tensor_configs.h @@ -4,29 +4,28 @@ namespace deepflavour { constexpr unsigned n_features_global = 15; - - constexpr unsigned n_cpf = 25; + + constexpr unsigned n_cpf = 25; constexpr unsigned n_features_cpf = 16; - - constexpr unsigned n_npf = 25; + + constexpr unsigned n_npf = 25; constexpr unsigned n_features_npf = 6; - - constexpr unsigned n_sv = 4; + + constexpr unsigned n_sv = 4; constexpr unsigned n_features_sv = 12; -} - +} // namespace deepflavour + namespace deepvertex { - + constexpr unsigned n_features_global = 4; - + constexpr unsigned n_seed = 10; constexpr unsigned n_features_seed = 21; - + constexpr unsigned n_neighbor = 20; constexpr unsigned n_features_neighbor = 36; -} +} // namespace deepvertex #endif -