ATLAS Offline Software
Loading...
Searching...
No Matches
GenVertex_fwd.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_GENVERTEXFWD_H
7#define ATLASHEPMC_GENVERTEXFWD_H
8#include "HepMC3/GenVertex_fwd.h"
9namespace HepMC {
10typedef HepMC3::GenVertexPtr GenVertexPtr;
11typedef HepMC3::ConstGenVertexPtr ConstGenVertexPtr;
12}
13#endif
HepMC3::GenVertexPtr GenVertexPtr
Definition GenVertex.h:23
HepMC3::ConstGenVertexPtr ConstGenVertexPtr
Definition GenVertex.h:24