#include <LCToCPAssociatorByEnergyScoreImpl.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 > > | layerClusterIdToEnergyAndScore |
std::unordered_map< int, std::pair< float, float > > | multiClusterIdToEnergyAndScore |
Definition at line 44 of file LCToCPAssociatorByEnergyScoreImpl.h.
unsigned int hgcal::caloParticleOnLayer::caloParticleId |
Definition at line 45 of file LCToCPAssociatorByEnergyScoreImpl.h.
float hgcal::caloParticleOnLayer::energy = 0 |
Definition at line 46 of file LCToCPAssociatorByEnergyScoreImpl.h.
Referenced by Jet.Jet::rawEnergy().
std::vector< std::pair< DetId, float > > hgcal::caloParticleOnLayer::hits_and_fractions |
Definition at line 47 of file LCToCPAssociatorByEnergyScoreImpl.h.
std::unordered_map<int, std::pair<float, float> > hgcal::caloParticleOnLayer::layerClusterIdToEnergyAndScore |
Definition at line 48 of file LCToCPAssociatorByEnergyScoreImpl.h.
std::unordered_map<int, std::pair<float, float> > hgcal::caloParticleOnLayer::multiClusterIdToEnergyAndScore |
Definition at line 39 of file MultiClusterAssociatorByEnergyScoreImpl.h.