Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:18

0001 #ifndef PhysicsTools_Constant_h
0002 #define PhysicsTools_Constant_h
0003 #include "PhysicsTools/Utilities/interface/Polynomial.h"
0004 
0005 namespace funct {
0006   typedef Polynomial<0> Constant;
0007 }
0008 
0009 #endif