CMS 3D CMS Logo

CaloVShape Class Reference

Electronic response of the preamp. More...

#include <SimCalorimetry/CaloSimAlgos/interface/CaloVShape.h>

Inheritance diagram for CaloVShape:

CaloShapeIntegrator CastorShape EcalShape ESShape HcalShape HFShape ZDCShape

List of all members.

Public Member Functions

 CaloVShape ()
double getTpeak () const
virtual double operator() (double) const =0
void setTpeak (double value)
virtual ~CaloVShape ()

Private Attributes

double tpeak_


Detailed Description

Electronic response of the preamp.

Definition at line 11 of file CaloVShape.h.


Constructor & Destructor Documentation

CaloVShape::CaloVShape (  )  [inline]

Definition at line 14 of file CaloVShape.h.

00014 : tpeak_(0.) {}

virtual CaloVShape::~CaloVShape (  )  [inline, virtual]

Definition at line 15 of file CaloVShape.h.

00015 {}


Member Function Documentation

double CaloVShape::getTpeak (  )  const [inline]

Reimplemented in CastorShape, ESShape, HcalShape, HFShape, and ZDCShape.

Definition at line 21 of file CaloVShape.h.

References tpeak_.

00021 {return tpeak_;}

virtual double CaloVShape::operator() ( double   )  const [pure virtual]

Implemented in CaloShapeIntegrator, CastorShape, EcalShape, ESShape, HcalShape, HFShape, and ZDCShape.

void CaloVShape::setTpeak ( double  value  )  [inline]

Definition at line 23 of file CaloVShape.h.

References tpeak_.

Referenced by CastorShape::CastorShape(), EcalShape::EcalShape(), ESShape::ESShape(), HcalShape::HcalShape(), HFShape::HFShape(), and ZDCShape::ZDCShape().

00023 {tpeak_=value;}


Member Data Documentation

double CaloVShape::tpeak_ [private]

Definition at line 27 of file CaloVShape.h.

Referenced by getTpeak(), and setTpeak().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:16:02 2009 for CMSSW by  doxygen 1.5.4