CMS 3D CMS Logo

Public Member Functions | Public Attributes

HcalFlexiHardcodeGeometryLoader::HBHOCellParameters Struct Reference

List of all members.

Public Member Functions

 HBHOCellParameters (int f_eta, int f_depth, int f_phiFirst, int f_phiStep, int f_dPhi, float f_rMin, float f_rMax, float f_etaMin, float f_etaMax)

Public Attributes

int depth
int dphi
int eta
float etaMax
float etaMin
int phiFirst
int phiStep
float rMax
float rMin

Detailed Description

Definition at line 27 of file HcalFlexiHardcodeGeometryLoader.h.


Constructor & Destructor Documentation

HcalFlexiHardcodeGeometryLoader::HBHOCellParameters::HBHOCellParameters ( int  f_eta,
int  f_depth,
int  f_phiFirst,
int  f_phiStep,
int  f_dPhi,
float  f_rMin,
float  f_rMax,
float  f_etaMin,
float  f_etaMax 
) [inline]

Definition at line 28 of file HcalFlexiHardcodeGeometryLoader.h.

      : eta(f_eta), depth(f_depth), phiFirst(f_phiFirst), phiStep(f_phiStep), dphi(f_dPhi), rMin(f_rMin), rMax(f_rMax), etaMin(f_etaMin), etaMax(f_etaMax)
    {}

Member Data Documentation