ATLAS Offline Software
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"
11 namespace HepMC {
12 typedef std::shared_ptr<HepMC3::GenPdfInfo> GenPdfInfoPtr;
13 }
14 #else
15 #include "HepMC/PdfInfo.h"
16 namespace HepMC {
17 typedef HepMC::PdfInfo* GenPdfInfoPtr;
18 }
19 #endif
20 #endif
HepMC::GenPdfInfoPtr
HepMC::PdfInfo * GenPdfInfoPtr
Definition: PdfInfo.h:17
PdfInfo.h
HepMC
Definition: Barcode.h:14