EDM4eic
EIC data model
Toggle main menu visibility
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
7
#include "
edm4eic/TrackSegmentData.h
"
8
#include "
edm4eic/TrackPoint.h
"
9
#include <vector>
10
11
#include "podio/ObjectID.h"
12
#include <vector>
13
#include <memory>
14
// forward declarations
15
namespace
edm4eic
{
16
class
Track
;
17
}
18
19
20
namespace
edm4eic
{
21
22
class
TrackSegment
;
23
24
class
TrackSegmentObj
{
25
public
:
26
/// constructor
27
TrackSegmentObj
();
28
/// copy constructor (does a deep-copy of relation containers)
29
TrackSegmentObj
(
const
TrackSegmentObj
&);
30
/// constructor from ObjectID and TrackSegmentData
31
/// does not initialize the internal relation containers
32
TrackSegmentObj
(
const
podio::ObjectID&
id
,
const
TrackSegmentData
&
data
);
33
/// No assignment operator
34
TrackSegmentObj
&
operator=
(
const
TrackSegmentObj
&) =
delete
;
35
virtual
~TrackSegmentObj
();
36
37
public
:
38
podio::ObjectID
id
{};
39
TrackSegmentData
data
;
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
TrackPoint.h
TrackSegmentData.h
edm4eic::Track
Definition
Track.h:48
edm4eic::TrackSegmentData
Definition
TrackSegmentData.h:14
edm4eic::TrackSegment
Definition
TrackSegment.h:45
edm4eic::TrackSegmentObj::m_points
std::vector< edm4eic::TrackPoint > * m_points
Definition
TrackSegmentObj.h:41
edm4eic::TrackSegmentObj::m_track
std::unique_ptr< edm4eic::Track > m_track
Definition
TrackSegmentObj.h:40
edm4eic::TrackSegmentObj::~TrackSegmentObj
virtual ~TrackSegmentObj()
Definition
TrackSegmentObj.cc:29
edm4eic::TrackSegmentObj::operator=
TrackSegmentObj & operator=(const TrackSegmentObj &)=delete
No assignment operator.
edm4eic::TrackSegmentObj::data
TrackSegmentData data
Definition
TrackSegmentObj.h:39
edm4eic::TrackSegmentObj::TrackSegmentObj
TrackSegmentObj()
constructor
Definition
TrackSegmentObj.cc:9
edm4eic
Definition
CalorimeterHit.cc:17
build
edm4eic
TrackSegmentObj.h
Generated by
1.17.0