ATLAS Offline Software
Loading...
Searching...
No Matches
PdfInfo.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 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#ifdef HEPMC3
9#include "HepMC3/GenEvent.h"
10#include "HepMC3/PrintStreams.h"
11namespace HepMC {
12typedef std::shared_ptr<HepMC3::GenPdfInfo> GenPdfInfoPtr;
13}
14#else
15#include "HepMC/PdfInfo.h"
16namespace HepMC {
17typedef HepMC::PdfInfo* GenPdfInfoPtr;
18}
19#endif
20#endif
HepMC::PdfInfo * GenPdfInfoPtr
Definition PdfInfo.h:17