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

Constructor & Destructor Documentation

◆ crystalMax()

p2eg::crystalMax::crystalMax ( )
inline

Definition at line 558 of file Phase2L1CaloEGammaUtils.h.

References energy, etaMax, and phiMax.

558  {
559  energy = 0;
560  phiMax = 0;
561  etaMax = 0;
562  }

Member Data Documentation

◆ energy

ap_uint<10> p2eg::crystalMax::energy

◆ etaMax

uint8_t p2eg::crystalMax::etaMax

Definition at line 556 of file Phase2L1CaloEGammaUtils.h.

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

◆ phiMax

uint8_t p2eg::crystalMax::phiMax

Definition at line 555 of file Phase2L1CaloEGammaUtils.h.

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