Main Page
Namespaces
Classes
Package Documentation
src
DetectorDescription
Core
src
Sphere.h
Go to the documentation of this file.
1
#ifndef DDI_Sphere_h
2
#define DDI_Sphere_h
3
4
#include <iosfwd>
5
#include "
Solid.h
"
6
7
namespace
DDI
{
8
9
class
Sphere
:
public
DDI::Solid
10
{
11
public
:
12
Sphere
(
double
innerRadius
,
13
double
outerRadius
,
14
double
startPhi,
15
double
deltaPhi
,
16
double
startZ,
17
double
deltaZ);
18
19
double
volume
()
const override
;
20
void
stream
(std::ostream &)
const override
;
21
};
22
23
}
24
25
#endif
DDI::Sphere::Sphere
Sphere(double innerRadius, double outerRadius, double startPhi, double deltaPhi, double startZ, double deltaZ)
Definition:
Sphere.cc:13
interestingEgammaIsoDetIdsSequence_cff.innerRadius
innerRadius
Definition:
interestingEgammaIsoDetIdsSequence_cff.py:15
interestingEgammaIsoDetIdsSequence_cff.outerRadius
outerRadius
Definition:
interestingEgammaIsoDetIdsSequence_cff.py:14
Solid.h
DDI::Sphere::stream
void stream(std::ostream &) const override
Definition:
Sphere.cc:30
DDI::Sphere::volume
double volume() const override
Definition:
Sphere.cc:40
DDI::Sphere
Definition:
Sphere.h:9
DDI
Definition:
DDCompactView.h:26
DDI::Solid
Definition:
Solid.h:10
hiPixelPairStep_cff.deltaPhi
deltaPhi
Definition:
hiPixelPairStep_cff.py:87
Generated for CMSSW Reference Manual by
1.8.11