CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
gctobj::towerMax Class Reference

#include <Phase2L1CaloJetEmulator.h>

Public Member Functions

towerMaxoperator= (const towerMax &rhs)
 
 towerMax ()
 

Public Attributes

float energy
 
float energyMax
 
int eta
 
int etaCenter
 
int etaMax
 
int phi
 
int phiCenter
 
int phiMax
 

Detailed Description

Definition at line 20 of file Phase2L1CaloJetEmulator.h.

Constructor & Destructor Documentation

◆ towerMax()

gctobj::towerMax::towerMax ( )
inline

Member Function Documentation

◆ operator=()

towerMax& gctobj::towerMax::operator= ( const towerMax rhs)
inline

Definition at line 42 of file Phase2L1CaloJetEmulator.h.

References energy, energyMax, eta, etaCenter, etaMax, phi, phiCenter, and phiMax.

42  {
43  energy = rhs.energy;
44  phi = rhs.phi;
45  eta = rhs.eta;
46  energyMax = rhs.energyMax;
47  phiMax = rhs.phiMax;
48  etaMax = rhs.etaMax;
49  phiCenter = rhs.phiCenter;
50  etaCenter = rhs.etaCenter;
51  return *this;
52  }

Member Data Documentation

◆ energy

float gctobj::towerMax::energy

◆ energyMax

float gctobj::towerMax::energyMax

Definition at line 25 of file Phase2L1CaloJetEmulator.h.

Referenced by gctobj::getJetPosition(), operator=(), and towerMax().

◆ eta

int gctobj::towerMax::eta

◆ etaCenter

int gctobj::towerMax::etaCenter

Definition at line 29 of file Phase2L1CaloJetEmulator.h.

Referenced by gctobj::getJetPosition(), operator=(), and towerMax().

◆ etaMax

int gctobj::towerMax::etaMax

Definition at line 27 of file Phase2L1CaloJetEmulator.h.

Referenced by gctobj::getJetPosition(), operator=(), and towerMax().

◆ phi

int gctobj::towerMax::phi

◆ phiCenter

int gctobj::towerMax::phiCenter

Definition at line 28 of file Phase2L1CaloJetEmulator.h.

Referenced by gctobj::getJetPosition(), operator=(), and towerMax().

◆ phiMax

int gctobj::towerMax::phiMax

Definition at line 26 of file Phase2L1CaloJetEmulator.h.

Referenced by gctobj::getJetPosition(), operator=(), and towerMax().