From 7b5219b3e4954b2d790be78af0ca5e5827d0ebc6 Mon Sep 17 00:00:00 2001 From: Laurent Forthomme Date: Wed, 28 Feb 2024 16:38:38 +0100 Subject: [PATCH] Update categories_map.py Added `GeneratorInterface/CepGenInterface` to the `generators` playground (in link with https://github.com/cms-sw/cmssw/pull/44072) --- categories_map.py | 1 + 1 file changed, 1 insertion(+) diff --git a/categories_map.py b/categories_map.py index c3419353e100..adca97beb476 100644 --- a/categories_map.py +++ b/categories_map.py @@ -741,6 +741,7 @@ "GeneratorInterface/AlpgenInterface", "GeneratorInterface/BeamHaloGenerator", "GeneratorInterface/CascadeInterface", + "GeneratorInterface/CepGenInterface", "GeneratorInterface/Configuration", "GeneratorInterface/Core", "GeneratorInterface/CosmicMuonGenerator",