3#ifndef EDM4EIC_TrackSegment_H
4#define EDM4EIC_TrackSegment_H
9#include "podio/RelationRange.h"
12#include "podio/utilities/MaybeSharedPtr.h"
17#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
18#include "nlohmann/json_fwd.hpp"
30class MutableTrackSegment;
31class TrackSegmentCollection;
32class TrackSegmentCollectionData;
87 std::vector<edm4eic::TrackPoint>::const_iterator
points_begin()
const;
88 std::vector<edm4eic::TrackPoint>::const_iterator
points_end()
const;
89 podio::RelationRange<edm4eic::TrackPoint>
getPoints()
const;
95 void unlink() { m_obj = podio::utils::MaybeSharedPtr<TrackSegmentObj>{
nullptr}; }
112 swap(a.m_obj, b.m_obj);
117 explicit TrackSegment(podio::utils::MaybeSharedPtr<TrackSegmentObj> obj);
120 podio::utils::MaybeSharedPtr<TrackSegmentObj> m_obj{
nullptr};
123std::ostream&
operator<<(std::ostream& o,
const TrackSegment& value);
125#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
126void to_json(nlohmann::json& j,
const TrackSegment& value);
Definition MutableTrackSegment.h:36
Definition TrackPoint.h:22
Definition TrackSegmentCollectionData.h:31
Definition TrackSegmentCollection.h:92
Definition TrackSegmentCollection.h:37
Definition TrackSegment.h:38
friend class TrackSegmentCollection
Definition TrackSegment.h:41
float getLength() const
Access the Pathlength from the first to the last point.
Definition TrackSegment.cc:68
friend class MutableTrackSegment
Definition TrackSegment.h:40
std::size_t points_size() const
Definition TrackSegment.cc:92
const podio::ObjectID getObjectID() const
Definition TrackSegment.cc:119
MutableTrackSegment clone(bool cloneRelations=true) const
Definition TrackSegment.cc:35
void unlink()
disconnect from TrackSegmentObj instance
Definition TrackSegment.h:95
~TrackSegment()=default
destructor
std::vector< edm4eic::TrackPoint >::const_iterator points_begin() const
Definition TrackSegment.cc:80
std::vector< edm4eic::TrackPoint >::const_iterator points_end() const
Definition TrackSegment.cc:86
bool isAvailable() const
check whether the object is actually available
Definition TrackSegment.cc:115
TrackSegment & operator=(TrackSegment other)
copy-assignment operator
Definition TrackSegment.cc:30
podio::RelationRange< edm4eic::TrackPoint > getPoints() const
Definition TrackSegment.cc:103
bool operator<(const TrackSegment &other) const
Definition TrackSegment.h:104
TrackSegment(const TrackSegment &other)=default
copy constructor
bool operator!=(const MutableTrackSegment &other) const
Definition TrackSegment.h:101
friend void swap(TrackSegment &a, TrackSegment &b)
Definition TrackSegment.h:110
TrackSegment()
default constructor
Definition TrackSegment.cc:21
const edm4eic::Track getTrack() const
Access the Track used for this projection.
Definition TrackSegment.cc:71
podio::ObjectID id() const
Definition TrackSegment.h:106
bool operator==(const TrackSegment &other) const
Definition TrackSegment.h:97
static TrackSegment makeEmpty()
Definition TrackSegment.cc:64
bool operator!=(const TrackSegment &other) const
Definition TrackSegment.h:100
float getLengthError() const
Access the Error on the segment length.
Definition TrackSegment.cc:69
Definition TrackSegmentObj.h:23
Definition CalorimeterHit.cc:17
std::ostream & operator<<(std::ostream &o, const CalorimeterHit &value)
Definition CalorimeterHit.cc:103