ATLAS Offline Software
Loading...
Searching...
No Matches
TrackParticleTruthCollection_p2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRACKPARTICLETRUTHCOLLECTION_P2_H
6#define TRACKPARTICLETRUTHCOLLECTION_P2_H
7
11
12#include <vector>
13
14
15namespace Rec {
17 public:
18
20
21 // Perhaps can use here a 32 bit unsigned instead of the 64 bit one?
23
24 struct Entry {
26
27 // Do TrackParticleTruth here instead of introducing a separate converer for it.
28 // TrackParticleTruth::m_flag is not used, don't store it.
31 };
32
33 typedef std::vector<Entry> CollectionType;
35 };
36
37}
38
39#endif/*TRACKPARTICLETRUTHCOLLECTION_P2_H*/
40
typename DataVectorBase< TrackParticle >::Base::size_type size_type
Definition DataVector.h:814
Gaudi Tools.
Definition index.py:1