CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
hgcal::detIdInfoInCluster Struct Reference

#include <LCToCPAssociatorByEnergyScoreImpl.h>

Public Member Functions

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

Public Attributes

long unsigned int clusterId
 
float fraction
 

Detailed Description

Definition at line 22 of file LCToCPAssociatorByEnergyScoreImpl.h.

Constructor & Destructor Documentation

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

Definition at line 26 of file LCToCPAssociatorByEnergyScoreImpl.h.

References clusterId, and fraction.

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

Definition at line 26 of file LCToSCAssociatorByEnergyScoreImpl.h.

References clusterId, and fraction.

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

Definition at line 22 of file MultiClusterAssociatorByEnergyScoreImpl.h.

References clusterId, and fraction.

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

Definition at line 22 of file TSToSCAssociatorByEnergyScoreImpl.h.

References clusterId, and fraction.

Member Function Documentation

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

Definition at line 19 of file MultiClusterAssociatorByEnergyScoreImpl.h.

References clusterId.

19 { return clusterId == o.clusterId; };
bool hgcal::detIdInfoInCluster::operator== ( const detIdInfoInCluster o) const
inline

Definition at line 19 of file TSToSCAssociatorByEnergyScoreImpl.h.

References clusterId.

19 { return clusterId == o.clusterId; };
bool hgcal::detIdInfoInCluster::operator== ( const detIdInfoInCluster o) const
inline

Definition at line 23 of file LCToCPAssociatorByEnergyScoreImpl.h.

References clusterId.

23 { return clusterId == o.clusterId; };
bool hgcal::detIdInfoInCluster::operator== ( const detIdInfoInCluster o) const
inline

Definition at line 23 of file LCToSCAssociatorByEnergyScoreImpl.h.

References clusterId.

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

Member Data Documentation

long unsigned int hgcal::detIdInfoInCluster::clusterId

Definition at line 23 of file LCToCPAssociatorByEnergyScoreImpl.h.

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

float hgcal::detIdInfoInCluster::fraction

Definition at line 25 of file LCToCPAssociatorByEnergyScoreImpl.h.

Referenced by detIdInfoInCluster().