CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

GenericFunctions/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__
6 namespace Genfun {
7  typedef std::vector<Argument> ArgumentList;
8 } // namespace Genfun
9 #endif