CLHEP/GenericFunctions/ArgumentList.hh

00001 // -*- C++ -*-
00002 // $Id: ArgumentList.hh,v 1.3 2002/03/29 18:50:01 evc Exp $
00003 #ifndef __ARGUMENT_LIST__
00004 #define __ARGUMENT_LIST__
00005 #include "CLHEP/GenericFunctions/Argument.hh"
00006 namespace Genfun {
00007   typedef HepSTL::vector<Argument> ArgumentList;
00008 } // namespace Genfun
00009 #endif 

Class Library for High Energy Physics (version 1.8)