CMS 3D CMS Logo

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

#include <TSToSimTSAssociatorByEnergyScoreImpl.h>

Public Member Functions

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

Public Attributes

long unsigned int clusterId
 
float fraction
 

Detailed Description

Definition at line 18 of file TSToSimTSAssociatorByEnergyScoreImpl.h.

Constructor & Destructor Documentation

◆ lcInfoInTrackster()

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

Definition at line 22 of file TSToSimTSAssociatorByEnergyScoreImpl.h.

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

References clusterId, and fraction.

Member Function Documentation

◆ operator==()

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

Definition at line 19 of file TSToSimTSAssociatorByEnergyScoreImpl.h.

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

References clusterId, and EcalTangentSkim_cfg::o.

Member Data Documentation

◆ clusterId

long unsigned int hgcal::lcInfoInTrackster::clusterId

Definition at line 19 of file TSToSimTSAssociatorByEnergyScoreImpl.h.

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

◆ fraction

float hgcal::lcInfoInTrackster::fraction

Definition at line 21 of file TSToSimTSAssociatorByEnergyScoreImpl.h.

Referenced by lcInfoInTrackster().

EcalTangentSkim_cfg.o
o
Definition: EcalTangentSkim_cfg.py:42
hgcal::lcInfoInTrackster::fraction
float fraction
Definition: TSToSimTSAssociatorByEnergyScoreImpl.h:21
hgcal::lcInfoInTrackster::clusterId
long unsigned int clusterId
Definition: TSToSimTSAssociatorByEnergyScoreImpl.h:19