CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
HGCalSimHitStudy::hitsinfo Struct Reference

Public Member Functions

 hitsinfo ()
 

Public Attributes

double energy
 
double eta
 
int layer
 
double phi
 
double time
 

Detailed Description

Definition at line 50 of file HGCalSimHitStudy.cc.

Constructor & Destructor Documentation

◆ hitsinfo()

HGCalSimHitStudy::hitsinfo::hitsinfo ( )
inline

Definition at line 51 of file HGCalSimHitStudy.cc.

51  {
52  phi = eta = energy = time = 0.0;
53  layer = 0;
54  }

References energy, eta, layer, phi, and time.

Member Data Documentation

◆ energy

double HGCalSimHitStudy::hitsinfo::energy

Definition at line 55 of file HGCalSimHitStudy.cc.

Referenced by hitsinfo(), and Jet.Jet::rawEnergy().

◆ eta

double HGCalSimHitStudy::hitsinfo::eta

◆ layer

int HGCalSimHitStudy::hitsinfo::layer

◆ phi

double HGCalSimHitStudy::hitsinfo::phi

◆ time

double HGCalSimHitStudy::hitsinfo::time

Definition at line 55 of file HGCalSimHitStudy.cc.

Referenced by hitsinfo().

HGCalSimHitStudy::hitsinfo::energy
double energy
Definition: HGCalSimHitStudy.cc:55
HGCalSimHitStudy::hitsinfo::phi
double phi
Definition: HGCalSimHitStudy.cc:55
HGCalSimHitStudy::hitsinfo::time
double time
Definition: HGCalSimHitStudy.cc:55
HGCalSimHitStudy::hitsinfo::eta
double eta
Definition: HGCalSimHitStudy.cc:55
HGCalSimHitStudy::hitsinfo::layer
int layer
Definition: HGCalSimHitStudy.cc:56