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 702 of file Phase2L1CaloEGammaUtils.h.

Constructor & Destructor Documentation

◆ clusterInfo()

p2eg::clusterInfo::clusterInfo ( )
inline

Definition at line 712 of file Phase2L1CaloEGammaUtils.h.

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

712  {
713  seedEnergy = 0;
714  energy = 0;
715  et5x5 = 0;
716  et2x5 = 0;
717  phiMax = 0;
718  etaMax = 0;
719  brems = 0;
720  }

Member Data Documentation

◆ brems

ap_uint<2> p2eg::clusterInfo::brems

Definition at line 710 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 707 of file Phase2L1CaloEGammaUtils.h.

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

◆ et5x5

ap_uint<15> p2eg::clusterInfo::et5x5

Definition at line 706 of file Phase2L1CaloEGammaUtils.h.

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

◆ etaMax

ap_uint<5> p2eg::clusterInfo::etaMax

Definition at line 709 of file Phase2L1CaloEGammaUtils.h.

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

◆ phiMax

ap_uint<5> p2eg::clusterInfo::phiMax

Definition at line 708 of file Phase2L1CaloEGammaUtils.h.

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

◆ seedEnergy

ap_uint<10> p2eg::clusterInfo::seedEnergy

Definition at line 704 of file Phase2L1CaloEGammaUtils.h.

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