ATLAS Offline Software
Loading...
Searching...
No Matches
TrackTruthCollection_p3.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Dear emacs, this is -*-c++-*-
6
7// Andrei.Gaponenko@cern.ch, 2007
8// Olivier.Arnaez@cern.ch, 2015
9
10#ifndef TRACKTRUTHTPCNV_TRACKTRUTHCOLLECTION_P3_H
11#define TRACKTRUTHTPCNV_TRACKTRUTHCOLLECTION_P3_H
12
16
17#include <vector>
18
19
20namespace Trk {
22 public:
23
25
26 // Perhaps can use here a 32 bit unsigned instead of the 64 bit one?
28
29 struct Entry {
31
32 // Do TrackTruth here instead of introducing a separate converer for it.
33 // TrackTruth::m_flag is not used, don't store it.
36 };
37
38 typedef std::vector<Entry> CollectionType;
40 };
41
42}
43
44#endif // TRACKTRUTHTPCNV_TRACKTRUTHCOLLECTION_P3_H
typename DataVectorBase< Trk::Track >::Base::size_type size_type
Definition DataVector.h:814
TrackCollection::size_type size_type
Ensure that the ATLAS eigen extensions are properly loaded.
Definition index.py:1