7#ifndef LHAPDF_PDFIndex_H
8#define LHAPDF_PDFIndex_H
10#include "LHAPDF/Utils.h"
40 const std::pair<string,
int> idpair = lookupPDF(setname_nmem);
41 return lookupLHAPDFID(idpair.first, idpair.second);
int lookupLHAPDFID(const std::string &setname, int nmem)
int lookupLHAPDFID(const std::string &setname_nmem)
Look up the member's LHAPDF index from a setname/member string.
Definition PDFIndex.h:39
std::pair< std::string, int > lookupPDF(int lhaid)
std::pair< std::string, int > lookupPDF(const std::string &pdfstr)
Decode a single PDF member ID string into a setname,memid pair.
std::map< int, std::string > & getPDFIndex()
Get the singleton LHAPDF set ID -> PDF index map.
Namespace for all LHAPDF functions and classes.
Definition AlphaS.h:14