Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:54:34

0001 // -*- C++ -*-
0002 // $Id: ArgumentList.hh,v 1.2 2003/09/06 14:04:13 boudreau Exp $
0003 #ifndef __ARGUMENT_LIST__
0004 #define __ARGUMENT_LIST__
0005 #include "CLHEP/GenericFunctions/Argument.hh"
0006 namespace Genfun {
0007   typedef std::vector<Argument> ArgumentList;
0008 } // namespace Genfun
0009 #endif