CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
HcalCellType::HcalCell Struct Reference

#include <HcalCellType.h>

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.

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

Member Data Documentation

double HcalCellType::HcalCell::deta
double HcalCellType::HcalCell::dphi
double HcalCellType::HcalCell::drz

Definition at line 18 of file HcalCellType.h.

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

double HcalCellType::HcalCell::eta
bool HcalCellType::HcalCell::flagrz

Definition at line 19 of file HcalCellType.h.

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

bool HcalCellType::HcalCell::ok
double HcalCellType::HcalCell::phi
double HcalCellType::HcalCell::rz

Definition at line 18 of file HcalCellType.h.

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