File: rootIO_Classes.hh

package info (click to toggle)
hepmc3 3.1.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 14,124 kB
  • sloc: fortran: 66,849; cpp: 13,604; ansic: 1,374; xml: 109; sh: 72; makefile: 33
file content (13 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "HepMC3/Data/GenEventData.h"
#include "HepMC3/Data/GenRunInfoData.h"
/* To generate dictionaries for compatibility with HepMC3.0*/
namespace HepMC
{
typedef HepMC3::GenEventData GenEventData;
typedef HepMC3::GenRunInfoData GenRunInfoData ;
typedef HepMC3::GenParticleData GenParticleData ;
typedef HepMC3::GenVertexData GenVertexData ;
typedef HepMC3::FourVector FourVector ;
typedef HepMC3::Units Units ;
typedef HepMC3::Setup Setup ;
}