Stores information about the position of an event vertex and the quality of the track fit.
More...
#include "UserCode/ICHiggsTauTau/interface/Vertex.hh"
Stores information about the position of an event vertex and the quality of the track fit.
- Examples:
- plugins/ICVertexProducer.cc.
Definition at line 15 of file Vertex.hh.
void ic::Vertex::Print |
( |
| ) |
const |
|
virtual |
Point const& ic::Vertex::point |
( |
| ) |
const |
|
inline |
The vertex position co-ordinates.
Definition at line 28 of file Vertex.hh.
std::size_t ic::Vertex::id |
( |
| ) |
const |
|
inline |
Unique identifier.
Definition at line 31 of file Vertex.hh.
float ic::Vertex::vx |
( |
| ) |
const |
|
inline |
float ic::Vertex::vy |
( |
| ) |
const |
|
inline |
float ic::Vertex::vz |
( |
| ) |
const |
|
inline |
float ic::Vertex::chi2 |
( |
| ) |
const |
|
inline |
The \(\chi^{2}\) of the vertex fit.
Definition at line 43 of file Vertex.hh.
float ic::Vertex::ndof |
( |
| ) |
const |
|
inline |
The number-of-degrees-of-freedom in the vertex fit.
Definition at line 46 of file Vertex.hh.
std::vector<std::pair<std::size_t, float> > const& ic::Vertex::tracks |
( |
| ) |
const |
|
inline |
A vector of track information pairs, where each contains an ic::Track::id() and the weight of that track in the vertex fit.
Definition at line 50 of file Vertex.hh.
void ic::Vertex::set_point |
( |
Point const & |
point | ) |
|
|
inline |
The vertex position co-ordinates.
Definition at line 59 of file Vertex.hh.
void ic::Vertex::set_id |
( |
std::size_t const & |
id | ) |
|
|
inline |
void ic::Vertex::set_vx |
( |
float const & |
x | ) |
|
|
inline |
void ic::Vertex::set_vy |
( |
float const & |
y | ) |
|
|
inline |
void ic::Vertex::set_vz |
( |
float const & |
z | ) |
|
|
inline |
void ic::Vertex::set_chi2 |
( |
float const & |
chi2 | ) |
|
|
inline |
void ic::Vertex::set_ndof |
( |
float const & |
ndof | ) |
|
|
inline |
void ic::Vertex::set_tracks |
( |
std::vector< std::pair< std::size_t, float > > const & |
tracks | ) |
|
|
inline |
A vector of track information pairs, where each contains an ic::Track::id() and the weight of that track in the vertex fit.
Definition at line 80 of file Vertex.hh.
void ic::Vertex::AddTrack |
( |
std::size_t |
id, |
|
|
float |
weight |
|
) |
| |
|
inline |
ic::Vertex::ClassDef |
( |
Vertex |
, |
|
|
2 |
|
|
) |
| |
The documentation for this class was generated from the following files: