CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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< unsigned
int, std::pair< float, float > > 
layerClusterIdToEnergyAndScore
 

Detailed Description

Definition at line 374 of file HGVHistoProducerAlgo.h.

Member Data Documentation

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.