SimCalorimetry
CaloSimAlgos
interface
CaloShapeIntegrator.h
Go to the documentation of this file.
1
#ifndef CaloSimAlgos_CaloShapeIntegrator_h
2
#define CaloSimAlgos_CaloShapeIntegrator_h
3
9
#include "
SimCalorimetry/CaloSimAlgos/interface/CaloVShape.h
"
10
11
class
CaloShapeIntegrator
:
public
CaloVShape
{
12
public
:
13
enum
{
BUNCHSPACE
= 25 };
14
15
CaloShapeIntegrator
(
const
CaloVShape
*aShape);
16
17
~CaloShapeIntegrator
()
override
;
18
19
double
operator()
(
double
startTime)
const override
;
20
double
timeToRise
()
const override
;
21
22
private
:
23
const
CaloVShape
*
m_shape
;
24
};
25
26
#endif
CaloShapeIntegrator::CaloShapeIntegrator
CaloShapeIntegrator(const CaloVShape *aShape)
Definition:
CaloShapeIntegrator.cc:3
CaloShapeIntegrator::BUNCHSPACE
Definition:
CaloShapeIntegrator.h:13
CaloShapeIntegrator::~CaloShapeIntegrator
~CaloShapeIntegrator() override
Definition:
CaloShapeIntegrator.cc:5
CaloShapeIntegrator
Definition:
CaloShapeIntegrator.h:11
CaloShapeIntegrator::m_shape
const CaloVShape * m_shape
Definition:
CaloShapeIntegrator.h:23
CaloVShape
Electronic response of the preamp.
Definition:
CaloVShape.h:11
CaloVShape.h
CaloShapeIntegrator::operator()
double operator()(double startTime) const override
Definition:
CaloShapeIntegrator.cc:9
CaloShapeIntegrator::timeToRise
double timeToRise() const override
Definition:
CaloShapeIntegrator.cc:7
Generated for CMSSW Reference Manual by
1.8.16