Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
SimCalorimetry
HcalSimAlgos
interface
HFShape.h
Go to the documentation of this file.
1
#ifndef HcalSimAlgos_HFShape_h
2
#define HcalSimAlgos_HFShape_h
3
#include<vector>
4
5
#include "
SimCalorimetry/CaloSimAlgos/interface/CaloVShape.h
"
6
16
class
HFShape
:
public
CaloVShape
17
{
18
public
:
19
20
HFShape
();
21
HFShape
(
const
HFShape
&d);
22
23
virtual
~HFShape
(){}
24
25
virtual
double
operator ()
(
double
time
)
const
;
26
virtual
double
timeToRise
()
const
;
27
28
29
private
:
30
void
computeShapeHF
();
31
32
int
nbin_
;
33
std::vector<float>
nt_
;
34
35
};
36
37
#endif
38
HFShape::HFShape
HFShape()
Definition:
HFShape.cc:4
HFShape::operator()
virtual double operator()(double time) const
Definition:
HFShape.cc:56
HFShape::computeShapeHF
void computeShapeHF()
Definition:
HFShape.cc:25
CaloVShape
Electronic response of the preamp.
Definition:
CaloVShape.h:11
CaloVShape.h
HFShape::~HFShape
virtual ~HFShape()
Definition:
HFShape.h:23
cond::rpcobgas::time
Definition:
RPCObGasPyWrapper.cc:61
HFShape::timeToRise
virtual double timeToRise() const
Definition:
HFShape.cc:20
HFShape::nbin_
int nbin_
Definition:
HFShape.h:32
HFShape
shaper for HF
Definition:
HFShape.h:16
HFShape::nt_
std::vector< float > nt_
Definition:
HFShape.h:33
Generated for CMSSW Reference Manual by
1.8.5