CMS 3D CMS Logo

Public Member Functions | Public Attributes

HcalCellType::HcalCell Struct Reference

#include <HcalCellType.h>

List of all members.

Public Member Functions

 HcalCell (bool fl=false, double et=0, double det=0, double fi=0, double dfi=0, double rzv=0, double drzv=0, bool frz=true)

Public Attributes

double deta
double dphi
double drz
double eta
bool flagrz
bool ok
double phi
double rz

Detailed Description

Definition at line 16 of file HcalCellType.h.


Constructor & Destructor Documentation

HcalCellType::HcalCell::HcalCell ( bool  fl = false,
double  et = 0,
double  det = 0,
double  fi = 0,
double  dfi = 0,
double  rzv = 0,
double  drzv = 0,
bool  frz = true 
) [inline]

Definition at line 20 of file HcalCellType.h.

                                                                       :
      ok(fl), eta(et), deta(det), phi(fi), dphi(dfi), rz(rzv), drz(drzv),
         flagrz(frz) {}

Member Data Documentation

Definition at line 18 of file HcalCellType.h.

Referenced by HcalNumberingFromDDD::cell(), and HcalCellType::HcalCellType().

Definition at line 18 of file HcalCellType.h.

Referenced by HcalNumberingFromDDD::cell(), and HcalCellType::HcalCellType().

Definition at line 18 of file HcalCellType.h.

Referenced by HcalNumberingFromDDD::cell(), and HcalCellType::HcalCellType().

Definition at line 19 of file HcalCellType.h.

Referenced by HcalNumberingFromDDD::cell(), and HcalCellType::HcalCellType().

Definition at line 18 of file HcalCellType.h.

Referenced by HcalNumberingFromDDD::cell(), and HcalCellType::HcalCellType().