CMS 3D CMS Logo

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

#include <Phase2L1CaloEGammaUtils.h>

Public Member Functions

 crystalMax ()
 

Public Attributes

ap_uint< 10 > energy
 
uint8_t etaMax
 
uint8_t phiMax
 

Detailed Description

Definition at line 547 of file Phase2L1CaloEGammaUtils.h.

Constructor & Destructor Documentation

◆ crystalMax()

p2eg::crystalMax::crystalMax ( )
inline

Definition at line 553 of file Phase2L1CaloEGammaUtils.h.

References energy, etaMax, and phiMax.

553  {
554  energy = 0;
555  phiMax = 0;
556  etaMax = 0;
557  }

Member Data Documentation

◆ energy

ap_uint<10> p2eg::crystalMax::energy

◆ etaMax

uint8_t p2eg::crystalMax::etaMax

Definition at line 551 of file Phase2L1CaloEGammaUtils.h.

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

◆ phiMax

uint8_t p2eg::crystalMax::phiMax

Definition at line 550 of file Phase2L1CaloEGammaUtils.h.

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