CMS 3D CMS Logo

PdfInfo.h
Go to the documentation of this file.
1 #ifndef SimDataFormats_GeneratorProducts_PdfInfo_h
2 #define SimDataFormats_GeneratorProducts_PdfInfo_h
3 
4 #include <utility>
5 
10 namespace gen {
11  struct PdfInfo {
12  std::pair<int, int> id;
13  std::pair<double, double> x;
14  std::pair<double, double> xPDF;
15  double scalePDF;
16  };
17 }
18 
19 #endif // SimDataFormats_GeneratorProducts_PdfInfo_h
std::pair< double, double > x
Definition: PdfInfo.h:13
std::pair< double, double > xPDF
Definition: PdfInfo.h:14
std::pair< int, int > id
Definition: PdfInfo.h:12
double scalePDF
Definition: PdfInfo.h:15