Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!58158
Add GenCrossSection to AtlasHepMC
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add GenCrossSection to AtlasHepMC
averbyts/athena:addgencrosssection
into
master
Overview
13
Commits
1
Pipelines
1
Changes
2
Merged
Andrii Verbytskyi
requested to merge
averbyts/athena:addgencrosssection
into
master
2 years ago
Overview
13
Commits
1
Pipelines
1
Changes
2
Expand
Add GenCrossSection to AtlasHepMC
Use "AtlasHepMC/GenCrossSection.h" instead of
#ifdef
Tag
@jchapman
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
faab678f
1 commit,
2 years ago
2 files
+
14
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Generators/AtlasHepMC/AtlasHepMC/GenCrossSection.h
0 → 100644
+
13
−
0
Options
/*
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