EDM4eic
EIC data model
Loading...
Searching...
No Matches
TrackSegmentObj.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_TrackSegmentOBJ_H
4#define EDM4EIC_TrackSegmentOBJ_H
5
6// data model specific includes
9#include <vector>
10
11#include "podio/ObjectID.h"
12#include <vector>
13#include <memory>
14// forward declarations
15namespace edm4eic {
16class Track;
17}
18
19
20namespace edm4eic {
21
22class TrackSegment;
23
25public:
26 /// constructor
28 /// copy constructor (does a deep-copy of relation containers)
30 /// constructor from ObjectID and TrackSegmentData
31 /// does not initialize the internal relation containers
32 TrackSegmentObj(const podio::ObjectID id, TrackSegmentData data);
33 /// No assignment operator
35 virtual ~TrackSegmentObj();
36
37public:
38 podio::ObjectID id;
40 std::unique_ptr<edm4eic::Track> m_track{nullptr};
41 std::vector<edm4eic::TrackPoint>* m_points{nullptr};
42};
43
44} // namespace edm4eic
45
46
47#endif
Definition TrackSegmentData.h:14
Definition TrackSegmentObj.h:24
std::vector< edm4eic::TrackPoint > * m_points
Definition TrackSegmentObj.h:41
std::unique_ptr< edm4eic::Track > m_track
Definition TrackSegmentObj.h:40
virtual ~TrackSegmentObj()
Definition TrackSegmentObj.cc:31
TrackSegmentObj & operator=(const TrackSegmentObj &)=delete
No assignment operator.
TrackSegmentData data
Definition TrackSegmentObj.h:39
TrackSegmentObj()
constructor
Definition TrackSegmentObj.cc:9
podio::ObjectID id
Definition TrackSegmentObj.h:38
Definition CalorimeterHit.cc:17