Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:42

0001 #ifndef SimDataFormats_GeneratorProducts_PdfInfo_h
0002 #define SimDataFormats_GeneratorProducts_PdfInfo_h
0003 
0004 #include <utility>
0005 
0006 /** \class PdfInfo
0007  *
0008  */
0009 
0010 namespace gen {
0011   struct PdfInfo {
0012     std::pair<int, int> id;
0013     std::pair<double, double> x;
0014     std::pair<double, double> xPDF;
0015     double scalePDF;
0016   };
0017 }  // namespace gen
0018 
0019 #endif  // SimDataFormats_GeneratorProducts_PdfInfo_h