#include <LCToCPAssociatorByEnergyScoreImpl.h>
Public Attributes | |
unsigned int | caloParticleId |
float | energy = 0 |
std::vector< std::pair< DetId, float > > | hits_and_fractions |
std::unordered_map< unsigned int, std::pair< float, float > > | layerClusterIdToEnergyAndScore |
std::unordered_map< int, std::pair< float, float > > | layerClusterIdToEnergyAndScore |
Definition at line 46 of file LCToCPAssociatorByEnergyScoreImpl.h.
unsigned int ticl::caloParticleOnLayer::caloParticleId |
Definition at line 47 of file LCToCPAssociatorByEnergyScoreImpl.h.
float ticl::caloParticleOnLayer::energy = 0 |
Definition at line 48 of file LCToCPAssociatorByEnergyScoreImpl.h.
Referenced by Jet.Jet::rawEnergy().
std::vector< std::pair< DetId, float > > ticl::caloParticleOnLayer::hits_and_fractions |
Definition at line 49 of file LCToCPAssociatorByEnergyScoreImpl.h.
std::unordered_map<unsigned int, std::pair<float, float> > ticl::caloParticleOnLayer::layerClusterIdToEnergyAndScore |
Definition at line 36 of file TSToSimTSHitLCAssociatorByEnergyScoreImpl.h.
std::unordered_map<int, std::pair<float, float> > ticl::caloParticleOnLayer::layerClusterIdToEnergyAndScore |
Definition at line 50 of file LCToCPAssociatorByEnergyScoreImpl.h.