VGM
Version 5.5
Toggle main menu visibility
Loading...
Searching...
No Matches
packages
RootGM
include
RootGM
solids
Paraboloid.h
Go to the documentation of this file.
1
// $Id$
2
3
// -----------------------------------------------------------------------
4
// The RootGM package of the Virtual Geometry Model
5
// Copyright (C) 2007, Ivana Hrivnacova
6
// All rights reserved.
7
//
8
// For the licensing terms see vgm/LICENSE.
9
// Contact: ivana@ipno.in2p3.fr
10
// -----------------------------------------------------------------------
11
13
//
19
20
#ifndef ROOT_GM_PARABOLOID_H
21
#define ROOT_GM_PARABOLOID_H
22
23
#include "
BaseVGM/solids/VParaboloid.h
"
24
25
#include <string>
26
27
class
TGeoParaboloid;
28
29
namespace
RootGM
{
30
31
class
Paraboloid
:
public
BaseVGM::VParaboloid
32
{
33
public
:
34
Paraboloid
(
const
std::string& name,
double
r1,
double
r2,
double
hz);
35
Paraboloid
(TGeoParaboloid* paraboloid);
36
virtual
~Paraboloid
();
37
38
// methods
39
virtual
std::string
Name
()
const
;
40
virtual
double
RadiusMinusZ
()
const
;
41
virtual
double
RadiusPlusZ
()
const
;
42
virtual
double
ZHalfLength
()
const
;
43
44
protected
:
45
Paraboloid
();
46
Paraboloid
(
const
Paraboloid
& rhs);
47
48
private
:
49
TGeoParaboloid* fParaboloid;
50
};
51
52
}
// namespace RootGM
53
54
#endif
// ROOT_GM_PARABOLOID_H
VParaboloid.h
BaseVGM::VParaboloid
The ABC for paraboloid solids.
Definition
VParaboloid.h:30
RootGM::Paraboloid::Paraboloid
Paraboloid()
Definition
Paraboloid.cxx:56
RootGM::Paraboloid::RadiusMinusZ
virtual double RadiusMinusZ() const
Return the radius at -z in mm.
Definition
Paraboloid.cxx:79
RootGM::Paraboloid::Paraboloid
Paraboloid(const std::string &name, double r1, double r2, double hz)
Definition
Paraboloid.cxx:27
RootGM::Paraboloid::RadiusPlusZ
virtual double RadiusPlusZ() const
Return the radius at +z in mm.
Definition
Paraboloid.cxx:85
RootGM::Paraboloid::ZHalfLength
virtual double ZHalfLength() const
Return the half-length along the z axis in mm.
Definition
Paraboloid.cxx:91
RootGM::Paraboloid::Name
virtual std::string Name() const
Return the name of this solid.
Definition
Paraboloid.cxx:76
RootGM::Paraboloid::~Paraboloid
virtual ~Paraboloid()
Definition
Paraboloid.cxx:70
RootGM
VGM implementation for Root.
Definition
axis.h:28
Generated on
for VGM by
1.17.0