#include "HepMC/GenVertex.h"
#include "HepMC/GenParticle.h"
Include dependency graph for SearchVector.h:
Go to the source code of this file.
Namespaces | |
namespace | HepMC |
Functions | |
bool | HepMC::not_in_vector (std::vector< HepMC::GenParticle * > *, GenParticle *) |
returns true if it cannot find GenParticle* in the vector | |
std::vector< HepMC::GenParticle * >::iterator | HepMC::already_in_vector (std::vector< HepMC::GenParticle * > *, GenParticle *) |
Returns the index of a GenParticle* within a vector. |