#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.
|
inline |
Definition at line 27 of file DAClusterizerInZ_vect.h.
References dz2, pi, tt, z, and Z_sum.
Referenced by DAClusterizerInZ_vect::fill().
|
inline |
Definition at line 46 of file DAClusterizerInZ_vect.h.
References _dz2, _pi, _z, _Z_sum, dz2, pi, z, and Z_sum.
Referenced by DAClusterizerInZ_vect::vertex_t::AddItem(), DAClusterizerInZ_vect::fill(), DAClusterizerInZ_vect::vertex_t::InsertItem(), DAClusterizerInZ_vect::vertex_t::RemoveItem(), and DAClusterizerInZ_vect::vertices().
|
inline |
Definition at line 39 of file DAClusterizerInZ_vect.h.
References z.
Referenced by DAClusterizerInZ_vect::beta0(), DAClusterizerInZ_vect::vertex_t::DebugOut(), DAClusterizerInZ_vect::dump(), DAClusterizerInZ_vect::fill(), DAClusterizerInZ_vect::purge(), DAClusterizerInZ_vect::split(), DAClusterizerInZ_vect::update(), and DAClusterizerInZ_vect::vertices().
double* __restrict__ DAClusterizerInZ_vect::track_t::_dz2 |
Definition at line 55 of file DAClusterizerInZ_vect.h.
Referenced by DAClusterizerInZ_vect::beta0(), DAClusterizerInZ_vect::dump(), ExtractRaw(), DAClusterizerInZ_vect::purge(), DAClusterizerInZ_vect::split(), and DAClusterizerInZ_vect::vertices().
double* __restrict__ DAClusterizerInZ_vect::track_t::_pi |
Definition at line 58 of file DAClusterizerInZ_vect.h.
Referenced by DAClusterizerInZ_vect::beta0(), DAClusterizerInZ_vect::dump(), ExtractRaw(), DAClusterizerInZ_vect::purge(), DAClusterizerInZ_vect::split(), DAClusterizerInZ_vect::update(), and DAClusterizerInZ_vect::vertices().
double* __restrict__ DAClusterizerInZ_vect::track_t::_z |
Definition at line 54 of file DAClusterizerInZ_vect.h.
Referenced by DAClusterizerInZ_vect::beta0(), DAClusterizerInZ_vect::vertex_t::DebugOut(), DAClusterizerInZ_vect::dump(), ExtractRaw(), DAClusterizerInZ_vect::vertex_t::ExtractRaw(), DAClusterizerInZ_vect::purge(), DAClusterizerInZ_vect::split(), and DAClusterizerInZ_vect::vertices().
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(), DAClusterizerInZ_vect::update(), and DAClusterizerInZ_vect::vertices().
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(), DAClusterizerInZ_vect::dump(), and DAClusterizerInZ_vect::vertices().
std::vector<double> DAClusterizerInZ_vect::track_t::z |
Definition at line 60 of file DAClusterizerInZ_vect.h.
Referenced by AddItem(), ExtractRaw(), GetSize(), geometryXMLparser.Alignable::pos(), and ntupleDataFormat._HitObject::r3D().
std::vector<double> DAClusterizerInZ_vect::track_t::Z_sum |
Definition at line 64 of file DAClusterizerInZ_vect.h.
Referenced by AddItem(), and ExtractRaw().