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

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) {}
const unsigned short rawId
Definition: HGCalTowerID.h:39

Member Data Documentation

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().

const float l1t::HGCalTowerCoord::phi

Definition at line 41 of file HGCalTowerID.h.

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

const unsigned short l1t::HGCalTowerCoord::rawId

Definition at line 39 of file HGCalTowerID.h.