test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
SimCalorimetry
CaloSimAlgos
interface
CaloVShape.h
Go to the documentation of this file.
1
#ifndef CaloSimAlgos_CaloVShape_h
2
#define CaloSimAlgos_CaloVShape_h 1
3
11
class
CaloVShape
12
{
13
public
:
14
15
CaloVShape
() {}
16
virtual
~CaloVShape
() {}
17
18
virtual
double
operator ()
(
double
)
const
= 0 ;
19
virtual
double
timeToRise
()
const
= 0 ;
20
21
protected
:
22
23
private
:
24
};
25
26
#endif
CaloVShape
Electronic response of the preamp.
Definition:
CaloVShape.h:11
CaloVShape::CaloVShape
CaloVShape()
Definition:
CaloVShape.h:15
CaloVShape::timeToRise
virtual double timeToRise() const =0
CaloVShape::~CaloVShape
virtual ~CaloVShape()
Definition:
CaloVShape.h:16
CaloVShape::operator()
virtual double operator()(double) const =0
Generated for CMSSW Reference Manual by
1.8.5