HepMC3 event record library
include
HepMC3
GenPdfInfo_fwd.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// This file is part of HepMC
4
// Copyright (C) 2014-2019 The HepMC collaboration (see AUTHORS for details)
5
//
6
///
7
/// @file GenPdfInfo_fwd.h
8
/// @brief Minimal forward declarations for GenPdfInfo
9
///
10
11
#ifndef HEPMC3_GENPDFINFO_FWD_H
12
#define HEPMC3_GENPDFINFO_FWD_H
13
14
#include <memory>
15
16
namespace
HepMC3
{
17
18
class
GenPdfInfo;
19
20
using
GenPdfInfoPtr = std::shared_ptr<GenPdfInfo>;
21
using
ConstGenPdfInfoPtr = std::shared_ptr<const GenPdfInfo>;
22
23
}
24
25
#endif
HepMC3
HepMC3 main namespace.
Definition:
WriterDOT.h:19
Generated on Sun Apr 28 2019 03:48:37 for HepMC3 event record library by
1.8.13