ATLAS Offline Software
Loading...
Searching...
No Matches
GenEvent_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_GENEVENTFWD_H
7#define ATLASHEPMC_GENEVENTFWD_H
8namespace HepMC3 { class GenEvent; }
9namespace HepMC {
10using GenEvent=HepMC3::GenEvent;
11}
12#endif
HepMC3::GenEvent GenEvent
Definition GenEvent.h:39