Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8310261
RaveCovariance3D.cc
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
751 B
Subscribers
None
RaveCovariance3D.cc
View Options
#include
"RaveBase/RaveInterface/rave/RaveCovariance3D.h"
using
namespace
rave
;
Covariance3D
::
Covariance3D
(
double
dxx
,
double
dxy
,
double
dxz
,
double
dyy
,
double
dyz
,
double
dzz
)
:
thedxx
(
dxx
),
thedxy
(
dxy
),
thedxz
(
dxz
),
thedyy
(
dyy
),
thedyz
(
dyz
),
thedzz
(
dzz
)
{}
Covariance3D
::
Covariance3D
()
:
thedxx
(
0.
),
thedxy
(
0.
),
thedxz
(
0.
),
thedyy
(
0.
),
thedyz
(
0.
),
thedzz
(
0.
)
{}
double
Covariance3D
::
dxx
()
const
{
return
thedxx
;
}
double
Covariance3D
::
dxy
()
const
{
return
thedxy
;
}
double
Covariance3D
::
dxz
()
const
{
return
thedxz
;
}
double
Covariance3D
::
dyy
()
const
{
return
thedyy
;
}
double
Covariance3D
::
dyz
()
const
{
return
thedyz
;
}
double
Covariance3D
::
dzz
()
const
{
return
thedzz
;
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sat, Dec 21, 5:54 PM (9 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4023710
Default Alt Text
RaveCovariance3D.cc (751 B)
Attached To
rRAVESVN ravesvn
Event Timeline
Log In to Comment