#include <iostream>
#include "HepMC/ParticleDataTable.h"
#include "HepMC/GenEvent.h"
Include dependency graph for IO_BaseClass.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | HepMC |
Classes | |
class | HepMC::IO_BaseClass |
If you want to write a new IO class, then inherit from this class and re-define read_event() and write_event(). More... |