Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef HLTrigger_HLTcore_FractionalPrescale_h
0002 #define HLTrigger_HLTcore_FractionalPrescale_h
0003 
0004 #include <boost/rational.hpp>
0005 using FractionalPrescale = boost::rational<int>;
0006 
0007 #endif