EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "ActsExamples/EventData/IndexContainers.hpp"
#include "ActsExamples/EventData/ProtoTrack.hpp"
#include "ActsFatras/EventData/Barcode.hpp"
#include <cstddef>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
struct | ActsExamples::ParticleHitCount |
Associate a particle to its hit count within a proto track. More... | |
Namespaces | |
namespace | ActsExamples |
Functions | |
void | ActsExamples::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. | |