EDM4eic
EIC data model
Loading...
Searching...
No Matches
TrackSeedObj.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_TrackSeedOBJ_H
4#define EDM4EIC_TrackSeedOBJ_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 TrackParameters;
17}
18
19
20namespace edm4eic {
21
22class TrackSeed;
23
25public:
26 /// constructor
28 /// copy constructor (does a deep-copy of relation containers)
30 /// constructor from ObjectID and TrackSeedData
31 /// does not initialize the internal relation containers
32 TrackSeedObj(const podio::ObjectID id, TrackSeedData data);
33 /// No assignment operator
35 virtual ~TrackSeedObj();
36
37public:
38 podio::ObjectID id;
40 std::unique_ptr<edm4eic::TrackParameters> m_params{nullptr};
41 std::vector<edm4eic::TrackerHit>* m_hits{nullptr};
42};
43
44} // namespace edm4eic
45
46
47#endif
Definition TrackSeedData.h:15
Definition TrackSeedObj.h:24
TrackSeedObj & operator=(const TrackSeedObj &)=delete
No assignment operator.
std::unique_ptr< edm4eic::TrackParameters > m_params
Definition TrackSeedObj.h:40
TrackSeedData data
Definition TrackSeedObj.h:39
virtual ~TrackSeedObj()
Definition TrackSeedObj.cc:31
std::vector< edm4eic::TrackerHit > * m_hits
Definition TrackSeedObj.h:41
podio::ObjectID id
Definition TrackSeedObj.h:38
TrackSeedObj()
constructor
Definition TrackSeedObj.cc:9
Definition CalorimeterHit.cc:17