![]() |
HepMC Reference DocumentationHepMC |
#include <iostream>
#include <fstream>
#include <vector>
#include "HepMC/GenEvent.h"
#include "HepMC/IO_GenEvent.h"
Go to the source code of this file.
Typedefs | |
typedef std::vector< HepMC::GenParticle * > | FlowVec |
Functions | |
int | main () |
typedef std::vector<HepMC::GenParticle*> FlowVec |
Definition at line 15 of file testFlow.cc.
int main | ( | ) |
Definition at line 17 of file testFlow.cc.
References HepMC::GenVertex::add_particle_in(), HepMC::GenVertex::add_particle_out(), HepMC::GenEvent::add_vertex(), HepMC::GenParticle::barcode(), HepMC::Flow::erase(), HepMC::GenParticle::flow(), HepMC::GenEvent::print(), HepMC::GenParticle::set_flow(), and HepMC::GenEvent::set_signal_process_vertex().