HepMC3 event record library
|
Implementation of conversion functions for HEPEVT block. More...
#include "HepMC3/HEPEVT_Wrapper.h"
#include "HepMC3/GenEvent.h"
#include "HepMC3/GenParticle.h"
#include "HepMC3/GenVertex.h"
#include <algorithm>
#include <set>
#include <vector>
Go to the source code of this file.
Data Structures | |
struct | GenParticlePtr_greater_order |
comparison of two particles More... | |
struct | pair_GenVertexPtr_int_greater |
Order vertices with equal paths. More... | |
Namespaces | |
HepMC3 | |
HepMC3 main namespace. | |
Functions | |
void | calculate_longest_path_to_top (ConstGenVertexPtr v, std::map< ConstGenVertexPtr, int > &pathl) |
Calculates the path to the top (beam) particles. More... | |
Implementation of conversion functions for HEPEVT block.
Some parts from HepMC2 library Matt., January 2000 Dobb s@Cer n.CHHEPEVT IO class
Definition in file HEPEVT_Wrapper.cc.