00001 #ifndef CommonTools_Utils_MethodArgumentStack_h 00002 #define CommonTools_Utils_MethodArgumentStack_h 00003 /* \class reco::parser::MethodArgumentStack 00004 * 00005 * Stack of method arguments 00006 * 00007 * \author Giovanni Petrucciani, SNS 00008 * 00009 * \version $Revision: 1.1 $ 00010 * 00011 */ 00012 #include "CommonTools/Utils/src/MethodInvoker.h" 00013 #include <vector> 00014 00015 namespace reco { 00016 namespace parser { 00017 typedef std::vector<AnyMethodArgument> MethodArgumentStack; 00018 } 00019 } 00020 00021 #endif