CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
CaloShapes Class Reference

#include <CaloShapes.h>

Inheritance diagram for CaloShapes:
HcalShapes

Public Member Functions

 CaloShapes ()
 
 CaloShapes (const CaloVShape *shape)
 
virtual const CaloVShapeshape (const DetId &detId, bool precise=false) const
 
virtual ~CaloShapes ()=default
 

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.

12 : theShape(nullptr) {}
const CaloVShape * theShape
Definition: CaloShapes.h:18
CaloShapes::CaloShapes ( const CaloVShape shape)
inline

Definition at line 14 of file CaloShapes.h.

14 : theShape(shape) {}
const CaloVShape * theShape
Definition: CaloShapes.h:18
virtual CaloShapes::~CaloShapes ( )
virtualdefault

Referenced by shape().

Member Function Documentation

virtual const CaloVShape* CaloShapes::shape ( const DetId detId,
bool  precise = false 
) const
inlinevirtual

Reimplemented in HcalShapes.

Definition at line 15 of file CaloShapes.h.

References theShape, and ~CaloShapes().

Referenced by HPDIonFeedbackSim::addThermalNoise(), and CaloHitResponse::makeAnalogSignal().

15 {return theShape;}
const CaloVShape * theShape
Definition: CaloShapes.h:18

Member Data Documentation

const CaloVShape* CaloShapes::theShape
private

Definition at line 18 of file CaloShapes.h.

Referenced by shape().