Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:09:21

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