#include <MultiClusterAssociatorByEnergyScoreImpl.h>
Public Attributes | |
unsigned int | caloParticleId |
float | energy = 0 |
std::vector< std::pair< DetId, float > > | hits_and_fractions |
std::unordered_map< int, std::pair< float, float > > | multiClusterIdToEnergyAndScore |
Definition at line 35 of file MultiClusterAssociatorByEnergyScoreImpl.h.
unsigned int hgcal::caloParticleOnALayer::caloParticleId |
Definition at line 36 of file MultiClusterAssociatorByEnergyScoreImpl.h.
float hgcal::caloParticleOnALayer::energy = 0 |
Definition at line 37 of file MultiClusterAssociatorByEnergyScoreImpl.h.
Referenced by Jet.Jet::rawEnergy().
std::vector<std::pair<DetId, float> > hgcal::caloParticleOnALayer::hits_and_fractions |
Definition at line 38 of file MultiClusterAssociatorByEnergyScoreImpl.h.
std::unordered_map<int, std::pair<float, float> > hgcal::caloParticleOnALayer::multiClusterIdToEnergyAndScore |
Definition at line 39 of file MultiClusterAssociatorByEnergyScoreImpl.h.