ATLAS Offline Software
Loading...
Searching...
No Matches
ParticleDict.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 PARTICLE_PARTICLEDICT_H
6#define PARTICLE_PARTICLEDICT_H
7
11
12//#include <utility>
13#include <vector>
14
15namespace ParticleDict{
16
17 struct temp {
18 std::vector<Rec::TrackParticle*> m_1; // dict warning otherwise ... god knows why!
19 std::vector<const Rec::TrackParticle*> m_1c;
21 };
22
23}
24
25#endif
std::vector< Rec::TrackParticle * > m_1
NavigableIterator< Rec::TrackParticleContainer, double, std::vector< std::pair< ElementLink< Rec::TrackParticleContainer >, double > > > m_ni
std::vector< const Rec::TrackParticle * > m_1c