CMS 3D CMS Logo

Public Member Functions | Public Attributes

HcalFlexiHardcodeGeometryLoader::HECellParameters Struct Reference

List of all members.

Public Member Functions

 HECellParameters (int f_eta, int f_depth, int f_phiFirst, int f_phiStep, int f_dPhi, float f_zMin, float f_zMax, float f_etaMin, float f_etaMax)

Public Attributes

int depth
int dphi
int eta
float etaMax
float etaMin
int phiFirst
int phiStep
float zMax
float zMin

Detailed Description

Definition at line 43 of file HcalFlexiHardcodeGeometryLoader.h.


Constructor & Destructor Documentation

HcalFlexiHardcodeGeometryLoader::HECellParameters::HECellParameters ( int  f_eta,
int  f_depth,
int  f_phiFirst,
int  f_phiStep,
int  f_dPhi,
float  f_zMin,
float  f_zMax,
float  f_etaMin,
float  f_etaMax 
) [inline]

Definition at line 44 of file HcalFlexiHardcodeGeometryLoader.h.

      : eta(f_eta), depth(f_depth), phiFirst(f_phiFirst), phiStep(f_phiStep), dphi(f_dPhi), zMin(f_zMin), zMax(f_zMax), etaMin(f_etaMin), etaMax(f_etaMax)
    {}

Member Data Documentation