We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efddd91 commit 8feaed5Copy full SHA for 8feaed5
GeneratorInterface/Herwig7Interface/interface/HepMC3Traits.h
@@ -11,13 +11,19 @@
11
12
#include <string>
13
#include <map>
14
+#include <memory>
15
+
16
#include "HepMC3/GenEvent.h"
17
#include "HepMC3/Units.h"
18
+#include <HepMC3/GenParticle.h>
19
+#include <HepMC3/GenPdfInfo.h>
20
21
#include "ThePEG/Config/ThePEG.h"
22
+#include <ThePEG/Repository/EventGenerator.h>
23
+#include <ThePEG/EventRecord/Event.h>
24
25
namespace HepMC3 {
- class GenParticle;
26
class GenVertex;
- class GenPdfInfo;
27
} // namespace HepMC3
28
29
namespace ThePEG {
0 commit comments