diff --git a/Generators/Pythia8_i/src/UserHooks/JetMergingaMCatNLO.cxx b/Generators/Pythia8_i/src/UserHooks/JetMergingaMCatNLO.cxx new file mode 100644 index 0000000000000000000000000000000000000000..3b5c1e4ed8edf926bc6e71f16c50bdfb6d0c2f92 --- /dev/null +++ b/Generators/Pythia8_i/src/UserHooks/JetMergingaMCatNLO.cxx @@ -0,0 +1,10 @@ +/* + Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration +*/ + +#include "Pythia8_i/UserHooksFactory.h" +#include "Pythia8Plugins/aMCatNLOHooks.h" + +namespace Pythia8{ + Pythia8_UserHooks::UserHooksFactory::Creator amcnlo_unitarised_interface_creator("JetMergingaMCatNLO"); +}