CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
l1thgcfirmware::HGCalSeed Class Reference

#include <HGCalSeed_SA.h>

Public Member Functions

float energy () const
 
 HGCalSeed (float x, float y, float z, float energy)
 
float x () const
 
float y () const
 
float z () const
 
 ~HGCalSeed ()
 

Private Attributes

float energy_
 
float x_
 
float y_
 
float z_
 

Detailed Description

Definition at line 6 of file HGCalSeed_SA.h.

Constructor & Destructor Documentation

◆ HGCalSeed()

l1thgcfirmware::HGCalSeed::HGCalSeed ( float  x,
float  y,
float  z,
float  energy 
)
inline

◆ ~HGCalSeed()

l1thgcfirmware::HGCalSeed::~HGCalSeed ( )
inline

Definition at line 10 of file HGCalSeed_SA.h.

10 {};

Member Function Documentation

◆ energy()

float l1thgcfirmware::HGCalSeed::energy ( ) const
inline

Definition at line 15 of file HGCalSeed_SA.h.

References energy_.

Referenced by Jet.Jet::rawEnergy().

15 { return energy_; }

◆ x()

float l1thgcfirmware::HGCalSeed::x ( ) const
inline

◆ y()

float l1thgcfirmware::HGCalSeed::y ( ) const
inline

◆ z()

float l1thgcfirmware::HGCalSeed::z ( ) const
inline

Definition at line 14 of file HGCalSeed_SA.h.

References z_.

Referenced by geometryXMLparser.Alignable::pos(), and ntupleDataFormat._HitObject::r3D().

14 { return z_; }

Member Data Documentation

◆ energy_

float l1thgcfirmware::HGCalSeed::energy_
private

Definition at line 21 of file HGCalSeed_SA.h.

Referenced by energy().

◆ x_

float l1thgcfirmware::HGCalSeed::x_
private

Definition at line 18 of file HGCalSeed_SA.h.

Referenced by x().

◆ y_

float l1thgcfirmware::HGCalSeed::y_
private

Definition at line 19 of file HGCalSeed_SA.h.

Referenced by y().

◆ z_

float l1thgcfirmware::HGCalSeed::z_
private

Definition at line 20 of file HGCalSeed_SA.h.

Referenced by z().