Helper class to aid the creation of a recob::TrackTrajectory, keeping data vectors in sync. More...
#include <TrackTrajectoryCreationBookKeeper.h>
Public Member Functions | |
| TrackTrajectoryCreationBookKeeper (std::vector< art::Ptr< recob::Hit > > &outhits, bool hasMomenta) | |
| Constructor: needs reference to output hit vector, and hasMomenta bool (true if Vector_t are momenta, false if they are directions). More... | |
| recob::TrackTrajectory | finalizeTrackTrajectory () |
| Get the finalized recob::TrackTrajectory object; internal data vectors are moved so no more points should be added. More... | |
| TrackTrajectoryCreationBookKeeper (const TrackTrajectoryCreationBookKeeper &)=delete | |
| Avoid copies of this object. More... | |
| TrackTrajectoryCreationBookKeeper (TrackTrajectoryCreationBookKeeper &&)=delete | |
| TrackTrajectoryCreationBookKeeper & | operator= (const TrackTrajectoryCreationBookKeeper &)=delete |
| TrackTrajectoryCreationBookKeeper & | operator= (TrackTrajectoryCreationBookKeeper &&)=delete |
| void | addPoint (const Point_t &point, const Vector_t &vect, art::Ptr< recob::Hit > hit, const PointFlags_t &flag) |
| Add a single point; different version of the functions are provided using const references or rvalue references. More... | |
| void | addPoint (Point_t &&point, Vector_t &&vect, art::Ptr< recob::Hit > hit, PointFlags_t &&flag) |
Private Attributes | |
| bool | hasMomenta_ |
| std::vector< art::Ptr < recob::Hit > > * | hits |
| std::vector< Point_t > | positions |
| std::vector< Vector_t > | momenta |
| std::vector< PointFlags_t > | flags |
Helper class to aid the creation of a recob::TrackTrajectory, keeping data vectors in sync.
Helper class to aid the creation of a recob::TrackTrajectory, keeping data vectors (Point_t, Vector_t, PointFlags_t, Hit) in sync. Elements of those vectors are added sequentially using the addPoint functions. Once all points have been added a call to the function finalizeTrackTrajectory, builds the track moving the content of the vectors.
Definition at line 33 of file TrackTrajectoryCreationBookKeeper.h.
|
inline |
Constructor: needs reference to output hit vector, and hasMomenta bool (true if Vector_t are momenta, false if they are directions).
Definition at line 36 of file TrackTrajectoryCreationBookKeeper.h.
|
delete |
Avoid copies of this object.
|
delete |
|
inline |
Add a single point; different version of the functions are provided using const references or rvalue references.
Definition at line 52 of file TrackTrajectoryCreationBookKeeper.h.
|
inline |
Definition at line 58 of file TrackTrajectoryCreationBookKeeper.h.
|
inline |
Get the finalized recob::TrackTrajectory object; internal data vectors are moved so no more points should be added.
Definition at line 67 of file TrackTrajectoryCreationBookKeeper.h.
|
delete |
|
delete |
|
private |
Definition at line 76 of file TrackTrajectoryCreationBookKeeper.h.
|
private |
Definition at line 72 of file TrackTrajectoryCreationBookKeeper.h.
|
private |
Definition at line 73 of file TrackTrajectoryCreationBookKeeper.h.
|
private |
Definition at line 75 of file TrackTrajectoryCreationBookKeeper.h.
|
private |
Definition at line 74 of file TrackTrajectoryCreationBookKeeper.h.
1.8.5