ATLAS Offline Software
Loading...
Searching...
No Matches
V0Container_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 V0CONTAINER_P1_TRK_H
6#define V0CONTAINER_P1_TRK_H
7//-----------------------------------------------------------------------------
8//
9// file: V0Container_p1.h
10//
11// March 2007.
12// Kirill Prokofiev <Kirill.Prokofiev@cern.ch>
13//-----------------------------------------------------------------------------
14
16#include <vector>
17
18namespace Trk
19{
20
21 class V0Container_p1 : public std::vector<TPObjRef>
22 {
23 public:
24
26
27 };// end of class definitions
28}// end of namespace definitions
29
30
31#endif
Ensure that the ATLAS eigen extensions are properly loaded.