Skip to content

Commit

Permalink
Commonality with code for ROOT6
Browse files Browse the repository at this point in the history
  • Loading branch information
wmtan committed Dec 12, 2014
1 parent 3b1962a commit aba1bb9
Show file tree
Hide file tree
Showing 9 changed files with 506 additions and 301 deletions.
14 changes: 7 additions & 7 deletions CommonTools/Utils/src/MethodArgumentStack.h
@@ -1,21 +1,21 @@
#ifndef CommonTools_Utils_MethodArgumentStack_h
#define CommonTools_Utils_MethodArgumentStack_h

/* \class reco::parser::MethodArgumentStack
*
* Stack of method arguments
*
* \author Giovanni Petrucciani, SNS
*
* \version $Revision: 1.1 $
*
*/

#include "CommonTools/Utils/src/MethodInvoker.h"
#include <vector>

namespace reco {
namespace parser {
typedef std::vector<AnyMethodArgument> MethodArgumentStack;
}
}
namespace parser {
typedef std::vector<AnyMethodArgument> MethodArgumentStack;
} // namespace reco
} // namespace parser

#endif
#endif // CommonTools_Utils_MethodArgumentStack_h

0 comments on commit aba1bb9

Please sign in to comment.