CMS 3D CMS Logo

MethodStack.h

Go to the documentation of this file.
00001 #ifndef PhysicsTools_Utilities_MethodStack_h
00002 #define PhysicsTools_Utilities_MethodStack_h
00003 /* \class reco::parser::MethodStack
00004  *
00005  * Stack of reflex methods
00006  *
00007  * \author  Luca Lista, INFN
00008  *
00009  * \version $Revision: 1.1 $
00010  *
00011  */
00012 #include "PhysicsTools/Utilities/src/MethodInvoker.h"
00013 #include <vector>
00014 
00015 namespace reco {
00016   namespace parser {
00017     typedef std::vector<MethodInvoker> MethodStack;
00018   }
00019 }
00020 
00021 #endif

Generated on Tue Jun 9 17:42:52 2009 for CMSSW by  doxygen 1.5.4