Fork me on GitHub

source: git/external/HepMC3/rootIO/include/rootIO_Classes.hh@ b30245b

Last change on this file since b30245b was b30245b, checked in by Andrii Verbytskyi <averbyts@…>, 3 years ago

Added root support to HepMC3

  • Property mode set to 100644
File size: 447 bytes
Line 
1#include "HepMC3/Data/GenEventData.h"
2#include "HepMC3/Data/GenRunInfoData.h"
3/* To generate dictionaries for compatibility with HepMC3.0*/
4namespace HepMC
5{
6typedef HepMC3::GenEventData GenEventData;
7typedef HepMC3::GenRunInfoData GenRunInfoData ;
8typedef HepMC3::GenParticleData GenParticleData ;
9typedef HepMC3::GenVertexData GenVertexData ;
10typedef HepMC3::FourVector FourVector ;
11typedef HepMC3::Units Units ;
12typedef HepMC3::Setup Setup ;
13}
Note: See TracBrowser for help on using the repository browser.