CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
p2eg::clusterInfo Class Reference

#include <Phase2L1CaloEGammaUtils.h>

Public Member Functions

 clusterInfo ()
 

Public Attributes

ap_uint< 2 > brems
 
ap_uint< 15 > energy
 
ap_uint< 15 > et2x5
 
ap_uint< 15 > et5x5
 
ap_uint< 5 > etaMax
 
ap_uint< 5 > phiMax
 
ap_uint< 10 > seedEnergy
 

Detailed Description

Definition at line 707 of file Phase2L1CaloEGammaUtils.h.

Constructor & Destructor Documentation

◆ clusterInfo()

p2eg::clusterInfo::clusterInfo ( )
inline

Definition at line 717 of file Phase2L1CaloEGammaUtils.h.

References brems, energy, et2x5, et5x5, etaMax, phiMax, and seedEnergy.

717  {
718  seedEnergy = 0;
719  energy = 0;
720  et5x5 = 0;
721  et2x5 = 0;
722  phiMax = 0;
723  etaMax = 0;
724  brems = 0;
725  }

Member Data Documentation

◆ brems

ap_uint<2> p2eg::clusterInfo::brems

Definition at line 715 of file Phase2L1CaloEGammaUtils.h.

Referenced by clusterInfo(), and p2eg::getClusterPosition().

◆ energy

ap_uint<15> p2eg::clusterInfo::energy

◆ et2x5

ap_uint<15> p2eg::clusterInfo::et2x5

Definition at line 712 of file Phase2L1CaloEGammaUtils.h.

Referenced by clusterInfo(), and p2eg::getClusterPosition().

◆ et5x5

ap_uint<15> p2eg::clusterInfo::et5x5

Definition at line 711 of file Phase2L1CaloEGammaUtils.h.

Referenced by clusterInfo(), and p2eg::getClusterPosition().

◆ etaMax

ap_uint<5> p2eg::clusterInfo::etaMax

Definition at line 714 of file Phase2L1CaloEGammaUtils.h.

Referenced by clusterInfo(), and p2eg::getClusterPosition().

◆ phiMax

ap_uint<5> p2eg::clusterInfo::phiMax

Definition at line 713 of file Phase2L1CaloEGammaUtils.h.

Referenced by clusterInfo(), and p2eg::getClusterPosition().

◆ seedEnergy

ap_uint<10> p2eg::clusterInfo::seedEnergy

Definition at line 709 of file Phase2L1CaloEGammaUtils.h.

Referenced by clusterInfo(), and p2eg::getClusterPosition().