ATLAS Offline Software
Loading...
Searching...
No Matches
TrackParticleTruthCollection_p0.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_P0_H
6#define TRACKPARTICLETRUTHCOLLECTION_P0_H
7
9#include "AthLinks/ElementLink.h"
13
14#include <vector>
15#include <utility>
16
18 public std::vector<std::pair< ElementLink< Rec::TrackParticleContainer >, TrackParticleTruth> >
19{};
20
21#endif/*TRACKPARTICLETRUTHCOLLECTION_P0_H*/
An STL vector of pointers that by default owns its pointed-to elements.