HepMC3 event record library
HepMC3.h
Go to the documentation of this file.
1// -*- C++ -*-
2//
3// This file is part of HepMC
4// Copyright (C) 2014-2021 The HepMC collaboration (see AUTHORS for details)
5//
6/**
7 * @file HepMC3.h
8 * @brief Main header
9 *
10 */
11#ifndef HEPMC3_HEPMC3_H
12#define HEPMC3_HEPMC3_H
13
14#include "HepMC3/Version.h"
15
16#include "HepMC3/GenEvent.h"
17#include "HepMC3/GenParticle.h"
18#include "HepMC3/GenVertex.h"
19
20#include "HepMC3/Print.h"
21/**
22 * @brief HepMC3 main namespace.
23 *
24 * HepMC3 main namespace
25 *
26 * @ingroup HepMC3
27 */
28namespace HepMC3 {
29}
30#endif
Definition of class GenEvent.
Definition of class GenParticle.
Definition of class GenVertex.
Definition of static class Print.
HepMC3 main namespace.