A utility class used in construction of 3D clusters. More...
#include <Cluster3D.h>
Public Member Functions | |
| RecobClusterParameters () | |
| void | UpdateParameters (const reco::ClusterHit2D *hit) |
Public Attributes | |
| float | m_startTime |
| float | m_sigmaStartTime |
| float | m_endTime |
| float | m_sigmaEndTime |
| float | m_totalCharge |
| unsigned int | m_startWire |
| unsigned int | m_endWire |
| geo::PlaneID | m_plane |
| geo::View_t | m_view |
| ClusterHit2DVec | m_hitVector |
A utility class used in construction of 3D clusters.
Definition at line 300 of file Cluster3D.h.
|
inline |
Definition at line 303 of file Cluster3D.h.
| void reco::RecobClusterParameters::UpdateParameters | ( | const reco::ClusterHit2D * | hit | ) |
a utility routine for building 3D clusters to keep basic info up to date (a candidate for a better way to do this)
Definition at line 361 of file Cluster3D.cxx.
| float reco::RecobClusterParameters::m_endTime |
Definition at line 320 of file Cluster3D.h.
| unsigned int reco::RecobClusterParameters::m_endWire |
Definition at line 324 of file Cluster3D.h.
| ClusterHit2DVec reco::RecobClusterParameters::m_hitVector |
Definition at line 327 of file Cluster3D.h.
| geo::PlaneID reco::RecobClusterParameters::m_plane |
Definition at line 325 of file Cluster3D.h.
| float reco::RecobClusterParameters::m_sigmaEndTime |
Definition at line 321 of file Cluster3D.h.
| float reco::RecobClusterParameters::m_sigmaStartTime |
Definition at line 319 of file Cluster3D.h.
| float reco::RecobClusterParameters::m_startTime |
Definition at line 318 of file Cluster3D.h.
| unsigned int reco::RecobClusterParameters::m_startWire |
Definition at line 323 of file Cluster3D.h.
| float reco::RecobClusterParameters::m_totalCharge |
Definition at line 322 of file Cluster3D.h.
| geo::View_t reco::RecobClusterParameters::m_view |
Definition at line 326 of file Cluster3D.h.
1.8.11