#include <HGVHistoProducerAlgo.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 |
Definition at line 374 of file HGVHistoProducerAlgo.h.
unsigned int HGVHistoProducerAlgo::caloParticleOnLayer::caloParticleId |
Definition at line 375 of file HGVHistoProducerAlgo.h.
float HGVHistoProducerAlgo::caloParticleOnLayer::energy = 0 |
Definition at line 376 of file HGVHistoProducerAlgo.h.
Referenced by Jet.Jet::rawEnergy().
std::vector<std::pair<DetId, float> > HGVHistoProducerAlgo::caloParticleOnLayer::hits_and_fractions |
Definition at line 377 of file HGVHistoProducerAlgo.h.
std::unordered_map<unsigned int, std::pair<float, float> > HGVHistoProducerAlgo::caloParticleOnLayer::layerClusterIdToEnergyAndScore |
Definition at line 378 of file HGVHistoProducerAlgo.h.