HepMC event record
include/HepMC/HepMC.h
1 // -*- C++ -*-
2 //
3 // This file is part of HepMC
4 // Copyright (C) 2014-2015 The HepMC collaboration (see AUTHORS for details)
5 //
6 #ifndef HEPMC_HEPMC_H
7 #define HEPMC_HEPMC_H
8 
9 #include "HepMC/Version.h"
10 #include "HepMC/Config.h"
11 #include "HepMC/Common.h"
12 
13 #include "HepMC/GenEvent.h"
14 #include "HepMC/GenParticle.h"
15 #include "HepMC/GenVertex.h"
16 
17 #include "HepMC/Print.h"
18 #include "HepMC/Search/FindParticles.h"
19 
20 #endif