ATLAS Offline Software
Loading...
Searching...
No Matches
TrackParticleContainer_p1.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 TRACKPARTICLECONTAINER_P1_REC_H
6#define TRACKPARTICLECONTAINER_P1_REC_H
7
8//-----------------------------------------------------------------------------
9//
10// file: TrackParticleContainer_p1.h
11//
12//-----------------------------------------------------------------------------
13
15#include <vector>
16
17namespace Rec
18{
20 : public std::vector<TPObjRef>
21 {
22 public:
24 };
25}
26
27#endif // TRACKPARTICLECONTAINER_P1_REC_H
Gaudi Tools.