ATLAS Offline Software
Loading...
Searching...
No Matches
PdfInfo.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4/* Author: Andrii Verbytskyi andrii.verbytskyi@mpp.mpg.de */
5
6#ifndef ATLASHEPMC_PDFINFO_H
7#define ATLASHEPMC_PDFINFO_H
8#include "HepMC3/GenEvent.h"
9#include "HepMC3/PrintStreams.h"
10namespace HepMC {
11typedef std::shared_ptr<HepMC3::GenPdfInfo> GenPdfInfoPtr;
12}
13#endif
std::shared_ptr< HepMC3::GenPdfInfo > GenPdfInfoPtr
Definition PdfInfo.h:11