CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
hgcal::detIdInfoInCluster Struct Reference

#include <LayerClusterAssociatorByEnergyScoreImpl.h>

Public Member Functions

 detIdInfoInCluster (long unsigned int cId, float fr)
 
bool operator== (const detIdInfoInCluster &o) const
 

Public Attributes

long unsigned int clusterId
 
float fraction
 

Detailed Description

Definition at line 18 of file LayerClusterAssociatorByEnergyScoreImpl.h.

Constructor & Destructor Documentation

◆ detIdInfoInCluster()

hgcal::detIdInfoInCluster::detIdInfoInCluster ( long unsigned int  cId,
float  fr 
)
inline

Definition at line 22 of file LayerClusterAssociatorByEnergyScoreImpl.h.

22  {
23  clusterId = cId;
24  fraction = fr;
25  }

References clusterId, and fraction.

Member Function Documentation

◆ operator==()

bool hgcal::detIdInfoInCluster::operator== ( const detIdInfoInCluster o) const
inline

Definition at line 19 of file LayerClusterAssociatorByEnergyScoreImpl.h.

19 { return clusterId == o.clusterId; };

References clusterId, and EcalTangentSkim_cfg::o.

Member Data Documentation

◆ clusterId

long unsigned int hgcal::detIdInfoInCluster::clusterId

Definition at line 19 of file LayerClusterAssociatorByEnergyScoreImpl.h.

Referenced by detIdInfoInCluster(), and operator==().

◆ fraction

float hgcal::detIdInfoInCluster::fraction

Definition at line 21 of file LayerClusterAssociatorByEnergyScoreImpl.h.

Referenced by detIdInfoInCluster().

EcalTangentSkim_cfg.o
o
Definition: EcalTangentSkim_cfg.py:36
hgcal::detIdInfoInCluster::clusterId
long unsigned int clusterId
Definition: LayerClusterAssociatorByEnergyScoreImpl.h:19
hgcal::detIdInfoInCluster::fraction
float fraction
Definition: LayerClusterAssociatorByEnergyScoreImpl.h:21