Skip to content
Snippets Groups Projects

Add GenCrossSection to AtlasHepMC

Merged Andrii Verbytskyi requested to merge averbyts/athena:addgencrosssection into master
2 files
+ 14
5
Compare changes
  • Side-by-side
  • Inline
Files
2
/*
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
*/
/* Author: Andrii Verbytskyi andrii.verbytskyi@mpp.mpg.de */
#ifndef ATLASHEPMC_CROSSECTION_H
#define ATLASHEPMC_CROSSECTION_H
#ifdef HEPMC3
#include "HepMC3/GenCrossSection.h"
#else
#include "HepMC/GenCrossSection.h"
#endif
#endif
Loading