CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PdfInfo.h
Go to the documentation of this file.
1 #ifndef SimDataFormats_GeneratorProducts_PdfInfo_h
2 #define SimDataFormats_GeneratorProducts_PdfInfo_h
3 
8 namespace gen {
9  struct PdfInfo {
10  std::pair<int, int> id;
11  std::pair<double, double> x;
12  std::pair<double, double> xPDF;
13  double scalePDF;
14  };
15 }
16 
17 #endif // SimDataFormats_GeneratorProducts_PdfInfo_h
std::pair< double, double > x
Definition: PdfInfo.h:11
std::pair< double, double > xPDF
Definition: PdfInfo.h:12
std::pair< int, int > id
Definition: PdfInfo.h:10
double scalePDF
Definition: PdfInfo.h:13