VGM Version 5.3
Loading...
Searching...
No Matches
ThreeVector.h
Go to the documentation of this file.
1// $Id$
2
3// -----------------------------------------------------------------------
4// The VGM package of the Virtual Geometry Model
5// Copyright (C) 2007, Ivana Hrivnacova
6// All rights reserved.
7//
8// For the licensing terms see vgm/LICENSE.
9// Contact: ivana@ipno.in2p3.fr
10// -----------------------------------------------------------------------
11
13//
20
21#ifndef VGM_THREE_VECTOR_H
22#define VGM_THREE_VECTOR_H
23
24#include <vector>
25
26namespace VGM {
27typedef std::vector<double> ThreeVector;
28}
29
30#endif // VGM_THREE_VECTOR_H
VGM interfaces.
Definition VMedium.h:28
std::vector< double > ThreeVector
Definition ThreeVector.h:27