Skip to content
Snippets Groups Projects

Expose ACTS unit constants to python

Merged Paul Gessinger requested to merge pagessin/athena:acts-units-python into master
All threads resolved!
Files
5
// Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
#ifndef ACTSINTEROP_ACTSUNITDICT_H
#define ACTSINTEROP_ACTSUNITDICT_H
#include "Acts/Definitions/Units.hpp"
namespace ActsUnitConstants {
struct ROOT6_NamespaceAutoloadHook {};
}
#endif
Loading