ATLAS Offline Software
Loading...
Searching...
No Matches
TrackParticleContainer_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 TRACKPARTICLECONTAINER_P2_REC_H
6#define TRACKPARTICLECONTAINER_P2_REC_H
7
9#include <vector>
10
11namespace Rec
12{
14 : public std::vector<TPObjRef>
15 {
16 public:
18 };
19}
20
21#endif
Gaudi Tools.