3#ifndef EDM4EIC_TrackSegment_H
4#define EDM4EIC_TrackSegment_H
9#include "podio/RelationRange.h"
12#include "podio/utilities/MaybeSharedPtr.h"
13#include "podio/detail/OrderKey.h"
18#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
19#include "nlohmann/json_fwd.hpp"
24class TrackSegmentCollection;
37class MutableTrackSegment;
38class TrackSegmentCollection;
39class TrackSegmentCollectionData;
83 static constexpr auto typeName =
"edm4eic::TrackSegment";
97 std::vector<edm4eic::TrackPoint>::const_iterator
points_begin()
const;
98 std::vector<edm4eic::TrackPoint>::const_iterator
points_end()
const;
99 podio::RelationRange<edm4eic::TrackPoint>
getPoints()
const;
105 void unlink() { m_obj = podio::utils::MaybeSharedPtr<TrackSegmentObj>{
nullptr}; }
122 swap(a.m_obj, b.m_obj);
127 explicit TrackSegment(podio::utils::MaybeSharedPtr<TrackSegmentObj> obj);
130 podio::utils::MaybeSharedPtr<TrackSegmentObj> m_obj{
nullptr};
133std::ostream&
operator<<(std::ostream& o,
const TrackSegment& value);
135#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
136void to_json(nlohmann::json& j,
const TrackSegment& value);
Definition MutableTrackSegment.h:37
Definition TrackPoint.h:22
Definition TrackSegmentCollectionData.h:31
Definition TrackSegmentCollection.h:91
Definition TrackSegmentCollection.h:36
Definition TrackSegment.h:45
friend class TrackSegmentCollection
Definition TrackSegment.h:48
float getLength() const
Access the Pathlength from the first to the last point.
Definition TrackSegment.cc:68
friend class MutableTrackSegment
Definition TrackSegment.h:47
std::size_t points_size() const
Definition TrackSegment.cc:92
const podio::ObjectID getObjectID() const
Definition TrackSegment.cc:119
static constexpr auto typeName
Definition TrackSegment.h:83
MutableTrackSegment clone(bool cloneRelations=true) const
Definition TrackSegment.cc:35
void unlink()
disconnect from TrackSegmentObj instance
Definition TrackSegment.h:105
~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:114
TrackSegment(const TrackSegment &other)=default
copy constructor
bool operator!=(const MutableTrackSegment &other) const
Definition TrackSegment.h:111
friend void swap(TrackSegment &a, TrackSegment &b)
Definition TrackSegment.h:120
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:116
bool operator==(const TrackSegment &other) const
Definition TrackSegment.h:107
static TrackSegment makeEmpty()
Definition TrackSegment.cc:64
bool operator!=(const TrackSegment &other) const
Definition TrackSegment.h:110
float getLengthError() const
Access the Error on the segment length.
Definition TrackSegment.cc:69
Definition TrackSegmentObj.h:24
Definition CalorimeterHit.cc:17
std::ostream & operator<<(std::ostream &o, const CalorimeterHit &value)
Definition CalorimeterHit.cc:103
Definition CalorimeterHit.h:31
OrderKey getOrderKey(const edm4eic::CalorimeterHit &obj)
Definition CalorimeterHit.cc:150