CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
l1t::HGCalTowerCoord Struct Reference

#include <HGCalTowerID.h>

Public Member Functions

 HGCalTowerCoord (unsigned short rawId, float eta, float phi)
 

Public Attributes

const float eta
 
const float phi
 
const unsigned short rawId
 

Detailed Description

Definition at line 36 of file HGCalTowerID.h.

Constructor & Destructor Documentation

◆ HGCalTowerCoord()

l1t::HGCalTowerCoord::HGCalTowerCoord ( unsigned short  rawId,
float  eta,
float  phi 
)
inline

Definition at line 37 of file HGCalTowerID.h.

37 : rawId(rawId), eta(eta), phi(phi) {}

Member Data Documentation

◆ eta

const float l1t::HGCalTowerCoord::eta

Definition at line 40 of file HGCalTowerID.h.

Referenced by Particle.Particle::__str__(), Jet.Jet::jetID(), and Jet.Jet::puJetId().

◆ phi

const float l1t::HGCalTowerCoord::phi

Definition at line 41 of file HGCalTowerID.h.

Referenced by Particle.Particle::__str__(), and ntupleDataFormat.Track::phiPull().

◆ rawId

const unsigned short l1t::HGCalTowerCoord::rawId

Definition at line 39 of file HGCalTowerID.h.

l1t::HGCalTowerCoord::phi
const float phi
Definition: HGCalTowerID.h:41
l1t::HGCalTowerCoord::rawId
const unsigned short rawId
Definition: HGCalTowerID.h:39
l1t::HGCalTowerCoord::eta
const float eta
Definition: HGCalTowerID.h:40