CMS 3D CMS Logo

FunctionStack.h

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

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