CMS 3D CMS Logo

List of all members | Public Attributes
hgcal::caloParticleOnALayer Struct Reference

#include <MultiClusterAssociatorByEnergyScoreImpl.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 > > multiClusterIdToEnergyAndScore
 

Detailed Description

Definition at line 35 of file MultiClusterAssociatorByEnergyScoreImpl.h.

Member Data Documentation

◆ caloParticleId

unsigned int hgcal::caloParticleOnALayer::caloParticleId

Definition at line 36 of file MultiClusterAssociatorByEnergyScoreImpl.h.

◆ energy

float hgcal::caloParticleOnALayer::energy = 0

Definition at line 37 of file MultiClusterAssociatorByEnergyScoreImpl.h.

Referenced by Jet.Jet::rawEnergy().

◆ hits_and_fractions

std::vector<std::pair<DetId, float> > hgcal::caloParticleOnALayer::hits_and_fractions

Definition at line 38 of file MultiClusterAssociatorByEnergyScoreImpl.h.

◆ multiClusterIdToEnergyAndScore

std::unordered_map<int, std::pair<float, float> > hgcal::caloParticleOnALayer::multiClusterIdToEnergyAndScore

Definition at line 39 of file MultiClusterAssociatorByEnergyScoreImpl.h.