From de0ad7a1663419e0512413ba85b040a22ee193a2 Mon Sep 17 00:00:00 2001 From: Kenneth Long Date: Mon, 2 Sep 2019 09:07:18 -0400 Subject: [PATCH] Fix problem with instantiating Scale/PdfWeightInfo to file --- .../GeneratorProducts/interface/ScaleWeightGroupInfo.h | 2 +- SimDataFormats/GeneratorProducts/src/classes.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/SimDataFormats/GeneratorProducts/interface/ScaleWeightGroupInfo.h b/SimDataFormats/GeneratorProducts/interface/ScaleWeightGroupInfo.h index 179b183c07fd9..30a92cede74ec 100644 --- a/SimDataFormats/GeneratorProducts/interface/ScaleWeightGroupInfo.h +++ b/SimDataFormats/GeneratorProducts/interface/ScaleWeightGroupInfo.h @@ -57,7 +57,7 @@ namespace gen { size_t muR05muF05Index() { return imuR05muF05_; } size_t muR05muF1Index() { return imuR05muF1_; } size_t muR05muF2Index() { return imuR05muF2_; } - }_; + }; } #endif diff --git a/SimDataFormats/GeneratorProducts/src/classes.h b/SimDataFormats/GeneratorProducts/src/classes.h index 266b790487bbe..9e5f0b86ac2af 100644 --- a/SimDataFormats/GeneratorProducts/src/classes.h +++ b/SimDataFormats/GeneratorProducts/src/classes.h @@ -9,6 +9,8 @@ #include "SimDataFormats/GeneratorProducts/interface/LHEEventProduct.h" #include "SimDataFormats/GeneratorProducts/interface/LHERunInfoProduct.h" #include "SimDataFormats/GeneratorProducts/interface/WeightGroupInfo.h" +#include "SimDataFormats/GeneratorProducts/interface/ScaleWeightGroupInfo.h" +#include "SimDataFormats/GeneratorProducts/interface/PdfWeightGroupInfo.h" #include "SimDataFormats/GeneratorProducts/interface/LHEWeightInfoProduct.h" #include "SimDataFormats/GeneratorProducts/interface/LHEWeightProduct.h" #include "SimDataFormats/GeneratorProducts/interface/LHEXMLStringProduct.h"