Skip to content

Commit

Permalink
Fix problem with instantiating Scale/PdfWeightInfo to file
Browse files Browse the repository at this point in the history
  • Loading branch information
kdlong committed Sep 2, 2019
1 parent 71629cd commit de0ad7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace gen {
size_t muR05muF05Index() { return imuR05muF05_; }
size_t muR05muF1Index() { return imuR05muF1_; }
size_t muR05muF2Index() { return imuR05muF2_; }
}_;
};
}

#endif
Expand Down
2 changes: 2 additions & 0 deletions SimDataFormats/GeneratorProducts/src/classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit de0ad7a

Please sign in to comment.