CMS 3D CMS Logo

List of all members | Public Attributes
HGVHistoProducerAlgo::caloParticleOnLayer Struct Reference

#include <HGVHistoProducerAlgo.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
 

Detailed Description

Definition at line 234 of file HGVHistoProducerAlgo.h.

Member Data Documentation

◆ caloParticleId

unsigned int HGVHistoProducerAlgo::caloParticleOnLayer::caloParticleId

Definition at line 235 of file HGVHistoProducerAlgo.h.

◆ energy

float HGVHistoProducerAlgo::caloParticleOnLayer::energy = 0

Definition at line 236 of file HGVHistoProducerAlgo.h.

Referenced by Jet.Jet::rawEnergy().

◆ hits_and_fractions

std::vector<std::pair<DetId, float> > HGVHistoProducerAlgo::caloParticleOnLayer::hits_and_fractions

Definition at line 237 of file HGVHistoProducerAlgo.h.

◆ layerClusterIdToEnergyAndScore

std::unordered_map<int, std::pair<float, float> > HGVHistoProducerAlgo::caloParticleOnLayer::layerClusterIdToEnergyAndScore

Definition at line 238 of file HGVHistoProducerAlgo.h.