CMS 3D CMS Logo

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

#include <LCToCPAssociatorByEnergyScoreImpl.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
 
std::unordered_map< int, std::pair< float, float > > multiClusterIdToEnergyAndScore
 

Detailed Description

Definition at line 44 of file LCToCPAssociatorByEnergyScoreImpl.h.

Member Data Documentation

◆ caloParticleId

unsigned int hgcal::caloParticleOnLayer::caloParticleId

Definition at line 45 of file LCToCPAssociatorByEnergyScoreImpl.h.

◆ energy

float hgcal::caloParticleOnLayer::energy = 0

Definition at line 46 of file LCToCPAssociatorByEnergyScoreImpl.h.

Referenced by Jet.Jet::rawEnergy().

◆ hits_and_fractions

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

Definition at line 47 of file LCToCPAssociatorByEnergyScoreImpl.h.

◆ layerClusterIdToEnergyAndScore

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

Definition at line 48 of file LCToCPAssociatorByEnergyScoreImpl.h.

◆ multiClusterIdToEnergyAndScore

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

Definition at line 39 of file MultiClusterAssociatorByEnergyScoreImpl.h.