CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
ArgumentList.hh
Go to the documentation of this file.
1// -*- C++ -*-
2// $Id: ArgumentList.hh,v 1.2 2003/09/06 14:04:13 boudreau Exp $
3#ifndef __ARGUMENT_LIST__
4#define __ARGUMENT_LIST__
6namespace Genfun {
7 typedef std::vector<Argument> ArgumentList;
8} // namespace Genfun
9#endif
Definition Abs.hh:14
std::vector< Argument > ArgumentList