CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/PhysicsTools/Utilities/interface/Constant.h

Go to the documentation of this file.
00001 #ifndef PhysicsTools_Constant_h
00002 #define PhysicsTools_Constant_h
00003 #include "PhysicsTools/Utilities/interface/Polynomial.h"
00004 
00005 namespace funct {
00006   typedef Polynomial<0> Constant;
00007 }
00008 
00009 #endif