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
HGCalGeomParameters::cellParameters Struct Reference

Public Member Functions

 cellParameters (bool h=false, GlobalPoint p=GlobalPoint(0, 0, 0))
 

Public Attributes

bool half
 
GlobalPoint xyz
 

Detailed Description

Definition at line 56 of file HGCalGeomParameters.h.

Constructor & Destructor Documentation

HGCalGeomParameters::cellParameters::cellParameters ( bool  h = false,
GlobalPoint  p = GlobalPoint(0,0,0) 
)
inline

Definition at line 59 of file HGCalGeomParameters.h.

60  : half(h), xyz(p) {}
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.

Member Data Documentation

bool HGCalGeomParameters::cellParameters::half

Definition at line 57 of file HGCalGeomParameters.h.

GlobalPoint HGCalGeomParameters::cellParameters::xyz

Definition at line 58 of file HGCalGeomParameters.h.