lhapdf is hosted by Hepforge, IPPP Durham
LHAPDF 6.5.5
Loading...
Searching...
No Matches
LHAPDF.h
Go to the documentation of this file.
1// -*- C++ -*-
2//
3// This file is part of LHAPDF
4// Copyright (C) 2012-2024 The LHAPDF collaboration (see AUTHORS for details)
5//
6#pragma once
7#ifndef LHAPDF_LHAPDF_H
8#define LHAPDF_LHAPDF_H
9
10/// @file LHAPDF.h
11/// Just a convenience header that pulls in the main functionality with a single include
12
13#include "LHAPDF/Version.h"
14#include "LHAPDF/PDF.h"
15#include "LHAPDF/PDFSet.h"
16#include "LHAPDF/PDFInfo.h"
17#include "LHAPDF/Factories.h"
18#include "LHAPDF/PDFIndex.h"
19#include "LHAPDF/Paths.h"
20#include "LHAPDF/LHAGlue.h"
21
22#endif