CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

unsigned int hgcal::caloParticleOnLayer::caloParticleId

Definition at line 45 of file LCToCPAssociatorByEnergyScoreImpl.h.

float hgcal::caloParticleOnLayer::energy = 0

Definition at line 46 of file LCToCPAssociatorByEnergyScoreImpl.h.

Referenced by Jet.Jet::rawEnergy().

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

Definition at line 47 of file LCToCPAssociatorByEnergyScoreImpl.h.

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

Definition at line 48 of file LCToCPAssociatorByEnergyScoreImpl.h.

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

Definition at line 39 of file MultiClusterAssociatorByEnergyScoreImpl.h.