EDM4eic
EIC data model
Loading...
Searching...
No Matches
TrackParametersObj.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_TrackParametersOBJ_H
4#define EDM4EIC_TrackParametersOBJ_H
5
6// data model specific includes
8
9#include "podio/ObjectID.h"
10
11
12
13namespace edm4eic {
14
15class TrackParameters;
16
18public:
19 /// constructor
21 /// copy constructor (does a deep-copy of relation containers)
23 /// constructor from ObjectID and TrackParametersData
24 /// does not initialize the internal relation containers
25 TrackParametersObj(const podio::ObjectID id, TrackParametersData data);
26 /// No assignment operator
28 virtual ~TrackParametersObj() = default;
29
30public:
31 podio::ObjectID id;
33};
34
35} // namespace edm4eic
36
37
38#endif
Definition TrackParametersData.h:17
Definition TrackParametersObj.h:17
virtual ~TrackParametersObj()=default
podio::ObjectID id
Definition TrackParametersObj.h:31
TrackParametersObj()
constructor
Definition TrackParametersObj.cc:8
TrackParametersData data
Definition TrackParametersObj.h:32
TrackParametersObj & operator=(const TrackParametersObj &)=delete
No assignment operator.
Definition CalorimeterHit.cc:18