Main Page
Namespaces
Classes
Package Documentation
SimCalorimetry
EcalSimAlgos
interface
EBShape.h
Go to the documentation of this file.
1
#ifndef EcalSimAlgos_EBShape_h
2
#define EcalSimAlgos_EBShape_h
3
4
#include "
SimCalorimetry/EcalSimAlgos/interface/EcalShapeBase.h
"
5
6
class
EBShape
:
public
EcalShapeBase
7
{
8
public
:
9
EBShape
(
bool
useDB
):
EcalShapeBase
(useDB){
if
(!useDB)
buildMe
();}
// if useDB = true, then buildMe is executed when setEventSetup and DB conditions are available
10
//EBShape():EcalShapeBase(false){;}
11
12
protected
:
13
void
fillShape
(
float
&time_interval,
double
&
m_thresh
,
EcalShapeBase::DVec
& aVec,
const
edm::EventSetup
* es)
const override
;
14
};
15
16
17
18
#endif
19
EBShape::fillShape
void fillShape(float &time_interval, double &m_thresh, EcalShapeBase::DVec &aVec, const edm::EventSetup *es) const override
Definition:
EBShape.cc:8
EcalShapeBase.h
EcalShapeBase::DVec
std::vector< double > DVec
Definition:
EcalShapeBase.h:28
EcalShapeBase::m_thresh
double m_thresh
Definition:
EcalShapeBase.h:62
edm::EventSetup
Definition:
EventSetup.h:51
EBShape
Definition:
EBShape.h:6
EcalShapeBase::buildMe
void buildMe()
Definition:
EcalShapeBase.cc:54
SiPixelSimParameters_cfi.useDB
useDB
Definition:
SiPixelSimParameters_cfi.py:90
EBShape::EBShape
EBShape(bool useDB)
Definition:
EBShape.h:9
EcalShapeBase
Definition:
EcalShapeBase.h:24
Generated for CMSSW Reference Manual by
1.8.11