CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
HEChannel Struct Reference

Take: More...

Public Member Functions

 HEChannel (float eta, float phi, float ratio)
 

Public Attributes

float eta
 
float phi
 
float ratio
 

Detailed Description

Take:

Definition at line 35 of file PFCandidateRecalibrator.cc.

Constructor & Destructor Documentation

HEChannel::HEChannel ( float  eta,
float  phi,
float  ratio 
)
inline

Definition at line 37 of file PFCandidateRecalibrator.cc.

37  :
38  eta(eta),
39  phi(phi),
40  ratio(ratio)
41  {}

Member Data Documentation

float HEChannel::eta
float HEChannel::phi
float HEChannel::ratio

Definition at line 36 of file PFCandidateRecalibrator.cc.