Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fredevb committed Aug 1, 2024
1 parent 14da3f4 commit a262810
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

#pragma once

// Acts include(s)
#include "Acts/Geometry/GeometryHierarchyMap.hpp"
#include "Acts/Utilities/BinUtility.hpp"
Expand All @@ -22,4 +24,4 @@ struct ModuleDigitizationConfig {
/// Type describing the digitization configuration for the whole detector
using DigitizationConfig = Acts::GeometryHierarchyMap<ModuleDigitizationConfig>;

} // namespace Acts::TracccPlugin
} // namespace Acts::TracccPlugin
4 changes: 3 additions & 1 deletion Plugins/Traccc/include/Acts/Plugins/Traccc/ReadGeometry.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

#pragma once

// Traccc include(s).
#include "traccc/geometry/geometry.hpp"

Expand All @@ -30,4 +32,4 @@ traccc::geometry altReadGeometry(const detector_t& det) {
return maps;
}

} // namespace Acts::TracccPlugin
} // namespace Acts::TracccPlugin

0 comments on commit a262810

Please sign in to comment.