CMS 3D CMS Logo

Public Member Functions | Private Attributes

CaloShapes Class Reference

#include <CaloShapes.h>

Inheritance diagram for CaloShapes:
HcalShapes

List of all members.

Public Member Functions

 CaloShapes ()
 CaloShapes (const CaloVShape *shape)
virtual const CaloVShapeshape (const DetId &detId) const

Private Attributes

const CaloVShapetheShape

Detailed Description

Definition at line 9 of file CaloShapes.h.


Constructor & Destructor Documentation

CaloShapes::CaloShapes ( ) [inline]

Definition at line 12 of file CaloShapes.h.

: theShape(0) {}
CaloShapes::CaloShapes ( const CaloVShape shape) [inline]

Definition at line 14 of file CaloShapes.h.

: theShape(shape) {}

Member Function Documentation

virtual const CaloVShape* CaloShapes::shape ( const DetId detId) const [inline, virtual]

Member Data Documentation

const CaloVShape* CaloShapes::theShape [private]

Definition at line 18 of file CaloShapes.h.

Referenced by shape().