Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F11222293
KinematicVertex.cc
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
807 B
Subscribers
None
KinematicVertex.cc
View Options
#include
"rave/KinematicVertex.h"
namespace
rave
{
KinematicVertex
::
KinematicVertex
(
const
BasicKinematicVertex
&
o
)
:
Base
(
o
.
clone
()
)
{}
KinematicVertex
::
KinematicVertex
()
:
Base
(
new
BasicKinematicVertex
()
)
{}
const
rave
::
Point3D
&
KinematicVertex
::
position
()
const
{
return
data
().
position
();
}
const
rave
::
Covariance3D
&
KinematicVertex
::
error
()
const
{
return
data
().
error
();
}
boost
::
weak_ptr
<
rave
::
BasicKinematicTree
>
KinematicVertex
::
correspondingTree
()
const
{
return
data
().
correspondingTree
();
}
double
KinematicVertex
::
ndf
()
const
{
return
data
().
ndf
();
}
double
KinematicVertex
::
chiSquared
()
const
{
return
data
().
chiSquared
();
}
int
KinematicVertex
::
id
()
const
{
return
data
().
id
();
}
bool
KinematicVertex
::
isValid
()
const
{
return
data
().
isValid
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Wed, May 14, 11:43 AM (10 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5111496
Default Alt Text
KinematicVertex.cc (807 B)
Attached To
rRAVESVN ravesvn
Event Timeline
Log In to Comment