EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "eicsmear/erhic/EventFactory.h"
#include <HepMC3/GenEvent.h>
#include <HepMC3/GenVertex.h>
#include <HepMC3/GenParticle.h>
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | erhic |
Functions | |
void | erhic::HandleHepmcParticle (const HepMC3::GenParticlePtr &p, std::map< HepMC3::GenParticlePtr, int > &hepmcp_index, int &particleindex, std::unique_ptr< erhic::EventHepMC > &mEvent) |
void | erhic::HandleAllVertices (HepMC3::GenEvent &evt, std::map< HepMC3::GenParticlePtr, int > &hepmcp_index, int &particleindex, std::unique_ptr< erhic::EventHepMC > &mEvent) |
void | erhic::UpdateRuninfo (std::vector< VirtualEventFactory::NamedObjects > &mObjectsToWriteAtTheEnd, const HepMC3::GenEvent &evt) |