#include <DAClusterizerInZ_vect.h>
Public Member Functions | |
void | AddItem (double new_z, double new_dz2, const reco::TransientTrack *new_tt, double new_pi) |
void | ExtractRaw () |
unsigned int | GetSize () const |
Public Attributes | |
double *__restrict__ | _dz2 |
double *__restrict__ | _pi |
double *__restrict__ | _z |
double *__restrict__ | _Z_sum |
std::vector< double > | dz2 |
std::vector< double > | pi |
std::vector< const reco::TransientTrack * > | tt |
std::vector< double > | z |
std::vector< double > | Z_sum |
Definition at line 25 of file DAClusterizerInZ_vect.h.
void DAClusterizerInZ_vect::track_t::AddItem | ( | double | new_z, |
double | new_dz2, | ||
const reco::TransientTrack * | new_tt, | ||
double | new_pi | ||
) | [inline] |
void DAClusterizerInZ_vect::track_t::ExtractRaw | ( | ) | [inline] |
unsigned int DAClusterizerInZ_vect::track_t::GetSize | ( | ) | const [inline] |
Definition at line 39 of file DAClusterizerInZ_vect.h.
References z.
Referenced by DAClusterizerInZ_vect::dump(), DAClusterizerInZ_vect::purge(), DAClusterizerInZ_vect::split(), and DAClusterizerInZ_vect::update().
{ return z.size(); }
double* __restrict__ DAClusterizerInZ_vect::track_t::_dz2 |
Definition at line 55 of file DAClusterizerInZ_vect.h.
Referenced by DAClusterizerInZ_vect::dump(), ExtractRaw(), DAClusterizerInZ_vect::purge(), and DAClusterizerInZ_vect::split().
double* __restrict__ DAClusterizerInZ_vect::track_t::_pi |
Definition at line 58 of file DAClusterizerInZ_vect.h.
Referenced by DAClusterizerInZ_vect::dump(), ExtractRaw(), DAClusterizerInZ_vect::purge(), and DAClusterizerInZ_vect::update().
double* __restrict__ DAClusterizerInZ_vect::track_t::_z |
Definition at line 54 of file DAClusterizerInZ_vect.h.
Referenced by DAClusterizerInZ_vect::dump(), ExtractRaw(), DAClusterizerInZ_vect::purge(), and DAClusterizerInZ_vect::split().
double* __restrict__ DAClusterizerInZ_vect::track_t::_Z_sum |
Definition at line 57 of file DAClusterizerInZ_vect.h.
Referenced by DAClusterizerInZ_vect::dump(), ExtractRaw(), DAClusterizerInZ_vect::purge(), DAClusterizerInZ_vect::split(), and DAClusterizerInZ_vect::update().
std::vector<double> DAClusterizerInZ_vect::track_t::dz2 |
Definition at line 61 of file DAClusterizerInZ_vect.h.
Referenced by AddItem(), and ExtractRaw().
std::vector<double> DAClusterizerInZ_vect::track_t::pi |
Definition at line 65 of file DAClusterizerInZ_vect.h.
Referenced by AddItem(), and ExtractRaw().
std::vector< const reco::TransientTrack* > DAClusterizerInZ_vect::track_t::tt |
Definition at line 62 of file DAClusterizerInZ_vect.h.
Referenced by AddItem(), and DAClusterizerInZ_vect::dump().
std::vector<double> DAClusterizerInZ_vect::track_t::z |
Definition at line 60 of file DAClusterizerInZ_vect.h.
Referenced by AddItem(), ExtractRaw(), and GetSize().
std::vector<double> DAClusterizerInZ_vect::track_t::Z_sum |
Definition at line 64 of file DAClusterizerInZ_vect.h.
Referenced by AddItem(), and ExtractRaw().