ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <cstddef>
#include <utility>
#include <vector>
#include "ACTFW/EventData/IndexContainers.hpp"
#include "ACTFW/EventData/ProtoTrack.hpp"
#include "ActsFatras/EventData/Barcode.hpp"
Go to the source code of this file.
Classes | |
struct | FW::ParticleHitCount |
Associate a particle to its hit count within a proto track. More... | |
Namespaces | |
namespace | FW |
Functions | |
void | FW::identifyContributingParticles (const IndexMultimap< ActsFatras::Barcode > &hitParticlesMap, const ProtoTrack &protoTrack, std::vector< ParticleHitCount > &particleHitCount) |
Identify all particles that contribute to the proto track and count hits. | |