Skip to content
Snippets Groups Projects
Commit da742118 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'generators_tauolapp_hepmc3' into 'master'

Migrate tauolapp to HepMC3

See merge request !33791
parents eef791ef 90c67ae4
No related branches found
No related tags found
Loading
...@@ -7,7 +7,16 @@ ...@@ -7,7 +7,16 @@
// Tauola header files // Tauola header files
#include "Tauola/Log.h" #include "Tauola/Log.h"
#include "Tauola/Tauola.h" #include "Tauola/Tauola.h"
#ifdef HEPMC3
#include "Tauola/TauolaHepMC3Event.h"
namespace Tauolapp
{
using TauolaHepMCEvent=TauolaHepMC3Event;
using TauolaHepMCParticle=TauolaHepMC3Particle;
}
#else
#include "Tauola/TauolaHepMCEvent.h" #include "Tauola/TauolaHepMCEvent.h"
#endif
#include "Tauola/f_Variables.h" #include "Tauola/f_Variables.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment