From d33d3371ab017e865c25809ecfd45576b077afd0 Mon Sep 17 00:00:00 2001 From: Paul Gessinger <hello@paulgessinger.com> Date: Tue, 24 Apr 2018 14:30:56 +0200 Subject: [PATCH] replace include guards with #pragma once --- Core/include/Acts/Detector/DetachedTrackingVolume.hpp | 8 ++------ Core/include/Acts/Detector/DetectorElementBase.hpp | 8 ++------ Core/include/Acts/Detector/GlueVolumesDescriptor.hpp | 8 ++------ Core/include/Acts/Detector/TrackingGeometry.hpp | 8 ++------ Core/include/Acts/Detector/TrackingVolume.hpp | 8 ++------ .../Acts/Digitization/CartesianSegmentation.hpp | 8 ++------ Core/include/Acts/Digitization/DigitizationCell.hpp | 8 ++------ Core/include/Acts/Digitization/DigitizationModule.hpp | 8 ++------ .../include/Acts/Digitization/PlanarModuleCluster.hpp | 8 ++------ .../include/Acts/Digitization/PlanarModuleStepper.hpp | 8 ++------ Core/include/Acts/Digitization/Segmentation.hpp | 8 ++------ Core/include/Acts/EventData/ChargePolicy.hpp | 8 ++------ Core/include/Acts/EventData/Measurement.hpp | 8 ++------ Core/include/Acts/EventData/NeutralParameters.hpp | 8 ++------ Core/include/Acts/EventData/ParameterSet.hpp | 8 ++------ Core/include/Acts/EventData/ParticleDefinitions.hpp | 8 ++------ .../Acts/EventData/SingleBoundTrackParameters.hpp | 8 ++------ .../EventData/SingleCurvilinearTrackParameters.hpp | 8 ++------ Core/include/Acts/EventData/SingleTrackParameters.hpp | 8 ++------ Core/include/Acts/EventData/TrackParameters.hpp | 8 ++------ Core/include/Acts/EventData/TrackParametersBase.hpp | 8 ++------ Core/include/Acts/EventData/TransportJacobian.hpp | 8 ++------ .../EventData/detail/coordinate_transformations.hpp | 8 ++------ .../Acts/EventData/detail/fittable_type_generator.hpp | 8 ++------ .../Acts/EventData/detail/full_parameter_set.hpp | 8 ++------ .../EventData/detail/initialize_parameter_set.hpp | 7 ++----- .../Acts/EventData/detail/make_projection_matrix.hpp | 8 ++------ .../Acts/EventData/detail/residual_calculator.hpp | 8 ++------ .../include/Acts/EventData/detail/value_corrector.hpp | 8 ++------ Core/include/Acts/Fitter/KalmanFitter.hpp | 8 ++------ Core/include/Acts/Fitter/KalmanUpdator.hpp | 8 ++------ Core/include/Acts/Layers/ConeLayer.hpp | 8 ++------ Core/include/Acts/Layers/CylinderLayer.hpp | 8 ++------ Core/include/Acts/Layers/DiscLayer.hpp | 8 ++------ .../include/Acts/Layers/GenericApproachDescriptor.hpp | 8 ++------ Core/include/Acts/Layers/Layer.hpp | 8 ++------ Core/include/Acts/Layers/NavigationLayer.hpp | 8 ++------ Core/include/Acts/Layers/PlaneLayer.hpp | 8 ++------ Core/include/Acts/Layers/ProtoLayer.hpp | 8 ++------ Core/include/Acts/MagneticField/ConstantBField.hpp | 8 ++------ Core/include/Acts/MagneticField/SharedBFieldMap.hpp | 8 ++------ Core/include/Acts/Material/BinnedSurfaceMaterial.hpp | 8 ++------ .../Acts/Material/HomogeneousSurfaceMaterial.hpp | 8 ++------ Core/include/Acts/Material/Material.hpp | 8 ++------ Core/include/Acts/Material/MaterialProperties.hpp | 8 ++------ Core/include/Acts/Material/SurfaceMaterial.hpp | 8 ++------ Core/include/Acts/Material/SurfaceMaterialProxy.hpp | 8 ++------ Core/include/Acts/Propagator/AbortList.hpp | 8 ++------ Core/include/Acts/Propagator/ActionList.hpp | 8 ++------ Core/include/Acts/Propagator/EigenStepper.hpp | 8 ++------ Core/include/Acts/Propagator/Propagator.hpp | 8 ++------ Core/include/Acts/Propagator/detail/Extendable.hpp | 7 ++----- .../detail/abort_condition_signature_check.hpp | 7 ++----- .../Propagator/detail/abort_list_implementation.hpp | 7 ++----- .../Propagator/detail/action_list_implementation.hpp | 8 ++------ .../Acts/Propagator/detail/action_signature_check.hpp | 7 ++----- .../Propagator/detail/condition_uses_result_type.hpp | 7 ++----- .../Propagator/detail/standard_abort_conditions.hpp | 8 ++------ Core/include/Acts/Seeding/BarrelSeedFinder.hpp | 8 ++------ Core/include/Acts/Seeding/SpacePoint.hpp | 8 ++------ Core/include/Acts/Seeding/TrackSeed.hpp | 8 ++------ Core/include/Acts/Seeding/detail/cyclic_range.hpp | 8 ++------ Core/include/Acts/Seeding/detail/geometry.hpp | 8 ++------ Core/include/Acts/Surfaces/BoundaryCheck.hpp | 8 ++------ Core/include/Acts/Surfaces/ConeBounds.hpp | 8 ++------ Core/include/Acts/Surfaces/ConeSurface.hpp | 8 ++------ Core/include/Acts/Surfaces/CylinderBounds.hpp | 8 ++------ Core/include/Acts/Surfaces/CylinderSurface.hpp | 8 ++------ Core/include/Acts/Surfaces/DiamondBounds.hpp | 8 ++------ Core/include/Acts/Surfaces/DiscBounds.hpp | 8 ++------ Core/include/Acts/Surfaces/DiscSurface.hpp | 8 ++------ Core/include/Acts/Surfaces/DiscTrapezoidalBounds.hpp | 8 ++------ Core/include/Acts/Surfaces/EllipseBounds.hpp | 8 ++------ Core/include/Acts/Surfaces/InfiniteBounds.hpp | 8 ++------ Core/include/Acts/Surfaces/LineBounds.hpp | 8 ++------ Core/include/Acts/Surfaces/LineSurface.hpp | 8 ++------ Core/include/Acts/Surfaces/PerigeeSurface.hpp | 8 ++------ Core/include/Acts/Surfaces/PlanarBounds.hpp | 8 ++------ Core/include/Acts/Surfaces/PlaneSurface.hpp | 8 ++------ Core/include/Acts/Surfaces/RadialBounds.hpp | 8 ++------ Core/include/Acts/Surfaces/RectangleBounds.hpp | 8 ++------ Core/include/Acts/Surfaces/StrawSurface.hpp | 8 ++------ Core/include/Acts/Surfaces/Surface.hpp | 8 ++------ Core/include/Acts/Surfaces/SurfaceArray.hpp | 8 ++------ Core/include/Acts/Surfaces/SurfaceBounds.hpp | 8 ++------ Core/include/Acts/Surfaces/TrapezoidBounds.hpp | 8 ++------ Core/include/Acts/Surfaces/TriangleBounds.hpp | 8 ++------ Core/include/Acts/Tools/CylinderVolumeBuilder.hpp | 8 ++------ Core/include/Acts/Tools/CylinderVolumeHelper.hpp | 8 ++------ Core/include/Acts/Tools/ILayerArrayCreator.hpp | 8 ++------ Core/include/Acts/Tools/ILayerBuilder.hpp | 8 ++------ Core/include/Acts/Tools/ITrackingGeometryBuilder.hpp | 8 ++------ .../Acts/Tools/ITrackingVolumeArrayCreator.hpp | 8 ++------ Core/include/Acts/Tools/ITrackingVolumeBuilder.hpp | 8 ++------ Core/include/Acts/Tools/ITrackingVolumeHelper.hpp | 8 ++------ Core/include/Acts/Tools/LayerArrayCreator.hpp | 8 ++------ Core/include/Acts/Tools/LayerCreator.hpp | 8 ++------ Core/include/Acts/Tools/PassiveLayerBuilder.hpp | 8 ++------ Core/include/Acts/Tools/SurfaceArrayCreator.hpp | 8 ++------ Core/include/Acts/Tools/TrackingGeometryBuilder.hpp | 8 ++------ .../include/Acts/Tools/TrackingVolumeArrayCreator.hpp | 8 ++------ Core/include/Acts/Utilities/ApproachDescriptor.hpp | 8 ++------ Core/include/Acts/Utilities/BFieldMapUtils.hpp | 8 ++------ Core/include/Acts/Utilities/BinUtility.hpp | 8 ++------ Core/include/Acts/Utilities/BinnedArray.hpp | 8 ++------ Core/include/Acts/Utilities/BinnedArrayXD.hpp | 8 ++------ Core/include/Acts/Utilities/BinningData.hpp | 8 ++------ Core/include/Acts/Utilities/BinningType.hpp | 7 ++----- Core/include/Acts/Utilities/Definitions.hpp | 8 ++------ Core/include/Acts/Utilities/GeometryID.hpp | 8 ++------ Core/include/Acts/Utilities/GeometryObject.hpp | 8 ++------ Core/include/Acts/Utilities/GeometryObjectSorter.hpp | 8 ++------ Core/include/Acts/Utilities/GeometrySignature.hpp | 8 ++------ Core/include/Acts/Utilities/GeometryStatics.hpp | 8 ++------ Core/include/Acts/Utilities/Helpers.hpp | 8 ++------ Core/include/Acts/Utilities/IAxis.hpp | 8 ++------ Core/include/Acts/Utilities/Identifier.hpp | 8 ++------ Core/include/Acts/Utilities/InstanceFactory.hpp | 8 ++------ Core/include/Acts/Utilities/Intersection.hpp | 8 ++------ Core/include/Acts/Utilities/Logger.hpp | 8 ++------ Core/include/Acts/Utilities/MaterialInteraction.hpp | 8 ++------ Core/include/Acts/Utilities/ParameterDefinitions.hpp | 8 ++------ Core/include/Acts/Utilities/ParameterTypes.hpp | 8 ++------ Core/include/Acts/Utilities/ThrowAssert.hpp | 8 ++------ Core/include/Acts/Utilities/Units.hpp | 9 +++------ Core/include/Acts/Utilities/VariantData.hpp | 8 ++------ Core/include/Acts/Utilities/VariantDataFwd.hpp | 7 ++----- .../Utilities/detail/DefaultParameterDefinitions.hpp | 8 ++------ Core/include/Acts/Utilities/detail/MPL/all_of.hpp | 7 ++----- Core/include/Acts/Utilities/detail/MPL/any_of.hpp | 7 ++----- Core/include/Acts/Utilities/detail/MPL/are_sorted.hpp | 8 ++------ Core/include/Acts/Utilities/detail/MPL/are_within.hpp | 8 ++------ Core/include/Acts/Utilities/detail/MPL/at_index.hpp | 8 ++------ .../Acts/Utilities/detail/MPL/boost_mpl_helper.hpp | 8 ++------ .../Acts/Utilities/detail/MPL/get_position.hpp | 8 ++------ .../Acts/Utilities/detail/MPL/has_duplicates.hpp | 7 ++----- .../Acts/Utilities/detail/MPL/is_contained.hpp | 8 ++------ .../Acts/Utilities/detail/MPL/type_collector.hpp | 8 ++------ .../Acts/Utilities/detail/MatrixBasePlugin.hpp | 8 ++------ Core/include/Acts/Utilities/detail/MatrixPlugin.hpp | 8 ++------ .../Acts/Utilities/detail/RealQuadraticEquation.hpp | 8 ++------ .../include/Acts/Utilities/detail/TransformPlugin.hpp | 8 ++------ Core/include/Acts/Utilities/detail/periodic.hpp | 8 ++------ Core/include/Acts/Volumes/AbstractVolume.hpp | 8 ++------ Core/include/Acts/Volumes/BoundarySurfaceFace.hpp | 8 ++------ Core/include/Acts/Volumes/BoundarySurfaceT.hpp | 8 ++------ Core/include/Acts/Volumes/CuboidVolumeBounds.hpp | 8 ++------ Core/include/Acts/Volumes/CylinderVolumeBounds.hpp | 8 ++------ .../Acts/Volumes/DoubleTrapezoidVolumeBounds.hpp | 8 ++------ Core/include/Acts/Volumes/TrapezoidVolumeBounds.hpp | 8 ++------ Core/include/Acts/Volumes/Volume.hpp | 8 ++------ Core/include/Acts/Volumes/VolumeBounds.hpp | 8 ++------ IntegrationTests/PropagationTestHelper.hpp | 8 ++------ IntegrationTests/covariance_validation_fixture.hpp | 7 ++----- .../include/Acts/Extrapolation/ExtrapolationCell.hpp | 8 ++------ .../Acts/Extrapolation/ExtrapolationEngine.hpp | 8 ++------ .../Acts/Extrapolation/IExtrapolationEngine.hpp | 8 ++------ .../Acts/Extrapolation/IMaterialEffectsEngine.hpp | 8 ++------ .../Acts/Extrapolation/IMultipleScatteringUpdator.hpp | 8 ++------ .../include/Acts/Extrapolation/INavigationEngine.hpp | 8 ++------ .../include/Acts/Extrapolation/IPropagationEngine.hpp | 8 ++------ .../Acts/Extrapolation/MaterialEffectsEngine.hpp | 8 ++------ .../include/Acts/Extrapolation/MaterialUpdateMode.hpp | 8 ++------ .../include/Acts/Extrapolation/RungeKuttaEngine.hpp | 8 ++------ Legacy/include/Acts/Extrapolation/StaticEngine.hpp | 8 ++------ .../Acts/Extrapolation/StaticNavigationEngine.hpp | 8 ++------ Legacy/include/Acts/Extrapolation/Wrapper.hpp | 8 ++------ .../Acts/Extrapolation/detail/ExtrapolationMacros.hpp | 11 ++--------- .../Acts/Extrapolation/detail/RungeKuttaUtils.hpp | 8 ++------ Legacy/include/Acts/Propagator/AtlasStepper.hpp | 7 ++----- Legacy/include/Acts/Seeding/ATL_Seedmaker.hpp | 8 ++------ Legacy/include/Acts/Seeding/InternalSeed.hpp | 8 ++------ Legacy/include/Acts/Seeding/SPForSeed.hpp | 8 ++------ Legacy/include/Acts/Seeding/Seed.hpp | 7 ++----- .../Acts/Plugins/DD4hepPlugins/ActsExtension.hpp | 7 ++----- .../Plugins/DD4hepPlugins/ConvertDD4hepDetector.hpp | 8 ++------ .../Acts/Plugins/DD4hepPlugins/DD4hepDetElement.hpp | 8 ++------ .../Acts/Plugins/DD4hepPlugins/DD4hepLayerBuilder.hpp | 8 ++------ .../Acts/Plugins/DD4hepPlugins/IActsExtension.hpp | 8 ++------ .../Plugins/Geant4Plugins/Geant4DetectorElement.hpp | 8 ++------ .../include/Acts/Plugins/JsonPlugin/FromJson.hpp | 8 ++------ .../include/Acts/Plugins/JsonPlugin/lib/json.hpp | 8 ++------ .../Plugins/MaterialPlugins/AssignedMaterialSteps.hpp | 8 ++------ .../Acts/Plugins/MaterialPlugins/MaterialMapper.hpp | 8 ++------ .../Acts/Plugins/MaterialPlugins/MaterialStep.hpp | 8 ++------ .../Acts/Plugins/MaterialPlugins/MaterialTrack.hpp | 8 ++------ .../Plugins/MaterialPlugins/SurfaceMaterialRecord.hpp | 8 ++------ .../Acts/Plugins/TGeoPlugins/TGeoDetectorElement.hpp | 8 ++------ .../Acts/Plugins/TGeoPlugins/TGeoLayerBuilder.hpp | 8 ++------ Tests/EventData/ParametersTestHelper.hpp | 8 ++------ Tests/Fitter/KalmanFilterTestUtils.hpp | 8 ++------ Tests/Layers/LayerStub.hpp | 7 ++----- Tests/Surfaces/DetectorElementStub.hpp | 8 ++------ Tests/Surfaces/LineSurfaceStub.hpp | 7 ++----- Tests/Surfaces/SurfaceStub.hpp | 7 ++----- doc/Modules.hpp | 6 ++---- 196 files changed, 393 insertions(+), 1159 deletions(-) diff --git a/Core/include/Acts/Detector/DetachedTrackingVolume.hpp b/Core/include/Acts/Detector/DetachedTrackingVolume.hpp index b5bacc5be..59310cb8f 100644 --- a/Core/include/Acts/Detector/DetachedTrackingVolume.hpp +++ b/Core/include/Acts/Detector/DetachedTrackingVolume.hpp @@ -10,9 +10,7 @@ // DetachedTrackingVolume.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_DETECTOR_DETACHEDTRACKINGVOLUME_H -#define ACTS_DETECTOR_DETACHEDTRACKINGVOLUME_H 1 - +#pragma once #include <memory> #include "Acts/Layers/Layer.hpp" #include "Acts/Layers/PlaneLayer.hpp" @@ -181,6 +179,4 @@ DetachedTrackingVolume::constituents() const return m_constituents; } -} // end of namespace - -#endif // ACTS_DETECTOR_DETACHEDTRACKINGVOLUME_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Detector/DetectorElementBase.hpp b/Core/include/Acts/Detector/DetectorElementBase.hpp index 337e36883..6963d6e17 100644 --- a/Core/include/Acts/Detector/DetectorElementBase.hpp +++ b/Core/include/Acts/Detector/DetectorElementBase.hpp @@ -10,9 +10,7 @@ // DetectorElementBase.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_DETELEMENTBASE_DETELEMENTBASE_H -#define ACTS_DETELEMENTBASE_DETELEMENTBASE_H 1 - +#pragma once #ifdef ACTS_GEOMETRY_DETELEMENT_PLUGIN #include ACTS_GEOMETRY_DETELEMENT_PLUGIN #else @@ -174,6 +172,4 @@ DetectorElementBase::registerNeighbours( } } // end of ns -#endif - -#endif // ACTS_GEOMETRY_DETELEMENT_PLUGIN +#endif \ No newline at end of file diff --git a/Core/include/Acts/Detector/GlueVolumesDescriptor.hpp b/Core/include/Acts/Detector/GlueVolumesDescriptor.hpp index 690e1ef56..4541f8266 100644 --- a/Core/include/Acts/Detector/GlueVolumesDescriptor.hpp +++ b/Core/include/Acts/Detector/GlueVolumesDescriptor.hpp @@ -10,9 +10,7 @@ // GlueVolumesDescriptor.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_DETECTOR_GLUEVOLUMESDESCRIPTOR_H -#define ACTS_DETECTOR_GLUEVOLUMESDESCRIPTOR_H 1 - +#pragma once #include <map> #include <memory> #include <vector> @@ -86,6 +84,4 @@ GlueVolumesDescriptor::glueFaces() const std::ostream& operator<<(std::ostream& sl, const GlueVolumesDescriptor& mprop); -} - -#endif +} \ No newline at end of file diff --git a/Core/include/Acts/Detector/TrackingGeometry.hpp b/Core/include/Acts/Detector/TrackingGeometry.hpp index 3dcbda734..7dc7e7852 100644 --- a/Core/include/Acts/Detector/TrackingGeometry.hpp +++ b/Core/include/Acts/Detector/TrackingGeometry.hpp @@ -10,9 +10,7 @@ // TrackingGeometry.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_DETECTOR_TRACKINGGEOMETRY_H -#define ACTS_DETECTOR_TRACKINGGEOMETRY_H - +#pragma once #include "Acts/Utilities/Definitions.hpp" #include "Acts/Utilities/GeometrySignature.hpp" // STD @@ -166,6 +164,4 @@ private: std::map<std::string, const TrackingVolume*> m_trackingVolumes; }; -} // end of namespace - -#endif +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Detector/TrackingVolume.hpp b/Core/include/Acts/Detector/TrackingVolume.hpp index e69e173bf..f2aaf2f9d 100644 --- a/Core/include/Acts/Detector/TrackingVolume.hpp +++ b/Core/include/Acts/Detector/TrackingVolume.hpp @@ -10,9 +10,7 @@ // TrackingVolume.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_DETECTOR_TRACKINGVOLUME_H -#define ACTS_DETECTOR_TRACKINGVOLUME_H 1 - +#pragma once #include <map> #include <string> #include "Acts/Layers/Layer.hpp" @@ -719,6 +717,4 @@ TrackingVolume::detectorElements() const return m_detectorElements; } -} // end of namespace - -#endif // ACTS_DETECTOR_TRACKINGVOLUME_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Digitization/CartesianSegmentation.hpp b/Core/include/Acts/Digitization/CartesianSegmentation.hpp index 3173c8b01..4dcaa466a 100644 --- a/Core/include/Acts/Digitization/CartesianSegmentation.hpp +++ b/Core/include/Acts/Digitization/CartesianSegmentation.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_DIGITIZATION_CARTESIANSEGMENTATION_H -#define ACTS_DIGITIZATION_CARTESIANSEGMENTATION_H - +#pragma once #include <memory> #include "Acts/Digitization/DigitizationCell.hpp" #include "Acts/Digitization/Segmentation.hpp" @@ -151,6 +149,4 @@ CartesianSegmentation::cell(const Vector2D& position) const { return cellT<Vector2D>(position); } -} - -#endif +} \ No newline at end of file diff --git a/Core/include/Acts/Digitization/DigitizationCell.hpp b/Core/include/Acts/Digitization/DigitizationCell.hpp index ca7861a1a..d3ddf1955 100644 --- a/Core/include/Acts/Digitization/DigitizationCell.hpp +++ b/Core/include/Acts/Digitization/DigitizationCell.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_DIGITIZATION_DIGITIZATIONCELL_H -#define ACTS_DIGITIZATION_DIGITIZATIONCELL_H - +#pragma once #include "Acts/Utilities/Definitions.hpp" namespace Acts { @@ -94,6 +92,4 @@ struct DigitizationStep { } }; -} - -#endif +} \ No newline at end of file diff --git a/Core/include/Acts/Digitization/DigitizationModule.hpp b/Core/include/Acts/Digitization/DigitizationModule.hpp index ad6c0b96b..71014db1d 100644 --- a/Core/include/Acts/Digitization/DigitizationModule.hpp +++ b/Core/include/Acts/Digitization/DigitizationModule.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_DIGITIZATION_DIGITIZATIONMODULE_H -#define ACTS_DIGITIZATION_DIGITIZATIONMODULE_H - +#pragma once #include <memory> #include "Acts/Digitization/DigitizationCell.hpp" #include "Acts/Digitization/Segmentation.hpp" @@ -213,6 +211,4 @@ DigitizationModule::digitizationStep(const Vector3D& start, return m_segmentation->digitizationStep( start, end, m_halfThickness, m_readoutDirection, m_lorentzAngle); } -} - -#endif +} \ No newline at end of file diff --git a/Core/include/Acts/Digitization/PlanarModuleCluster.hpp b/Core/include/Acts/Digitization/PlanarModuleCluster.hpp index 1d238786c..3a97c0bf6 100644 --- a/Core/include/Acts/Digitization/PlanarModuleCluster.hpp +++ b/Core/include/Acts/Digitization/PlanarModuleCluster.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_DIGITIZATION_PLANARMODULECLUSTER_H -#define ACTS_DIGITIZATION_PLANARMODULECLUSTER_H 1 - +#pragma once #include "Acts/Digitization/DigitizationCell.hpp" #include "Acts/EventData/Measurement.hpp" #include "Acts/EventData/ParticleDefinitions.hpp" @@ -80,6 +78,4 @@ PlanarModuleCluster::truthVertices() const { return m_truthVertices; } -} - -#endif // ACTS_DIGITIZATION_PLANARMODULECLUSTER_H +} \ No newline at end of file diff --git a/Core/include/Acts/Digitization/PlanarModuleStepper.hpp b/Core/include/Acts/Digitization/PlanarModuleStepper.hpp index 178dc24e4..0bc05a662 100644 --- a/Core/include/Acts/Digitization/PlanarModuleStepper.hpp +++ b/Core/include/Acts/Digitization/PlanarModuleStepper.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_DIGITIZATION_PLANARMODULESTEPPER_H -#define ACTS_DIGITIZATION_PLANARMODULESTEPPER_H - +#pragma once #include <memory> #include <vector> #include "Acts/Digitization/DigitizationCell.hpp" @@ -95,6 +93,4 @@ private: std::unique_ptr<const Logger> m_logger; }; -} // end of namespace - -#endif // ACTS_DIGITIZATION_PLANARMODULESTEPPER_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Digitization/Segmentation.hpp b/Core/include/Acts/Digitization/Segmentation.hpp index 59feafb8c..cfeaa49c6 100644 --- a/Core/include/Acts/Digitization/Segmentation.hpp +++ b/Core/include/Acts/Digitization/Segmentation.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_DIGITIZATION_SEGMENTATION_H -#define ACTS_DIGITIZATION_SEGMENTATION_H 1 - +#pragma once #include <memory> #include <vector> #include "Acts/Digitization/DigitizationCell.hpp" @@ -112,6 +110,4 @@ public: virtual const BinUtility& binUtility() const = 0; }; -} // end of namespace Acts - -#endif +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/EventData/ChargePolicy.hpp b/Core/include/Acts/EventData/ChargePolicy.hpp index 7370ef568..581996bf6 100644 --- a/Core/include/Acts/EventData/ChargePolicy.hpp +++ b/Core/include/Acts/EventData/ChargePolicy.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_CHARGEDEFINITION_H -#define ACTS_CHARGEDEFINITION_H - +#pragma once namespace Acts { /// @class ChargedPolicy @@ -120,6 +118,4 @@ public: return 0.; } }; -} // end of namespace Acts - -#endif // ACTS_CHARGEPOLICY_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/EventData/Measurement.hpp b/Core/include/Acts/EventData/Measurement.hpp index 844164d27..6984dbbe0 100644 --- a/Core/include/Acts/EventData/Measurement.hpp +++ b/Core/include/Acts/EventData/Measurement.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_MEASUREMENT_H -#define ACTS_MEASUREMENT_H - +#pragma once #include <memory> #include <ostream> #include <type_traits> @@ -347,6 +345,4 @@ getSurface(const boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)>& m) static const SurfaceGetter sg = SurfaceGetter(); return boost::apply_visitor(sg, m); } -} // end of namespace Acts - -#endif // ACTS_MEASUREMENT_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/EventData/NeutralParameters.hpp b/Core/include/Acts/EventData/NeutralParameters.hpp index b4ada7d2f..aa31ced5f 100644 --- a/Core/include/Acts/EventData/NeutralParameters.hpp +++ b/Core/include/Acts/EventData/NeutralParameters.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_NEUTRALPARAMETERS_H -#define ACTS_NEUTRALPARAMETERS_H 1 - +#pragma once #include "Acts/EventData/ChargePolicy.hpp" #include "Acts/EventData/SingleBoundTrackParameters.hpp" #include "Acts/EventData/SingleCurvilinearTrackParameters.hpp" @@ -19,6 +17,4 @@ typedef SingleTrackParameters<NeutralPolicy> NeutralParameters; typedef SingleCurvilinearTrackParameters<NeutralPolicy> NeutralCurvilinearParameters; typedef SingleBoundTrackParameters<NeutralPolicy> NeutralBoundParameters; -} // end of namespace Acts - -#endif // ACTS_NEUTRALPARAMETERS_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/EventData/ParameterSet.hpp b/Core/include/Acts/EventData/ParameterSet.hpp index 3f92f95b6..c0c18a4b8 100644 --- a/Core/include/Acts/EventData/ParameterSet.hpp +++ b/Core/include/Acts/EventData/ParameterSet.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_PARAMETERSET_H -#define ACTS_PARAMETERSET_H 1 - +#pragma once // STL include(s) #include <memory> #include <type_traits> @@ -603,6 +601,4 @@ const typename ParameterSet<params...>::Projection_t = detail::make_projection_matrix<Acts::NGlobalPars, static_cast<unsigned int>( params)...>::init(); -} // end of namespace Acts - -#endif // ACTS_PARAMETERSET_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/EventData/ParticleDefinitions.hpp b/Core/include/Acts/EventData/ParticleDefinitions.hpp index c85d67c67..49a38113a 100644 --- a/Core/include/Acts/EventData/ParticleDefinitions.hpp +++ b/Core/include/Acts/EventData/ParticleDefinitions.hpp @@ -10,9 +10,7 @@ // ParticleDefinitions.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_EVENTDATA_PARTICLEDEFINITIONS_H -#define ACTS_EVENTDATA_PARTICLEDEFINITIONS_H - +#pragma once #include <vector> #include "Acts/Utilities/Definitions.hpp" #include "Acts/Utilities/Units.hpp" @@ -309,6 +307,4 @@ ProcessVertex::addOutgoing(const ParticleProperties& pProperties) { m_outgoing.push_back(pProperties); } -} - -#endif // ACTS_EVENTDATA_PARTICLEDEFINITIONS_H +} \ No newline at end of file diff --git a/Core/include/Acts/EventData/SingleBoundTrackParameters.hpp b/Core/include/Acts/EventData/SingleBoundTrackParameters.hpp index db2161fb2..8bc67347b 100644 --- a/Core/include/Acts/EventData/SingleBoundTrackParameters.hpp +++ b/Core/include/Acts/EventData/SingleBoundTrackParameters.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_SINGLEBOUNDTRACKPARAMETERS_H -#define ACTS_SINGLEBOUNDTRACKPARAMETERS_H - +#pragma once #include "Acts/EventData/SingleTrackParameters.hpp" #include "Acts/Surfaces/Surface.hpp" @@ -256,6 +254,4 @@ private: const Surface* m_pSurface; }; -} // end of namespace Acts - -#endif // ACTS_SINGLEBOUNDTRACKPARAMETERS_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/EventData/SingleCurvilinearTrackParameters.hpp b/Core/include/Acts/EventData/SingleCurvilinearTrackParameters.hpp index 16387994a..795c76469 100644 --- a/Core/include/Acts/EventData/SingleCurvilinearTrackParameters.hpp +++ b/Core/include/Acts/EventData/SingleCurvilinearTrackParameters.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_SINGLECURVILINEARTRACKPARAMETERS_H -#define ACTS_SINGLECURVILINEARTRACKPARAMETERS_H - +#pragma once #include <memory> #include "Acts/EventData/SingleTrackParameters.hpp" #include "Acts/Surfaces/PlaneSurface.hpp" @@ -203,6 +201,4 @@ public: private: PlaneSurface m_upSurface; }; -} // end of namespace Acts - -#endif // ACTS_SINGLECURVILINEARTRACKPARAMETERS_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/EventData/SingleTrackParameters.hpp b/Core/include/Acts/EventData/SingleTrackParameters.hpp index b46603058..76b2eef82 100644 --- a/Core/include/Acts/EventData/SingleTrackParameters.hpp +++ b/Core/include/Acts/EventData/SingleTrackParameters.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_SINGLETRACKPARAMETERS_H -#define ACTS_SINGLETRACKPARAMETERS_H - +#pragma once #include <type_traits> #include "Acts/EventData/TrackParametersBase.hpp" #include "Acts/EventData/detail/coordinate_transformations.hpp" @@ -221,6 +219,4 @@ protected: ActsVectorD<3> m_vPosition; ///< 3D vector with global position ActsVectorD<3> m_vMomentum; ///< 3D vector with global momentum }; -} // end of namespace Acts - -#endif // ACTS_SINGLETRACKPARAMETERS_h +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/EventData/TrackParameters.hpp b/Core/include/Acts/EventData/TrackParameters.hpp index b98d9406f..7f9d527a4 100644 --- a/Core/include/Acts/EventData/TrackParameters.hpp +++ b/Core/include/Acts/EventData/TrackParameters.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_TRACKPARAMETERS_H -#define ACTS_TRACKPARAMETERS_H - +#pragma once #include "Acts/EventData/ChargePolicy.hpp" #include "Acts/EventData/SingleBoundTrackParameters.hpp" #include "Acts/EventData/SingleCurvilinearTrackParameters.hpp" @@ -18,6 +16,4 @@ namespace Acts { typedef SingleTrackParameters<ChargedPolicy> TrackParameters; typedef SingleCurvilinearTrackParameters<ChargedPolicy> CurvilinearParameters; typedef SingleBoundTrackParameters<ChargedPolicy> BoundParameters; -} // end of namespace Acts - -#endif // ACTS_TRACKPARAMETERS_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/EventData/TrackParametersBase.hpp b/Core/include/Acts/EventData/TrackParametersBase.hpp index be2cef025..ca53056c6 100644 --- a/Core/include/Acts/EventData/TrackParametersBase.hpp +++ b/Core/include/Acts/EventData/TrackParametersBase.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_PARAMETERSBASE_H -#define ACTS_PARAMETERSBASE_H 1 - +#pragma once // STL include(s) #include <ostream> @@ -189,6 +187,4 @@ protected: virtual std::ostream& print(std::ostream& out) const; }; -} // end of namespace Acts - -#endif // ACTS_PARAMETERSBASE_h +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/EventData/TransportJacobian.hpp b/Core/include/Acts/EventData/TransportJacobian.hpp index 9bfb788c3..5517a915f 100644 --- a/Core/include/Acts/EventData/TransportJacobian.hpp +++ b/Core/include/Acts/EventData/TransportJacobian.hpp @@ -10,9 +10,7 @@ // TransportJacobian.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_EXTRAPOLATIONUTILS_TRANSPORTJACOBIAN_H -#define ACTS_EXTRAPOLATIONUTILS_TRANSPORTJACOBIAN_H 1 - +#pragma once #include "Acts/Utilities/Definitions.hpp" namespace Acts { @@ -64,6 +62,4 @@ public: std::ostream& operator<<(std::ostream& sl, const TransportJacobian& jac); -} // end of namespace - -#endif // ACTS_EXTRAPOLATIONUTILS_TRANSPORTJACOBIAN_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/EventData/detail/coordinate_transformations.hpp b/Core/include/Acts/EventData/detail/coordinate_transformations.hpp index d1aaa8cab..564260132 100644 --- a/Core/include/Acts/EventData/detail/coordinate_transformations.hpp +++ b/Core/include/Acts/EventData/detail/coordinate_transformations.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_COORDINATE_TRANSFORMATIONS_H -#define ACTS_COORDINATE_TRANSFORMATIONS_H 1 - +#pragma once // ACTS includes #include <cmath> #include "Acts/Surfaces/Surface.hpp" @@ -88,6 +86,4 @@ namespace detail { } // end of namespace detail /// @endcond } // end of namespace Acts -#endif // ACTS_COORDINATE_TRANSFORM_PLUGIN - -#endif // ACTS_COORDINATE_TRANSFORMATIONS_H +#endif // ACTS_COORDINATE_TRANSFORM_PLUGIN \ No newline at end of file diff --git a/Core/include/Acts/EventData/detail/fittable_type_generator.hpp b/Core/include/Acts/EventData/detail/fittable_type_generator.hpp index f541535ae..9e0bb1af0 100644 --- a/Core/include/Acts/EventData/detail/fittable_type_generator.hpp +++ b/Core/include/Acts/EventData/detail/fittable_type_generator.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_FITTABLE_TYPE_GENERATOR_H -#define ACTS_FITTABLE_TYPE_GENERATOR_H 1 - +#pragma once // boost include(s) #include <boost/mpl/vector.hpp> #include <boost/variant.hpp> @@ -161,6 +159,4 @@ namespace detail { /// @endcond } // end of namespace details /// @endcond -} // end of namespace Acts - -#endif // ACTS_FITTABLE_TYPE_GENERATOR_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/EventData/detail/full_parameter_set.hpp b/Core/include/Acts/EventData/detail/full_parameter_set.hpp index d2556d642..901ed74eb 100644 --- a/Core/include/Acts/EventData/detail/full_parameter_set.hpp +++ b/Core/include/Acts/EventData/detail/full_parameter_set.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_FULL_PARAMETER_SET_H -#define ACTS_FULL_PARAMETER_SET_H 1 - +#pragma once // STL include(s) #include <type_traits> #include <utility> @@ -72,6 +70,4 @@ namespace detail { }; } // end of namespace detail /// @endcond -} // end of namespace Acts - -#endif // ACTS_FULL_PARAMETER_SET_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/EventData/detail/initialize_parameter_set.hpp b/Core/include/Acts/EventData/detail/initialize_parameter_set.hpp index e68bc340e..da83f9f44 100644 --- a/Core/include/Acts/EventData/detail/initialize_parameter_set.hpp +++ b/Core/include/Acts/EventData/detail/initialize_parameter_set.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_INITIALIZE_PARAMETER_SET_H -#define ACTS_INITIALIZE_PARAMETER_SET_H 1 - +#pragma once namespace Acts { /// @cond detail namespace detail { @@ -80,5 +78,4 @@ namespace detail { /// @endcond } // end of namespace detail /// @endcond -} // end of namespace Acts -#endif // ACTS_INITIALIZE_PARAMETER_SET_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/EventData/detail/make_projection_matrix.hpp b/Core/include/Acts/EventData/detail/make_projection_matrix.hpp index 82fbc743c..29ab64200 100644 --- a/Core/include/Acts/EventData/detail/make_projection_matrix.hpp +++ b/Core/include/Acts/EventData/detail/make_projection_matrix.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_MAKE_PROJECTION_MATRIX_H -#define ACTS_MAKE_PROJECTION_MATRIX_H 1 - +#pragma once // ACTS include(s) #include "Acts/Utilities/Definitions.hpp" @@ -68,6 +66,4 @@ namespace detail { /// @endcond } // end of namespace detail /// @endcond -} // end of namespace Acts - -#endif // ACTS_MAKE_PROJECTION_MATRIX_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/EventData/detail/residual_calculator.hpp b/Core/include/Acts/EventData/detail/residual_calculator.hpp index cf3589eb6..19aac650b 100644 --- a/Core/include/Acts/EventData/detail/residual_calculator.hpp +++ b/Core/include/Acts/EventData/detail/residual_calculator.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_RESIDUAL_CALCULATOR_H -#define ACTS_RESIDUAL_CALCULATOR_H 1 - +#pragma once // ACTS include(s) #include "Acts/Utilities/Definitions.hpp" #include "Acts/Utilities/ParameterDefinitions.hpp" @@ -74,6 +72,4 @@ namespace detail { /// @endcond } // end of namespace detail /// @endcond -} // end of namespace Acts - -#endif // ACTS_RESIDUAL_CALCULATOR_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/EventData/detail/value_corrector.hpp b/Core/include/Acts/EventData/detail/value_corrector.hpp index bb4d4bf22..05bc92fbe 100644 --- a/Core/include/Acts/EventData/detail/value_corrector.hpp +++ b/Core/include/Acts/EventData/detail/value_corrector.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_VALUE_CORRECTOR_H -#define ACTS_VALUE_CORRECTOR_H 1 - +#pragma once // ACTS include(s) #include "Acts/Utilities/Definitions.hpp" #include "Acts/Utilities/ParameterDefinitions.hpp" @@ -77,6 +75,4 @@ namespace detail { /// @endcond } // end of namespace detail /// @endcond -} // end of namespace Acts - -#endif // ACTS_VALUE_CORRECTOR_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Fitter/KalmanFitter.hpp b/Core/include/Acts/Fitter/KalmanFitter.hpp index 0fed98b9f..4902a26c0 100644 --- a/Core/include/Acts/Fitter/KalmanFitter.hpp +++ b/Core/include/Acts/Fitter/KalmanFitter.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_KALMANFITTER_H -#define ACTS_KALMANFITTER_H 1 - +#pragma once // STL include(s) #include <list> #include <memory> @@ -235,6 +233,4 @@ public: Updator m_oUpdator; }; -} // end of namespace Acts - -#endif // ACTS_KALMANFITTER_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Fitter/KalmanUpdator.hpp b/Core/include/Acts/Fitter/KalmanUpdator.hpp index e012a0bb6..cb05a8a74 100644 --- a/Core/include/Acts/Fitter/KalmanUpdator.hpp +++ b/Core/include/Acts/Fitter/KalmanUpdator.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_KALMANUPDATOR_H -#define ACTS_KALMANUPDATOR_H 1 - +#pragma once // STL include(s) #include <memory> @@ -79,6 +77,4 @@ private: }; }; -} // end of namespace Acts - -#endif // ACTS_KALMANUPDATOR_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Layers/ConeLayer.hpp b/Core/include/Acts/Layers/ConeLayer.hpp index ac3869919..8bf55a883 100644 --- a/Core/include/Acts/Layers/ConeLayer.hpp +++ b/Core/include/Acts/Layers/ConeLayer.hpp @@ -10,9 +10,7 @@ // ConeLayer.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_LAYERS_CONELAYER_H -#define ACTS_LAYERS_CONELAYER_H - +#pragma once #include <algorithm> #include "Acts/Layers/Layer.hpp" #include "Acts/Surfaces/ConeSurface.hpp" @@ -106,6 +104,4 @@ protected: ConeLayer(const ConeLayer& cla, const Transform3D& shift); }; -} // end of namespace - -#endif // TRKGEOMETY_CONELAYER_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Layers/CylinderLayer.hpp b/Core/include/Acts/Layers/CylinderLayer.hpp index 357c53646..eb3a2e72f 100644 --- a/Core/include/Acts/Layers/CylinderLayer.hpp +++ b/Core/include/Acts/Layers/CylinderLayer.hpp @@ -10,9 +10,7 @@ // CylinderLayer.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_LAYERS_CYLINDERLAYER_H -#define ACTS_LAYERS_CYLINDERLAYER_H - +#pragma once #include <algorithm> #include "Acts/Layers/Layer.hpp" #include "Acts/Surfaces/CylinderSurface.hpp" @@ -134,6 +132,4 @@ protected: CylinderLayer(const CylinderLayer& cla, const Transform3D& shift); }; -} // namespace Acts - -#endif // ACTS_LAYERS_CYLINDERLAYER_H +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Layers/DiscLayer.hpp b/Core/include/Acts/Layers/DiscLayer.hpp index 9ab68e127..7ebd946cb 100644 --- a/Core/include/Acts/Layers/DiscLayer.hpp +++ b/Core/include/Acts/Layers/DiscLayer.hpp @@ -10,9 +10,7 @@ // DiscLayer.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_LAYERS_DISCLAYER_H -#define ACTS_LAYERS_DISCLAYER_H 1 - +#pragma once class MsgStream; #include <algorithm> @@ -122,6 +120,4 @@ protected: DiscLayer(const DiscLayer& cla, const Transform3D& tr); }; -} // end of namespace - -#endif // ACTS_LAYERS_DISCLAYER_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Layers/GenericApproachDescriptor.hpp b/Core/include/Acts/Layers/GenericApproachDescriptor.hpp index 3ed9151e4..9db3ebf59 100644 --- a/Core/include/Acts/Layers/GenericApproachDescriptor.hpp +++ b/Core/include/Acts/Layers/GenericApproachDescriptor.hpp @@ -10,9 +10,7 @@ // GenericApproachDescriptor.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_DETECTOR_GENERICAPPROPACHDESCRIPTOR_H -#define ACTS_DETECTOR_GENERICAPPROPACHDESCRIPTOR_H 1 - +#pragma once #include <algorithm> #include "Acts/Utilities/ApproachDescriptor.hpp" @@ -150,6 +148,4 @@ GenericApproachDescriptor<T>::containedSurfaces() { return m_surfacesCache; } -} - -#endif +} \ No newline at end of file diff --git a/Core/include/Acts/Layers/Layer.hpp b/Core/include/Acts/Layers/Layer.hpp index b7fd21b1a..77d26f56c 100644 --- a/Core/include/Acts/Layers/Layer.hpp +++ b/Core/include/Acts/Layers/Layer.hpp @@ -10,9 +10,7 @@ // Layer.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_DETECTOR_LAYER_H -#define ACTS_DETECTOR_LAYER_H 1 - +#pragma once // Core module #include <map> #include "Acts/EventData/NeutralParameters.hpp" @@ -545,6 +543,4 @@ typedef BinnedArray<LayerPtr> LayerArray; } // end of namespace -#include "Acts/Layers/detail/Layer.ipp" - -#endif // ACTS_DETECTOR_LAYER_H +#include "Acts/Layers/detail/Layer.ipp" \ No newline at end of file diff --git a/Core/include/Acts/Layers/NavigationLayer.hpp b/Core/include/Acts/Layers/NavigationLayer.hpp index 8943ed995..4639d3804 100644 --- a/Core/include/Acts/Layers/NavigationLayer.hpp +++ b/Core/include/Acts/Layers/NavigationLayer.hpp @@ -10,9 +10,7 @@ // NavigationLayer.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_LAYERS_NAVIGATIONLAYER_H -#define ACTS_LAYERS_NAVIGATIONLAYER_H - +#pragma once #include "Acts/Layers/Layer.hpp" #include "Acts/Utilities/BinnedArray.hpp" #include "Acts/Utilities/Definitions.hpp" @@ -148,6 +146,4 @@ NavigationLayer::isOnLayer(const Vector3D& gp, return m_surfaceRepresentation->isOnSurface(gp, bcheck); } -} // end of namespace - -#endif // ACTS_LAYERS_NAVIGATIONLAYER_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Layers/PlaneLayer.hpp b/Core/include/Acts/Layers/PlaneLayer.hpp index b5e7bf327..8d631bd53 100644 --- a/Core/include/Acts/Layers/PlaneLayer.hpp +++ b/Core/include/Acts/Layers/PlaneLayer.hpp @@ -10,9 +10,7 @@ // PlaneLayer.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_LAYERS_PLANELAYER_H -#define ACTS_LAYERS_PLANELAYER_H - +#pragma once #include <algorithm> #include "Acts/Layers/Layer.hpp" #include "Acts/Surfaces/PlaneSurface.hpp" @@ -108,6 +106,4 @@ protected: PlaneLayer(const PlaneLayer& pla, const Transform3D& shift); }; -} // end of namespace - -#endif // ACTS_LAYERS_PLANELAYER_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Layers/ProtoLayer.hpp b/Core/include/Acts/Layers/ProtoLayer.hpp index 0db7088e2..99f286c60 100644 --- a/Core/include/Acts/Layers/ProtoLayer.hpp +++ b/Core/include/Acts/Layers/ProtoLayer.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_LAYERS_PROTOLAYER_H -#define ACTS_LAYERS_PROTOLAYER_H 1 - +#pragma once #include <iostream> #include "Acts/Surfaces/PlanarBounds.hpp" #include "Acts/Surfaces/Surface.hpp" @@ -69,6 +67,4 @@ public: double radialDistance(const Vector3D& pos1, const Vector3D& pos2) const; }; -} // namespace Acts - -#endif // ACTS_LAYERS_PROTOLAYER_H +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/MagneticField/ConstantBField.hpp b/Core/include/Acts/MagneticField/ConstantBField.hpp index 3719278b1..3c56529ed 100644 --- a/Core/include/Acts/MagneticField/ConstantBField.hpp +++ b/Core/include/Acts/MagneticField/ConstantBField.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_MAGNETICFIELD_CONSTANTBFIELD_H -#define ACTS_MAGNETICFIELD_CONSTANTBFIELD_H 1 - +#pragma once #include "Acts/MagneticField/concept/AnyFieldLookup.hpp" #include "Acts/Utilities/Definitions.hpp" @@ -165,6 +163,4 @@ private: /// The field cell FieldCell m_fieldCell; }; -} // end of namespace Acts - -#endif //> ! ACTS_MAGNETICFIELD_CONSTANTBFIELD_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/MagneticField/SharedBFieldMap.hpp b/Core/include/Acts/MagneticField/SharedBFieldMap.hpp index c0965e2b3..d66ca934b 100644 --- a/Core/include/Acts/MagneticField/SharedBFieldMap.hpp +++ b/Core/include/Acts/MagneticField/SharedBFieldMap.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_MAGNETICFIELD_SHAREDBFIELD_H -#define ACTS_MAGNETICFIELD_SHAREDBFIELD_H - +#pragma once #include "Acts/MagneticField/concept/AnyFieldLookup.hpp" #include "Acts/Utilities/Definitions.hpp" @@ -71,6 +69,4 @@ private: std::shared_ptr<const BField> m_bField; }; -} // namespace Acts - -#endif // ACTS_MAGNETICFIELD_SHAREDBFIELD_H +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Material/BinnedSurfaceMaterial.hpp b/Core/include/Acts/Material/BinnedSurfaceMaterial.hpp index b1eacb7f9..102fea20e 100644 --- a/Core/include/Acts/Material/BinnedSurfaceMaterial.hpp +++ b/Core/include/Acts/Material/BinnedSurfaceMaterial.hpp @@ -10,9 +10,7 @@ // BinnedSurfaceMaterial.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_MATERIAL_BINNEDSURFACEMATERIAL_H -#define ACTS_MATERIAL_BINNEDSURFACEMATERIAL_H 1 - +#pragma once #include "Acts/Material/MaterialProperties.hpp" #include "Acts/Material/SurfaceMaterial.hpp" #include "Acts/Utilities/BinUtility.hpp" @@ -159,6 +157,4 @@ BinnedSurfaceMaterial::entries() const { return m_entries; } -} - -#endif +} \ No newline at end of file diff --git a/Core/include/Acts/Material/HomogeneousSurfaceMaterial.hpp b/Core/include/Acts/Material/HomogeneousSurfaceMaterial.hpp index cf4c50c4e..040256554 100644 --- a/Core/include/Acts/Material/HomogeneousSurfaceMaterial.hpp +++ b/Core/include/Acts/Material/HomogeneousSurfaceMaterial.hpp @@ -10,9 +10,7 @@ // HomogeneousSurfaceMaterial.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_MATERIAL_HOMOGENOUSLAYERMATERIAL_H -#define ACTS_MATERIAL_HOMOGENOUSLAYERMATERIAL_H - +#pragma once #include <vector> #include "Acts/Material/MaterialProperties.hpp" #include "Acts/Material/SurfaceMaterial.hpp" @@ -112,6 +110,4 @@ inline const MaterialProperties* return (&m_fullMaterial); } -} // end of namespace - -#endif +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Material/Material.hpp b/Core/include/Acts/Material/Material.hpp index 9f33c22ee..984b5f722 100644 --- a/Core/include/Acts/Material/Material.hpp +++ b/Core/include/Acts/Material/Material.hpp @@ -10,9 +10,7 @@ // Material.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_MATERIAL_MATERIAL_H -#define ACTS_MATERIAL_MATERIAL_H - +#pragma once #include <algorithm> #include <climits> #include <iomanip> @@ -313,6 +311,4 @@ private: /// optional composition parameter MaterialComposition m_composition; }; -} - -#endif +} \ No newline at end of file diff --git a/Core/include/Acts/Material/MaterialProperties.hpp b/Core/include/Acts/Material/MaterialProperties.hpp index 47a3d165c..5c7d8d295 100644 --- a/Core/include/Acts/Material/MaterialProperties.hpp +++ b/Core/include/Acts/Material/MaterialProperties.hpp @@ -10,9 +10,7 @@ // MaterialProperties.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_MATERIAL_MATERIALPROPERTIES_H -#define ACTS_MATERIAL_MATERIALPROPERTIES_H - +#pragma once // Geometry module #include "Acts/Material/Material.hpp" // STD/STL @@ -236,6 +234,4 @@ operator<<(std::ostream& sl, const MaterialProperties& mprop); typedef std::vector<MaterialProperties*> MaterialPropertiesVector; typedef std::vector<MaterialPropertiesVector> MaterialPropertiesMatrix; -} // end of namespace - -#endif // ACTS_DETECTOR_MATERIALPROPERTIES_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Material/SurfaceMaterial.hpp b/Core/include/Acts/Material/SurfaceMaterial.hpp index 82046be51..c4d3870ad 100644 --- a/Core/include/Acts/Material/SurfaceMaterial.hpp +++ b/Core/include/Acts/Material/SurfaceMaterial.hpp @@ -10,9 +10,7 @@ // SurfaceMaterial.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_MATERIAL_SURFACEMATERIAL_H -#define ACTS_MATERIAL_SURFACEMATERIAL_H - +#pragma once #include <memory> #include <vector> #include "Acts/Material/MaterialProperties.hpp" @@ -107,6 +105,4 @@ operator<<(std::ostream& sl, const SurfaceMaterial& sm); typedef std::pair<GeometryID, SurfaceMaterial*> IndexedSurfaceMaterial; -} // end of namespace - -#endif // ACTS_MATERIAL_SURFACEMATERIAL_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Material/SurfaceMaterialProxy.hpp b/Core/include/Acts/Material/SurfaceMaterialProxy.hpp index 108a673d7..48db273e5 100644 --- a/Core/include/Acts/Material/SurfaceMaterialProxy.hpp +++ b/Core/include/Acts/Material/SurfaceMaterialProxy.hpp @@ -10,9 +10,7 @@ // SurfaceMaterialProxy.hpp, ACTS project MaterialPlugins /////////////////////////////////////////////////////////////////// -#ifndef ACTS_MATERIAL_SURFACEMATERIALPROXY_H -#define ACTS_MATERIAL_SURFACEMATERIALPROXY_H - +#pragma once #include "Acts/Material/SurfaceMaterial.hpp" #include "Acts/Utilities/BinUtility.hpp" @@ -122,6 +120,4 @@ inline const Acts::BinUtility* Acts::SurfaceMaterialProxy::binUtility() const { return m_binUtility.get(); -} - -#endif // ACTS_MATERIAL_SURFACEMATERIALPROXY_H +} \ No newline at end of file diff --git a/Core/include/Acts/Propagator/AbortList.hpp b/Core/include/Acts/Propagator/AbortList.hpp index dd8cbf69a..4feec7713 100644 --- a/Core/include/Acts/Propagator/AbortList.hpp +++ b/Core/include/Acts/Propagator/AbortList.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_ABORT_LIST_HPP -#define ACTS_ABORT_LIST_HPP 1 - +#pragma once #include "Acts/Propagator/ActionList.hpp" #include "Acts/Propagator/detail/Extendable.hpp" #include "Acts/Propagator/detail/abort_condition_signature_check.hpp" @@ -56,6 +54,4 @@ public: } }; -} // namespace Acts - -#endif // ACTS_ABORT_LIST_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Propagator/ActionList.hpp b/Core/include/Acts/Propagator/ActionList.hpp index 82e68fefc..de7d8efea 100644 --- a/Core/include/Acts/Propagator/ActionList.hpp +++ b/Core/include/Acts/Propagator/ActionList.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_ACTION_LIST_HPP -#define ACTS_ACTION_LIST_HPP - +#pragma once #include "Acts/Propagator/detail/Extendable.hpp" #include "Acts/Propagator/detail/action_list_implementation.hpp" #include "Acts/Propagator/detail/action_signature_check.hpp" @@ -64,6 +62,4 @@ public: } }; -} // namespace Acts - -#endif // ACTS_ACTION_LIST_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Propagator/EigenStepper.hpp b/Core/include/Acts/Propagator/EigenStepper.hpp index d60fcdf98..9dd8e33ee 100644 --- a/Core/include/Acts/Propagator/EigenStepper.hpp +++ b/Core/include/Acts/Propagator/EigenStepper.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_EIGEN_STEPPER_HPP -#define ACTS_EIGEN_STEPPER_HPP 1 - +#pragma once #include <cmath> #include "Acts/EventData/TrackParameters.hpp" #include "Acts/MagneticField/concept/AnyFieldLookup.hpp" @@ -495,6 +493,4 @@ private: BField m_bField; }; -} // namespace Acts - -#endif // ACTS_EIGEN_STEPPER_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Propagator/Propagator.hpp b/Core/include/Acts/Propagator/Propagator.hpp index 64a235bd5..14ff95fc3 100644 --- a/Core/include/Acts/Propagator/Propagator.hpp +++ b/Core/include/Acts/Propagator/Propagator.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_EXTRAPOLATION_PROPAGATOR_H -#define ACTS_EXTRAPOLATION_PROPAGATOR_H 1 - +#pragma once #include <cmath> #include <memory> #include <type_traits> @@ -371,6 +369,4 @@ namespace propagation { } // namespace propagation -} // namespace Acts - -#endif // ACTS_EXTRAPOLATION_PROPAGATOR_H +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Propagator/detail/Extendable.hpp b/Core/include/Acts/Propagator/detail/Extendable.hpp index 66fcae252..ead168553 100644 --- a/Core/include/Acts/Propagator/detail/Extendable.hpp +++ b/Core/include/Acts/Propagator/detail/Extendable.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_EXTENDABLE_HPP -#define ACTS_EXTENDABLE_HPP - +#pragma once #include <tuple> #include <type_traits> #include "Acts/Utilities/detail/MPL/all_of.hpp" @@ -69,5 +67,4 @@ namespace detail { } // namespace detail -} // namespace Acts -#endif // ACTS_EXTENDABLE_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Propagator/detail/abort_condition_signature_check.hpp b/Core/include/Acts/Propagator/detail/abort_condition_signature_check.hpp index 206447e61..c15a77ccb 100644 --- a/Core/include/Acts/Propagator/detail/abort_condition_signature_check.hpp +++ b/Core/include/Acts/Propagator/detail/abort_condition_signature_check.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_ABORT_CONDITION_SIGNATURE_CHECK_HPP -#define ACTS_ABORT_CONDITION_SIGNATURE_CHECK_HPP 1 - +#pragma once #include <type_traits> #include "Acts/Propagator/detail/condition_uses_result_type.hpp" #include "Acts/Utilities/detail/MPL/type_collector.hpp" @@ -93,5 +91,4 @@ namespace detail { = abort_condition_signature_check<T, cache_t>::value; } // namespace detail -} // namespace Acts -#endif // ACTS_ABORT_CONDITION_SIGNATURE_CHECK_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Propagator/detail/abort_list_implementation.hpp b/Core/include/Acts/Propagator/detail/abort_list_implementation.hpp index 0bac72cb4..d2df91371 100644 --- a/Core/include/Acts/Propagator/detail/abort_list_implementation.hpp +++ b/Core/include/Acts/Propagator/detail/abort_list_implementation.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_ABORT_LIST_IMPLEMENTATION_HPP -#define ACTS_ABORT_LIST_IMPLEMENTATION_HPP - +#pragma once #include <algorithm> #include "Acts/Propagator/detail/condition_uses_result_type.hpp" #include "Acts/Utilities/detail/MPL/type_collector.hpp" @@ -104,5 +102,4 @@ namespace detail { } // namespace -} // namespace Acts -#endif // ACTS_ABORT_LIST_IMPLEMENTATION_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Propagator/detail/action_list_implementation.hpp b/Core/include/Acts/Propagator/detail/action_list_implementation.hpp index 2f6fde29d..b4af936c8 100644 --- a/Core/include/Acts/Propagator/detail/action_list_implementation.hpp +++ b/Core/include/Acts/Propagator/detail/action_list_implementation.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_ACTION_LIST_IMPLEMENTATION_HPP -#define ACTS_ACTION_LIST_IMPLEMENTATION_HPP - +#pragma once #include "Acts/Utilities/detail/MPL/type_collector.hpp" namespace Acts { @@ -81,6 +79,4 @@ namespace detail { }; } // namespace detail -} // namespace Acts - -#endif // ACTS_ACTION_LIST_IMPLEMENTATION_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Propagator/detail/action_signature_check.hpp b/Core/include/Acts/Propagator/detail/action_signature_check.hpp index 00d317cb7..276d4062a 100644 --- a/Core/include/Acts/Propagator/detail/action_signature_check.hpp +++ b/Core/include/Acts/Propagator/detail/action_signature_check.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_ACTION_SIGNATURE_CHECK_HPP -#define ACTS_ACTION_SIGNATURE_CHECK_HPP - +#pragma once #include <type_traits> #include "Acts/Utilities/detail/MPL/type_collector.hpp" @@ -66,5 +64,4 @@ namespace detail { = action_signature_check<T, cache_t>::value; } // namespace detail -} // namespace Acts -#endif // ACTS_OBSERVER_SIGNATURE_CHECK_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Propagator/detail/condition_uses_result_type.hpp b/Core/include/Acts/Propagator/detail/condition_uses_result_type.hpp index 791699364..24fda6a41 100644 --- a/Core/include/Acts/Propagator/detail/condition_uses_result_type.hpp +++ b/Core/include/Acts/Propagator/detail/condition_uses_result_type.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_CONDITION_USES_RESULT_TYPE_HPP -#define ACTS_CONDITION_USES_RESULT_TYPE_HPP 1 - +#pragma once #include <type_traits> #include "Acts/Utilities/detail/MPL/type_collector.hpp" @@ -35,5 +33,4 @@ namespace detail { } // namespace detail -} // namespace Acts -#endif // ACTS_CONDITION_USES_RESULT_TYPE_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Propagator/detail/standard_abort_conditions.hpp b/Core/include/Acts/Propagator/detail/standard_abort_conditions.hpp index 2455e0fd0..945f5313d 100644 --- a/Core/include/Acts/Propagator/detail/standard_abort_conditions.hpp +++ b/Core/include/Acts/Propagator/detail/standard_abort_conditions.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_STANDARD_ABORT_CONDITIONS_HPP -#define ACTS_STANDARD_ABORT_CONDITIONS_HPP - +#pragma once #include <limits> namespace Acts { @@ -121,6 +119,4 @@ namespace detail { }; } // namespace detail -} // namespace Acts - -#endif +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Seeding/BarrelSeedFinder.hpp b/Core/include/Acts/Seeding/BarrelSeedFinder.hpp index 4f0de62a0..2339ef83f 100644 --- a/Core/include/Acts/Seeding/BarrelSeedFinder.hpp +++ b/Core/include/Acts/Seeding/BarrelSeedFinder.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_SEEDING_BARRELSEEDFINDER_HPP -#define ACTS_SEEDING_BARRELSEEDFINDER_HPP - +#pragma once #include "Acts/Seeding/SpacePoint.hpp" #include "Acts/Seeding/TrackSeed.hpp" #include "Acts/Seeding/detail/geometry.hpp" @@ -65,6 +63,4 @@ Acts::Seeding::findHelixSeeds(const HelixSeedConfig& cfg, } } } -} - -#endif // ACTS_SEEDING_BARRELSEEDFINDER_HPP +} \ No newline at end of file diff --git a/Core/include/Acts/Seeding/SpacePoint.hpp b/Core/include/Acts/Seeding/SpacePoint.hpp index 9e2f4ebca..9c0c3a318 100644 --- a/Core/include/Acts/Seeding/SpacePoint.hpp +++ b/Core/include/Acts/Seeding/SpacePoint.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_SEEDING_SPACEPOINT_HPP -#define ACTS_SEEDING_SPACEPOINT_HPP - +#pragma once #include <algorithm> #include <ostream> #include <vector> @@ -115,6 +113,4 @@ namespace Seeding { } } // namespace Seeding -} // namespace Acts - -#endif // ACTS_SEEDING_SPACEPOINT_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Seeding/TrackSeed.hpp b/Core/include/Acts/Seeding/TrackSeed.hpp index 591c74a08..5bf6c841d 100644 --- a/Core/include/Acts/Seeding/TrackSeed.hpp +++ b/Core/include/Acts/Seeding/TrackSeed.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_SEEDING_TRACKSEED_HPP -#define ACTS_SEEDING_TRACKSEED_HPP - +#pragma once #include <array> #include <ostream> #include <utility> @@ -101,6 +99,4 @@ namespace Seeding { using TrackSeeds4 = TrackSeeds<Identifier, 4>; } // namespace Seeding -} // namespace Acts - -#endif // ACTS_SEEDING_TRACKSEED_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Seeding/detail/cyclic_range.hpp b/Core/include/Acts/Seeding/detail/cyclic_range.hpp index 117a50a6f..1d95da97d 100644 --- a/Core/include/Acts/Seeding/detail/cyclic_range.hpp +++ b/Core/include/Acts/Seeding/detail/cyclic_range.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_SEEDING_RANGE_HPP -#define ACTS_SEEDING_RANGE_HPP - +#pragma once #include <algorithm> #include "Acts/Utilities/detail/periodic.hpp" @@ -127,6 +125,4 @@ namespace detail { } } // namespace detail -} // namespace Acts - -#endif // ACTS_SEEDING_RANGE_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Seeding/detail/geometry.hpp b/Core/include/Acts/Seeding/detail/geometry.hpp index c795b5e16..79408e083 100644 --- a/Core/include/Acts/Seeding/detail/geometry.hpp +++ b/Core/include/Acts/Seeding/detail/geometry.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_SEEDING_GEOMETRY_HPP -#define ACTS_SEEDING_GEOMETRY_HPP - +#pragma once #include <cmath> #include "Acts/Utilities/Definitions.hpp" @@ -122,6 +120,4 @@ namespace detail { } } // namespace detail -} // namespace Acts - -#endif // ACTS_SEEDING_GEOMETRY_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/BoundaryCheck.hpp b/Core/include/Acts/Surfaces/BoundaryCheck.hpp index 8767f9fcc..9e18d1122 100644 --- a/Core/include/Acts/Surfaces/BoundaryCheck.hpp +++ b/Core/include/Acts/Surfaces/BoundaryCheck.hpp @@ -10,9 +10,7 @@ // BoundaryCheck.hpp, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_BOUNDARYCHECK_H -#define ACTS_SURFACES_BOUNDARYCHECK_H - +#pragma once #include <cfloat> #include <cmath> #include <iterator> @@ -368,6 +366,4 @@ Acts::BoundaryCheck::computeClosestPointOnPolygon( closest = last; } return closest; -} - -#endif // ACTS_SURFACES_BOUNDARYCHECK_H +} \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/ConeBounds.hpp b/Core/include/Acts/Surfaces/ConeBounds.hpp index a71fccc55..c059018cb 100644 --- a/Core/include/Acts/Surfaces/ConeBounds.hpp +++ b/Core/include/Acts/Surfaces/ConeBounds.hpp @@ -10,9 +10,7 @@ // ConeBounds.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACESCONEBOUNDS_H -#define ACTS_SURFACESCONEBOUNDS_H - +#pragma once #include <cfloat> #include "Acts/Surfaces/SurfaceBounds.hpp" @@ -220,6 +218,4 @@ ConeBounds::halfPhiSector() const { return m_halfPhi; } -} - -#endif // ACTS_SURFACESCONEBOUNDS_H +} \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/ConeSurface.hpp b/Core/include/Acts/Surfaces/ConeSurface.hpp index 61d294a5d..7a1d00a8c 100644 --- a/Core/include/Acts/Surfaces/ConeSurface.hpp +++ b/Core/include/Acts/Surfaces/ConeSurface.hpp @@ -10,9 +10,7 @@ // ConeSurface.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_CONESURFACE_H -#define ACTS_SURFACES_CONESURFACE_H 1 - +#pragma once #include "Acts/Surfaces/ConeBounds.hpp" #include "Acts/Surfaces/Surface.hpp" #include "Acts/Utilities/Definitions.hpp" @@ -236,6 +234,4 @@ protected: std::shared_ptr<const ConeBounds> m_bounds; ///< bounds (shared) }; -} // end of namespace - -#endif // ACTS_SURFACESCONESURFACE_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/CylinderBounds.hpp b/Core/include/Acts/Surfaces/CylinderBounds.hpp index a6f0c0576..8f4497e6a 100644 --- a/Core/include/Acts/Surfaces/CylinderBounds.hpp +++ b/Core/include/Acts/Surfaces/CylinderBounds.hpp @@ -10,9 +10,7 @@ // CylinderBounds.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_CYLINDERBOUNDS_H -#define ACTS_SURFACES_CYLINDERBOUNDS_H 1 - +#pragma once #include <cmath> #include "Acts/Surfaces/SurfaceBounds.hpp" @@ -178,6 +176,4 @@ CylinderBounds::halflengthZ() const { return m_halfZ; } -} - -#endif // ACTS_SURFACES_CYLINDERBOUNDS_H +} \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/CylinderSurface.hpp b/Core/include/Acts/Surfaces/CylinderSurface.hpp index 0e22e00f2..d3be2e3a5 100644 --- a/Core/include/Acts/Surfaces/CylinderSurface.hpp +++ b/Core/include/Acts/Surfaces/CylinderSurface.hpp @@ -10,9 +10,7 @@ // CylinderSurface.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_CYLINDERSURFACE_H -#define ACTS_SURFACES_CYLINDERSURFACE_H 1 - +#pragma once #include <cmath> #include "Acts/Surfaces/CylinderBounds.hpp" @@ -259,6 +257,4 @@ CylinderSurface::rotSymmetryAxis() const return transform().matrix().block<3, 1>(0, 2); } -} // end of namespace - -#endif // ACTS_SURFACES_CYLINDERSURFACE_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/DiamondBounds.hpp b/Core/include/Acts/Surfaces/DiamondBounds.hpp index 47424df46..610631dad 100644 --- a/Core/include/Acts/Surfaces/DiamondBounds.hpp +++ b/Core/include/Acts/Surfaces/DiamondBounds.hpp @@ -10,9 +10,7 @@ // DiamondBounds.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_DIAMONDDBOUNDS_H -#define ACTS_SURFACES_DIAMONDDBOUNDS_H 1 - +#pragma once #include <cmath> #include "Acts/Surfaces/PlanarBounds.hpp" @@ -166,6 +164,4 @@ DiamondBounds::halflengthY2() const return m_maxY; } -} // end of namespace - -#endif // ACTS_SURFACES_DIAMONDBOUNDS_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/DiscBounds.hpp b/Core/include/Acts/Surfaces/DiscBounds.hpp index 5b8d4683d..ee1aaddf7 100644 --- a/Core/include/Acts/Surfaces/DiscBounds.hpp +++ b/Core/include/Acts/Surfaces/DiscBounds.hpp @@ -10,9 +10,7 @@ // DiscBounds.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACESDISCBOUNDS_H -#define ACTS_SURFACESDISCBOUNDS_H - +#pragma once #include "Acts/Surfaces/SurfaceBounds.hpp" namespace Acts { @@ -26,6 +24,4 @@ class DiscBounds : public SurfaceBounds { }; -} // end of namespace - -#endif // ACTS_SURFACESDISCBOUNDS_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/DiscSurface.hpp b/Core/include/Acts/Surfaces/DiscSurface.hpp index d02ed245f..2fad10845 100644 --- a/Core/include/Acts/Surfaces/DiscSurface.hpp +++ b/Core/include/Acts/Surfaces/DiscSurface.hpp @@ -10,9 +10,7 @@ // DiscSurface.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACE_SDISCSURFACE_H -#define ACTS_SURFACE_SDISCSURFACE_H 1 - +#pragma once #include "Acts/Surfaces/DiscBounds.hpp" #include "Acts/Surfaces/InfiniteBounds.hpp" #include "Acts/Surfaces/Surface.hpp" @@ -420,6 +418,4 @@ inline const RotationMatrix3D return rframeT; } -} // end of namespace - -#endif // ACTS_SURFACES_DISCSURFACE_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/DiscTrapezoidalBounds.hpp b/Core/include/Acts/Surfaces/DiscTrapezoidalBounds.hpp index 5c0d978df..acf2df77e 100644 --- a/Core/include/Acts/Surfaces/DiscTrapezoidalBounds.hpp +++ b/Core/include/Acts/Surfaces/DiscTrapezoidalBounds.hpp @@ -10,9 +10,7 @@ // DiscTrapezoidalBounds.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_DISCTRAPEZOIDALBOUNDS_H -#define ACTS_SURFACES_DISCTRAPEZOIDALBOUNDS_H - +#pragma once #include <cmath> #include "Acts/Surfaces/DiscBounds.hpp" @@ -208,6 +206,4 @@ DiscTrapezoidalBounds::halflengthY() const return (hmax - hmin) / 2.0; } -} // namespace Acts - -#endif // ACTS_SURFACES_DISCTRAPEZOIDALBOUNDS_H +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/EllipseBounds.hpp b/Core/include/Acts/Surfaces/EllipseBounds.hpp index e3b4003c6..2dd53d7c3 100644 --- a/Core/include/Acts/Surfaces/EllipseBounds.hpp +++ b/Core/include/Acts/Surfaces/EllipseBounds.hpp @@ -10,9 +10,7 @@ // EllipseBounds.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_ELLIPSEBOUNDS_H -#define ACTS_SURFACES_ELLIPSEBOUNDS_H 1 - +#pragma once #include <cmath> #include <cstdlib> @@ -179,6 +177,4 @@ EllipseBounds::halfPhiSector() const return m_halfPhi; } -} // end of namespace - -#endif // ACTS_SURFACES_ELLIPSEBOUNDS_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/InfiniteBounds.hpp b/Core/include/Acts/Surfaces/InfiniteBounds.hpp index d6333051a..3ea168736 100644 --- a/Core/include/Acts/Surfaces/InfiniteBounds.hpp +++ b/Core/include/Acts/Surfaces/InfiniteBounds.hpp @@ -10,9 +10,7 @@ // InfiniteBounds.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_INFINITE_BOUNDS_H -#define ACTS_INFINITE_BOUNDS_H 1 - +#pragma once #include "Acts/Surfaces/SurfaceBounds.hpp" #include "Acts/Utilities/Definitions.hpp" #include "Acts/Utilities/VariantDataFwd.hpp" @@ -84,6 +82,4 @@ public: static const InfiniteBounds s_noBounds{}; -} // namespace Acts - -#endif // ACTS_INFINITE_BOUNDS_H +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/LineBounds.hpp b/Core/include/Acts/Surfaces/LineBounds.hpp index a1e1e8c5c..e1d94a59b 100644 --- a/Core/include/Acts/Surfaces/LineBounds.hpp +++ b/Core/include/Acts/Surfaces/LineBounds.hpp @@ -10,9 +10,7 @@ // LineBounds.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_LINEBOUNDS_H -#define ACTS_SURFACES_LINEBOUNDS_H 1 - +#pragma once #include "Acts/Surfaces/SurfaceBounds.hpp" #include "Acts/Utilities/Definitions.hpp" #include "Acts/Utilities/VariantDataFwd.hpp" @@ -108,6 +106,4 @@ LineBounds::halflengthZ() const return m_halfZ; } -} // end of namespace - -#endif // ACTS_SURFACES_LINEBOUNDS_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/LineSurface.hpp b/Core/include/Acts/Surfaces/LineSurface.hpp index 0e2ae3eb7..d7e3a2f53 100644 --- a/Core/include/Acts/Surfaces/LineSurface.hpp +++ b/Core/include/Acts/Surfaces/LineSurface.hpp @@ -10,9 +10,7 @@ // LineSurface.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_LINESURFACE_H -#define ACTS_SURFACES_LINESURFACE_H - +#pragma once #include "Acts/Surfaces/InfiniteBounds.hpp" #include "Acts/Surfaces/LineBounds.hpp" #include "Acts/Surfaces/Surface.hpp" @@ -383,6 +381,4 @@ LineSurface::derivativeFactors(const Vector3D& pos, * (s_vec - pc * (long_mat * d_vec.asDiagonal() - jac.block<3, 5>(3, 0)))); } -} // end of namespace - -#endif // ACTS_SURFACES_LINESURFACE_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/PerigeeSurface.hpp b/Core/include/Acts/Surfaces/PerigeeSurface.hpp index 981ee380e..84d6c5103 100644 --- a/Core/include/Acts/Surfaces/PerigeeSurface.hpp +++ b/Core/include/Acts/Surfaces/PerigeeSurface.hpp @@ -10,9 +10,7 @@ // PerigeeSurface.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_PERIGEESURFACE_H -#define ACTS_SURFACES_PERIGEESURFACE_H 1 - +#pragma once #include "Acts/Surfaces/InfiniteBounds.hpp" #include "Acts/Surfaces/LineSurface.hpp" #include "Acts/Utilities/Definitions.hpp" @@ -93,6 +91,4 @@ public: toVariantData() const override; }; -} // end of namespace - -#endif // ACTS_SURFACESPERIGEESURFACE_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/PlanarBounds.hpp b/Core/include/Acts/Surfaces/PlanarBounds.hpp index 0447ae0f3..c10b041b2 100644 --- a/Core/include/Acts/Surfaces/PlanarBounds.hpp +++ b/Core/include/Acts/Surfaces/PlanarBounds.hpp @@ -10,9 +10,7 @@ // PlanarBounds.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_PLANARBOUNDS_H -#define ACTS_SURFACES_PLANARBOUNDS_H 1 - +#pragma once #include <vector> #include "Acts/Surfaces/SurfaceBounds.hpp" @@ -46,6 +44,4 @@ public: toVariantData() const = 0; }; -} // end of namespace - -#endif // ACTS_SURFACES_PLANARBOUNDS_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/PlaneSurface.hpp b/Core/include/Acts/Surfaces/PlaneSurface.hpp index 4dc117f37..de665ef7e 100644 --- a/Core/include/Acts/Surfaces/PlaneSurface.hpp +++ b/Core/include/Acts/Surfaces/PlaneSurface.hpp @@ -10,9 +10,7 @@ // PlaneSurface.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_PLANESURFACE_H -#define ACTS_SURFACES_PLANESURFACE_H 1 - +#pragma once #include <limits> #include "Acts/Surfaces/InfiniteBounds.hpp" #include "Acts/Surfaces/PlanarBounds.hpp" @@ -241,6 +239,4 @@ PlaneSurface::intersectionEstimate(const Vector3D& gpos, return Intersection(gpos, std::numeric_limits<double>::max(), false); } -} // end of namespace - -#endif // ACTS_SURFACES_PLANESURFACE_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/RadialBounds.hpp b/Core/include/Acts/Surfaces/RadialBounds.hpp index f9a209b92..e5a6b3583 100644 --- a/Core/include/Acts/Surfaces/RadialBounds.hpp +++ b/Core/include/Acts/Surfaces/RadialBounds.hpp @@ -10,9 +10,7 @@ // RadialBounds.h, c) ATLAS Detector software /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_RADIALBOUNDS_H -#define ACTS_SURFACES_RADIALBOUNDS_H 1 - +#pragma once #include <cmath> #include "Acts/Surfaces/DiscBounds.hpp" @@ -155,6 +153,4 @@ RadialBounds::halfPhiSector() const return m_halfPhi; } -} // end of namespace - -#endif // ACTS_SURFACES_RADIALBOUNDS_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/RectangleBounds.hpp b/Core/include/Acts/Surfaces/RectangleBounds.hpp index 7b0803e87..01e3f8b25 100644 --- a/Core/include/Acts/Surfaces/RectangleBounds.hpp +++ b/Core/include/Acts/Surfaces/RectangleBounds.hpp @@ -10,9 +10,7 @@ // RectangleBounds.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_RECTANGLEBOUNDS_H -#define ACTS_SURFACES_RECTANGLEBOUNDS_H 1 - +#pragma once #include "Acts/Surfaces/PlanarBounds.hpp" #include "Acts/Utilities/Definitions.hpp" #include "Acts/Utilities/VariantDataFwd.hpp" @@ -126,6 +124,4 @@ RectangleBounds::type() const return SurfaceBounds::Rectangle; } -} // end of namespace - -#endif // ACTS_SURFACES_RECTANGLEBOUNDS_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/StrawSurface.hpp b/Core/include/Acts/Surfaces/StrawSurface.hpp index 2c6579e79..a58be5195 100644 --- a/Core/include/Acts/Surfaces/StrawSurface.hpp +++ b/Core/include/Acts/Surfaces/StrawSurface.hpp @@ -10,9 +10,7 @@ // StrawSurface.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_STRAWSURFACE_H -#define ACTS_SURFACES_STRAWSURFACE_H - +#pragma once #include "Acts/Surfaces/LineBounds.hpp" #include "Acts/Surfaces/LineSurface.hpp" #include "Acts/Utilities/Definitions.hpp" @@ -120,6 +118,4 @@ Acts::StrawSurface::name() const return "Acts::StrawSurface"; } -} // end of namespace - -#endif // ACTS_SURFACESSTRAIGHTLINESURFACE_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/Surface.hpp b/Core/include/Acts/Surfaces/Surface.hpp index dc6bfaa96..aba9a9d5a 100644 --- a/Core/include/Acts/Surfaces/Surface.hpp +++ b/Core/include/Acts/Surfaces/Surface.hpp @@ -10,9 +10,7 @@ // Surface.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_SURFACE_H -#define ACTS_SURFACES_SURFACE_H 1 - +#pragma once #include "Acts/Detector/DetectorElementBase.hpp" #include "Acts/Surfaces/BoundaryCheck.hpp" #include "Acts/Surfaces/SurfaceBounds.hpp" @@ -557,6 +555,4 @@ Surface::associateLayer(const Layer& lay) std::ostream& operator<<(std::ostream& sl, const Surface& sf); -} // end of namespace Acts - -#endif // ACTS_SURFACES_SURFACE_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/SurfaceArray.hpp b/Core/include/Acts/Surfaces/SurfaceArray.hpp index 499902f0b..54e82284c 100644 --- a/Core/include/Acts/Surfaces/SurfaceArray.hpp +++ b/Core/include/Acts/Surfaces/SurfaceArray.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_SURFACES_SURFACEARRAY_H -#define ACTS_SURFACES_SURFACEARRAY_H - +#pragma once #include <iostream> #include <type_traits> #include <vector> @@ -706,6 +704,4 @@ private: surfaceGridLookupToVariantData(const ISurfaceGridLookup& sgl) const; }; -} // namespace Acts - -#endif // ACTS_SURFACES_SURFACEARRAY_H +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/SurfaceBounds.hpp b/Core/include/Acts/Surfaces/SurfaceBounds.hpp index 79ac27e63..bbaedff4b 100644 --- a/Core/include/Acts/Surfaces/SurfaceBounds.hpp +++ b/Core/include/Acts/Surfaces/SurfaceBounds.hpp @@ -10,9 +10,7 @@ // SurfaceBounds.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_SURFACEBOUNDS_H -#define ACTS_SURFACES_SURFACEBOUNDS_H - +#pragma once #include <ostream> #include "Acts/Surfaces/BoundaryCheck.hpp" @@ -123,6 +121,4 @@ operator<<(std::ostream& os, const SurfaceBounds& sb) return sb.dump(os); } -} // namespace Acts - -#endif // ACTS_SURFACES_SURFACEBOUNDS_H +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/TrapezoidBounds.hpp b/Core/include/Acts/Surfaces/TrapezoidBounds.hpp index ce871ae56..7b986fdf9 100644 --- a/Core/include/Acts/Surfaces/TrapezoidBounds.hpp +++ b/Core/include/Acts/Surfaces/TrapezoidBounds.hpp @@ -10,9 +10,7 @@ // TrapezoidBounds.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_TRAPEZOIDBOUNDS_H -#define ACTS_SURFACES_TRAPEZOIDBOUNDS_H 1 - +#pragma once #include <cmath> #include "Acts/Surfaces/PlanarBounds.hpp" @@ -182,6 +180,4 @@ TrapezoidBounds::halflengthY() const return m_halfY; } -} // end of namespace - -#endif // ACTS_SURFACES_TRAPEZOIDBOUNDS_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Surfaces/TriangleBounds.hpp b/Core/include/Acts/Surfaces/TriangleBounds.hpp index b9fe7c964..8e61913b1 100644 --- a/Core/include/Acts/Surfaces/TriangleBounds.hpp +++ b/Core/include/Acts/Surfaces/TriangleBounds.hpp @@ -10,9 +10,7 @@ // TriangleBounds.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACESTRIANGLEBOUNDS_H -#define ACTS_SURFACESTRIANGLEBOUNDS_H - +#pragma once #include <array> #include <utility> @@ -108,6 +106,4 @@ private: RectangleBounds m_boundingBox; ///< internal bounding box cache }; -} // end of namespace - -#endif // ACTS_SURFACESRECTANGLEBOUNDS_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Tools/CylinderVolumeBuilder.hpp b/Core/include/Acts/Tools/CylinderVolumeBuilder.hpp index 70e3113a9..4eb7f989a 100644 --- a/Core/include/Acts/Tools/CylinderVolumeBuilder.hpp +++ b/Core/include/Acts/Tools/CylinderVolumeBuilder.hpp @@ -10,9 +10,7 @@ // CylinderVolumeBuilder.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_TOOLS_CYLINDERVOLUMEBUILDER_H -#define ACTS_TOOLS_CYLINDERVOLUMEBUILDER_H - +#pragma once #include <limits> #include <string> #include "Acts/Material/Material.hpp" @@ -597,6 +595,4 @@ CylinderVolumeBuilder::getConfiguration() const return m_cfg; } -} // end of namespace - -#endif // ACTS_TOOLS_CYLINDERVOLUMEBUILDER_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Tools/CylinderVolumeHelper.hpp b/Core/include/Acts/Tools/CylinderVolumeHelper.hpp index 58d8796f9..54e090b0f 100644 --- a/Core/include/Acts/Tools/CylinderVolumeHelper.hpp +++ b/Core/include/Acts/Tools/CylinderVolumeHelper.hpp @@ -10,9 +10,7 @@ // CylinderVolumeHelper.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_TOOLS_CYLINDERVOLUMEHELPER_H -#define ACTS_TOOLS_CYLINDERVOLUMEHELPER_H 1 - +#pragma once #ifndef ACTS_TOOLS_TAKESMALLERBIGGER #define ACTS_TOOLS_TAKESMALLERBIGGER #define takeSmaller(current, test) current = current < test ? current : test @@ -319,6 +317,4 @@ CylinderVolumeHelper::getConfiguration() const { return m_cfg; } -} - -#endif // ACTS_TOOLS_CYLINDERVOLUMEHELPER_H +} \ No newline at end of file diff --git a/Core/include/Acts/Tools/ILayerArrayCreator.hpp b/Core/include/Acts/Tools/ILayerArrayCreator.hpp index 2544a49ed..1e9e33c3d 100644 --- a/Core/include/Acts/Tools/ILayerArrayCreator.hpp +++ b/Core/include/Acts/Tools/ILayerArrayCreator.hpp @@ -10,9 +10,7 @@ // ILayerArrayCreator.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_TOOLS_ILAYERARRAYCREATOR_H -#define ACTS_TOOLS_ILAYERARRAYCREATOR_H 1 - +#pragma once #include <memory> #include <vector> #include "Acts/Utilities/BinnedArray.hpp" @@ -57,6 +55,4 @@ public: BinningType btype = arbitrary, BinningValue bvalue = binX) const = 0; }; -} // end of namespace - -#endif // ACTS_TOOLS_ILAYERARRAYCREATOR_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Tools/ILayerBuilder.hpp b/Core/include/Acts/Tools/ILayerBuilder.hpp index 60f0c5f23..d20794602 100644 --- a/Core/include/Acts/Tools/ILayerBuilder.hpp +++ b/Core/include/Acts/Tools/ILayerBuilder.hpp @@ -10,9 +10,7 @@ // ILayerBuilder.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_TOOLS_ILAYERBUILDER_H -#define ACTS_TOOLS_ILAYERBUILDER_H 1 - +#pragma once #include <memory> #include <string> #include <vector> @@ -55,6 +53,4 @@ public: identification() const = 0; }; -} // end of namespace - -#endif // ACTS_TOOLS_ILAYERBUILDER_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Tools/ITrackingGeometryBuilder.hpp b/Core/include/Acts/Tools/ITrackingGeometryBuilder.hpp index daa7aabe1..e679e9d21 100644 --- a/Core/include/Acts/Tools/ITrackingGeometryBuilder.hpp +++ b/Core/include/Acts/Tools/ITrackingGeometryBuilder.hpp @@ -10,9 +10,7 @@ // ITrackingGeometryBuilder.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_GEOMETRYINTERFACES_ITRACKINGGEOMETRYBUILDER_H -#define ACTS_GEOMETRYINTERFACES_ITRACKINGGEOMETRYBUILDER_H 1 - +#pragma once #include <memory> namespace Acts { @@ -40,6 +38,4 @@ public: virtual std::unique_ptr<const TrackingGeometry> trackingGeometry() const = 0; }; -} // end of namespace - -#endif // ACTS_GEOMETRYINTERFACES_IGEOMETRYBUILDER_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Tools/ITrackingVolumeArrayCreator.hpp b/Core/include/Acts/Tools/ITrackingVolumeArrayCreator.hpp index 3b1db9cb5..55a68975c 100644 --- a/Core/include/Acts/Tools/ITrackingVolumeArrayCreator.hpp +++ b/Core/include/Acts/Tools/ITrackingVolumeArrayCreator.hpp @@ -10,9 +10,7 @@ // ITrackingVolumeArrayCreator.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_GEOMETRYINTERFACES_ITRACKINGVOLUMEARRAYCREATOR_H -#define ACTS_GEOMETRYINTERFACES_ITRACKINGVOLUMEARRAYCREATOR_H 1 - +#pragma once #include <memory> #include <vector> #include "Acts/Utilities/BinnedArray.hpp" @@ -60,6 +58,4 @@ public: trackingVolumeArray(const TrackingVolumeVector& vols, BinningValue bVal) const = 0; }; -} // end of namespace - -#endif +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Tools/ITrackingVolumeBuilder.hpp b/Core/include/Acts/Tools/ITrackingVolumeBuilder.hpp index 6941f30e8..dbe61f5d2 100644 --- a/Core/include/Acts/Tools/ITrackingVolumeBuilder.hpp +++ b/Core/include/Acts/Tools/ITrackingVolumeBuilder.hpp @@ -10,9 +10,7 @@ // ITrackingVolumeBuilder.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_TOOLS_ITRACKINGVOLUMEBUILDER_H -#define ACTS_TOOLS_ITRACKINGVOLUMEBUILDER_H 1 - +#pragma once #include <memory> #include <tuple> #include <vector> @@ -57,6 +55,4 @@ public: VolumeBoundsPtr outsideBounds = nullptr) const = 0; }; -} // end of namespace - -#endif // ACTS_TOOLS_ITRACKINGVOLUMEBUILDER_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Tools/ITrackingVolumeHelper.hpp b/Core/include/Acts/Tools/ITrackingVolumeHelper.hpp index 3c63e9544..734e7706d 100644 --- a/Core/include/Acts/Tools/ITrackingVolumeHelper.hpp +++ b/Core/include/Acts/Tools/ITrackingVolumeHelper.hpp @@ -10,9 +10,7 @@ // ITrackingVolumeHelper.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_TOOLS_ITRACKINGVOLUMEHELPER_H -#define ACTS_TOOLS_ITRACKINGVOLUMEHELPER_H 1 - +#pragma once // Geometry module #include "Acts/Utilities/BinningType.hpp" // Core module @@ -147,6 +145,4 @@ public: createContainerTrackingVolume(const TrackingVolumeVector& volumes) const = 0; }; -} // end of namespace - -#endif // ACTS_TOOLS_ITRACKINGVOLUMEHELPER_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Tools/LayerArrayCreator.hpp b/Core/include/Acts/Tools/LayerArrayCreator.hpp index 04c076eb0..eb40242ac 100644 --- a/Core/include/Acts/Tools/LayerArrayCreator.hpp +++ b/Core/include/Acts/Tools/LayerArrayCreator.hpp @@ -10,9 +10,7 @@ // LayerArrayCreator.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_TOOLS_LAYERARRAYCREATOR_H -#define ACTS_TOOLS_LAYERARRAYCREATOR_H 1 - +#pragma once #ifndef ACTS_TOOLS_TAKESMALLERBIGGER #define ACTS_TOOLS_TAKESMALLERBIGGER #define takeSmaller(current, test) current = current < test ? current : test @@ -99,6 +97,4 @@ private: double offset) const; }; -} // end of namespace - -#endif // ACTS_GEOMETRYTOOLS_LAYERARRAYCREATOR_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Tools/LayerCreator.hpp b/Core/include/Acts/Tools/LayerCreator.hpp index 9e9af3f58..1c7fbbd24 100644 --- a/Core/include/Acts/Tools/LayerCreator.hpp +++ b/Core/include/Acts/Tools/LayerCreator.hpp @@ -10,9 +10,7 @@ // LayerCreator.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_GEOMETRYTOOLS_LAYERCREATOR_H -#define ACTS_GEOMETRYTOOLS_LAYERCREATOR_H 1 - +#pragma once #include <boost/optional.hpp> #include "Acts/Tools/SurfaceArrayCreator.hpp" #include "Acts/Utilities/ApproachDescriptor.hpp" @@ -241,6 +239,4 @@ LayerCreator::getConfiguration() const return m_cfg; } -} // namespace Acts - -#endif // ACTS_GEOMETRYTOOLS_LAYERCREATOR_H +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Tools/PassiveLayerBuilder.hpp b/Core/include/Acts/Tools/PassiveLayerBuilder.hpp index 011d762f2..1ea2abae3 100644 --- a/Core/include/Acts/Tools/PassiveLayerBuilder.hpp +++ b/Core/include/Acts/Tools/PassiveLayerBuilder.hpp @@ -10,9 +10,7 @@ // PassiveLayerBuilder.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_GEOMETRYTOOLS_PASSIVELAYERBUILDER_H -#define ACTS_GEOMETRYTOOLS_PASSIVELAYERBUILDER_H 1 - +#pragma once #include "Acts/Layers/Layer.hpp" #include "Acts/Tools/ILayerBuilder.hpp" #include "Acts/Utilities/Logger.hpp" @@ -148,6 +146,4 @@ PassiveLayerBuilder::centralLayers() const return m_cLayers; } -} // end of namespace - -#endif // ACTS_TOOLS_PASSIVELAYERBUILDER_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Tools/SurfaceArrayCreator.hpp b/Core/include/Acts/Tools/SurfaceArrayCreator.hpp index 1b63ad37f..fe1193dcf 100644 --- a/Core/include/Acts/Tools/SurfaceArrayCreator.hpp +++ b/Core/include/Acts/Tools/SurfaceArrayCreator.hpp @@ -10,9 +10,7 @@ // SurfaceArrayCreator.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_TOOLS_SURFACERARRAYCREATOR_H -#define ACTS_TOOLS_SURFACERARRAYCREATOR_H 1 - +#pragma once #include <boost/none.hpp> #include <boost/optional.hpp> #include "Acts/Layers/ProtoLayer.hpp" @@ -435,6 +433,4 @@ private: const std::vector<Acts::Vector2D>& locVertices) const; }; -} // namespace Acts - -#endif // ACTS_TOOLS_SURFACERARRAYCREATOR_H +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Tools/TrackingGeometryBuilder.hpp b/Core/include/Acts/Tools/TrackingGeometryBuilder.hpp index 121899be8..02297b8b5 100644 --- a/Core/include/Acts/Tools/TrackingGeometryBuilder.hpp +++ b/Core/include/Acts/Tools/TrackingGeometryBuilder.hpp @@ -10,9 +10,7 @@ // TrackingGeometryBuilder.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_TOOLS_CYLINDERGEOMETRYBUILDER_H -#define ACTS_TOOLS_CYLINDERGEOMETRYBUILDER_H 1 - +#pragma once #include <list> #include <memory> #include "Acts/Tools/ITrackingGeometryBuilder.hpp" @@ -105,6 +103,4 @@ TrackingGeometryBuilder::getConfiguration() const return m_cfg; } -} // end of namespace - -#endif // ACTS_TOOLS_CYLINDERGEOMETRYBUILDER_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Tools/TrackingVolumeArrayCreator.hpp b/Core/include/Acts/Tools/TrackingVolumeArrayCreator.hpp index 320b84bc0..72516347d 100644 --- a/Core/include/Acts/Tools/TrackingVolumeArrayCreator.hpp +++ b/Core/include/Acts/Tools/TrackingVolumeArrayCreator.hpp @@ -10,9 +10,7 @@ // TrackingVolumeArrayCreator.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_GEOMETRYTOOLS_TRACKINGVOLUMEARRAYCREATOR_H -#define ACTS_GEOMETRYTOOLS_TRACKINGVOLUMEARRAYCREATOR_H - +#pragma once #include <algorithm> #include "Acts/Tools/ITrackingVolumeArrayCreator.hpp" #include "Acts/Utilities/BinnedArray.hpp" @@ -78,6 +76,4 @@ private: /// logging instance std::unique_ptr<const Logger> m_logger; }; -} - -#endif +} \ No newline at end of file diff --git a/Core/include/Acts/Utilities/ApproachDescriptor.hpp b/Core/include/Acts/Utilities/ApproachDescriptor.hpp index 34f8b2740..1cf2ef404 100644 --- a/Core/include/Acts/Utilities/ApproachDescriptor.hpp +++ b/Core/include/Acts/Utilities/ApproachDescriptor.hpp @@ -10,9 +10,7 @@ // ApproachDescriptor.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_UTILITIES_APPROACHDESCRIPTOR_H -#define ACTS_UTILITIES_APPROACHDESCRIPTOR_H 1 - +#pragma once #include <vector> #include "Acts/Utilities/Definitions.hpp" #include "Acts/Utilities/Intersection.hpp" @@ -75,6 +73,4 @@ public: containedSurfaces() = 0; }; -} - -#endif // ACTS_GEOMETRYUTILS_APPROACHDESCRIPTOR_H +} \ No newline at end of file diff --git a/Core/include/Acts/Utilities/BFieldMapUtils.hpp b/Core/include/Acts/Utilities/BFieldMapUtils.hpp index cf49f0bc1..15c2746e6 100644 --- a/Core/include/Acts/Utilities/BFieldMapUtils.hpp +++ b/Core/include/Acts/Utilities/BFieldMapUtils.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTFW_BFIELD_BFIELDMAPUTILS_HPP -#define ACTFW_BFIELD_BFIELDMAPUTILS_HPP - +#pragma once #include <vector> #include "Acts/MagneticField/InterpolatedBFieldMap.hpp" #include "Acts/Utilities/Units.hpp" @@ -129,6 +127,4 @@ Acts::InterpolatedBFieldMap::FieldMapper<3, 3> fieldMapperXYZ( double BFieldUnit = Acts::units::_T, bool firstOctant = false); -} // end of namespace Acts - -#endif // ACTFW_BFIELD_BFIELDMAPUTILS_HPP +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/BinUtility.hpp b/Core/include/Acts/Utilities/BinUtility.hpp index ba48abc34..e4b56f191 100644 --- a/Core/include/Acts/Utilities/BinUtility.hpp +++ b/Core/include/Acts/Utilities/BinUtility.hpp @@ -10,9 +10,7 @@ // BinUtility.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_UTILITIES_BINUTILITY_H -#define ACTS_UTILITIES_BINUTILITY_H 1 - +#pragma once #include <array> #include <iostream> #include <memory> @@ -417,6 +415,4 @@ private: std::ostream& operator<<(std::ostream& sl, const BinUtility& bgen); -} // end of namespace Acts - -#endif // ACTS_UTILITIES_BINUTILITY_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/BinnedArray.hpp b/Core/include/Acts/Utilities/BinnedArray.hpp index db3eb32f8..66143eeca 100644 --- a/Core/include/Acts/Utilities/BinnedArray.hpp +++ b/Core/include/Acts/Utilities/BinnedArray.hpp @@ -10,9 +10,7 @@ // BinnedArray.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_UTILITIES_BINNEDARRAY_H -#define ACTS_UTILITIES_BINNEDARRAY_H 1 - +#pragma once #include <array> #include <vector> #include "Acts/Utilities/BinUtility.hpp" @@ -107,6 +105,4 @@ public: binUtility() const = 0; }; -} // end of namespace Acts - -#endif // ACTS_UTILITIES_BINNEDARRAY_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/BinnedArrayXD.hpp b/Core/include/Acts/Utilities/BinnedArrayXD.hpp index 0f4377942..f4dee908d 100644 --- a/Core/include/Acts/Utilities/BinnedArrayXD.hpp +++ b/Core/include/Acts/Utilities/BinnedArrayXD.hpp @@ -10,9 +10,7 @@ // BinnedArrayXD.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_UTILITIES_BINNEDARRAYXD_H -#define ACTS_UTILITIES_BINNEDARRAYXD_H 1 - +#pragma once #include <array> #include <iostream> #include <vector> @@ -245,6 +243,4 @@ private: std::unique_ptr<const BinUtility> m_binUtility; }; -} // end of namespace Acts - -#endif // ACTS_UTILITIES_BINNEDARRAYXD_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/BinningData.hpp b/Core/include/Acts/Utilities/BinningData.hpp index 75243cce5..ad92d9e96 100644 --- a/Core/include/Acts/Utilities/BinningData.hpp +++ b/Core/include/Acts/Utilities/BinningData.hpp @@ -9,9 +9,7 @@ /////////////////////////////////////////////////////////////////// // BinUtility.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_UTILITIES_BINNINGDATA_H -#define ACTS_UTILITIES_BINNINGDATA_H 1 - +#pragma once #include <cmath> #include <iostream> #include <memory> @@ -582,6 +580,4 @@ private: return nbelow - 1; } }; -} - -#endif // ACTS_UTILITIES_BINNINGDATA_H +} \ No newline at end of file diff --git a/Core/include/Acts/Utilities/BinningType.hpp b/Core/include/Acts/Utilities/BinningType.hpp index 79271dd51..1534a0491 100644 --- a/Core/include/Acts/Utilities/BinningType.hpp +++ b/Core/include/Acts/Utilities/BinningType.hpp @@ -10,9 +10,7 @@ // BinningType.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_UTILITIES_BINNINGTYPE_H -#define ACTS_UTILITIES_BINNINGTYPE_H 1 - +#pragma once #include <string> #include <vector> @@ -60,5 +58,4 @@ static const std::vector<std::string> binningValueNames = {"binX", "binH", "binEta", "binMag"}; -} -#endif // ACTS_UTILITIES_BINNINGTYPE_H +} \ No newline at end of file diff --git a/Core/include/Acts/Utilities/Definitions.hpp b/Core/include/Acts/Utilities/Definitions.hpp index 696755386..61c39f996 100644 --- a/Core/include/Acts/Utilities/Definitions.hpp +++ b/Core/include/Acts/Utilities/Definitions.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_Definitions_H -#define ACTS_Definitions_H - +#pragma once // API addons #define EIGEN_MATRIXBASE_PLUGIN "Acts/Utilities/detail/MatrixBasePlugin.hpp" #define EIGEN_MATRIX_PLUGIN "Acts/Utilities/detail/MatrixPlugin.hpp" @@ -145,6 +143,4 @@ typedef Eigen::Matrix<double, 3, 1> Vector3D; typedef Eigen::Matrix<double, 2, 1> Vector2D; typedef Eigen::Matrix<double, 3, 3> RotationMatrix3D; -} // end of namespace Acts - -#endif +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/GeometryID.hpp b/Core/include/Acts/Utilities/GeometryID.hpp index c9e1c2abb..3d9739152 100644 --- a/Core/include/Acts/Utilities/GeometryID.hpp +++ b/Core/include/Acts/Utilities/GeometryID.hpp @@ -10,9 +10,7 @@ // GeometryID.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_GEOMETRYUTILS_GEOMETRYID_H -#define ACTS_GEOMETRYUTILS_GEOMETRYID_H 1 - +#pragma once #include <iostream> #include "Acts/Utilities/Helpers.hpp" @@ -139,6 +137,4 @@ operator>=(const GeometryID& one, const GeometryID& two); /// Overload of << operator for std::ostream for debug output std::ostream& operator<<(std::ostream& sl, const GeometryID& tddID); -} - -#endif // ACTS_GEOMETRYUTILS_GEOMETRYID_H +} \ No newline at end of file diff --git a/Core/include/Acts/Utilities/GeometryObject.hpp b/Core/include/Acts/Utilities/GeometryObject.hpp index 39b1bcd60..cb4596f0b 100644 --- a/Core/include/Acts/Utilities/GeometryObject.hpp +++ b/Core/include/Acts/Utilities/GeometryObject.hpp @@ -10,9 +10,7 @@ // GeometryObject.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_GEOMETRYUTILS_GEOMETRYOBJECT_H -#define ACTS_GEOMETRYUTILS_GEOMETRYOBJECT_H - +#pragma once #include "Acts/Utilities/BinningType.hpp" #include "Acts/Utilities/Definitions.hpp" #include "Acts/Utilities/GeometryID.hpp" @@ -117,6 +115,4 @@ GeometryObject::binningPositionValue(BinningValue bValue) const return 0.; } } -} - -#endif +} \ No newline at end of file diff --git a/Core/include/Acts/Utilities/GeometryObjectSorter.hpp b/Core/include/Acts/Utilities/GeometryObjectSorter.hpp index 463d4311c..7b0de6a22 100644 --- a/Core/include/Acts/Utilities/GeometryObjectSorter.hpp +++ b/Core/include/Acts/Utilities/GeometryObjectSorter.hpp @@ -10,9 +10,7 @@ // GeometryObjectSorter.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_GEOMETRYUTILS_GEOMETRYOBJECTSORTER_H -#define ACTS_GEOMETRYUTILS_GEOMETRYOBJECTSORTER_H 1 - +#pragma once #include "Definitions.hpp" namespace Acts { @@ -209,6 +207,4 @@ protected: ObjectSorterT<Vector3D> m_objectSorter; std::shared_ptr<const Transform3D> m_transform; }; -} - -#endif // ACTS_GEOMETRYUTILS_GEOMETRYOBJECTSORTER_H +} \ No newline at end of file diff --git a/Core/include/Acts/Utilities/GeometrySignature.hpp b/Core/include/Acts/Utilities/GeometrySignature.hpp index 2eeb973e1..5c05297c8 100644 --- a/Core/include/Acts/Utilities/GeometrySignature.hpp +++ b/Core/include/Acts/Utilities/GeometrySignature.hpp @@ -10,9 +10,7 @@ // GeometrySignature.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_GEOMETRYUTILS_GEOMETRYSIGNATURE_H -#define ACTS_GEOMETRYUTILS_GEOMETRYSIGNATURE_H 1 - +#pragma once namespace Acts { ///@class GeometrySignature @@ -42,6 +40,4 @@ enum GeometryType { NumberOfGeometryTypes = 3 }; -} // end of namespace - -#endif // ACTS_GEOMETRYUTILS_GEOMETRYSIGNATURE_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Utilities/GeometryStatics.hpp b/Core/include/Acts/Utilities/GeometryStatics.hpp index 19c54de2c..16ac66440 100644 --- a/Core/include/Acts/Utilities/GeometryStatics.hpp +++ b/Core/include/Acts/Utilities/GeometryStatics.hpp @@ -10,9 +10,7 @@ // GeometryStatics.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_GEOMETYRUTILS_GEOMETRYSTATICS_H -#define ACTS_GEOMETYRUTILS_GEOMETRYSTATICS_H 1 - +#pragma once #include "Acts/Utilities/Definitions.hpp" /// Define statics for Geometry in Tracking @@ -41,6 +39,4 @@ static const Vector3D s_origin(0, 0, 0); //!< origin position static const double helper[9] = {0., 1., 0., 1., 0., 0., 0., 0., -1.}; static const Acts::RotationMatrix3D s_idRotationZinverse(helper); -} - -#endif // ACTS_GEOMETYRUTILS_GEOMETRYSTATICS_H +} \ No newline at end of file diff --git a/Core/include/Acts/Utilities/Helpers.hpp b/Core/include/Acts/Utilities/Helpers.hpp index 51dda834a..202885704 100644 --- a/Core/include/Acts/Utilities/Helpers.hpp +++ b/Core/include/Acts/Utilities/Helpers.hpp @@ -10,9 +10,7 @@ // AlgebraHelper.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_HELPERS_H -#define ACTS_HELPERS_H 1 - +#pragma once // STL include(s) #include <cmath> #include <iomanip> @@ -341,6 +339,4 @@ getRotateZ3D(double angle) return transf; } -} // end of Acts namespace - -#endif +} // end of Acts namespace \ No newline at end of file diff --git a/Core/include/Acts/Utilities/IAxis.hpp b/Core/include/Acts/Utilities/IAxis.hpp index 30112f381..edf895977 100644 --- a/Core/include/Acts/Utilities/IAxis.hpp +++ b/Core/include/Acts/Utilities/IAxis.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_UTILITIES_IAXIS_H -#define ACTS_UTILITIES_IAXIS_H - +#pragma once #include <vector> namespace Acts { @@ -64,6 +62,4 @@ public: virtual size_t getNBins() const = 0; }; -} - -#endif +} \ No newline at end of file diff --git a/Core/include/Acts/Utilities/Identifier.hpp b/Core/include/Acts/Utilities/Identifier.hpp index dd66d975f..18e3029a5 100644 --- a/Core/include/Acts/Utilities/Identifier.hpp +++ b/Core/include/Acts/Utilities/Identifier.hpp @@ -10,9 +10,7 @@ // Identifier.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_CORE_IDENTIFIER_H -#define ACTS_CORE_IDENTIFIER_H 1 - +#pragma once #ifdef ACTS_CORE_IDENTIFIER_PLUGIN #include ACTS_CORE_IDENTIFIER_PLUGIN #else @@ -240,6 +238,4 @@ Identifier::is_valid() const return (!(max_value == m_id)); } -#endif // ACTS_CORE_IDENTIFIER_PLUGIN - -#endif // ACTS_CORE_IDENTIFIER_H +#endif // ACTS_CORE_IDENTIFIER_PLUGIN \ No newline at end of file diff --git a/Core/include/Acts/Utilities/InstanceFactory.hpp b/Core/include/Acts/Utilities/InstanceFactory.hpp index 14d49ed8e..7c9fcc6ec 100644 --- a/Core/include/Acts/Utilities/InstanceFactory.hpp +++ b/Core/include/Acts/Utilities/InstanceFactory.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_PLUGINS_JSONPLUGIN_INSTANCEFACTORY_H -#define ACTS_PLUGINS_JSONPLUGIN_INSTANCEFACTORY_H 1 - +#pragma once #include <boost/functional/value_factory.hpp> #include <map> #include "Acts/Utilities/ThrowAssert.hpp" @@ -133,6 +131,4 @@ private: std::map<std::string, SurfaceFactory> m_surfaces; }; -} // namespace Acts - -#endif +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/Intersection.hpp b/Core/include/Acts/Utilities/Intersection.hpp index 49a48385e..7a0ca9615 100644 --- a/Core/include/Acts/Utilities/Intersection.hpp +++ b/Core/include/Acts/Utilities/Intersection.hpp @@ -10,9 +10,7 @@ // Intersection.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_GEOMETRYUTILS_INTERSECTION_H -#define ACTS_GEOMETRYUTILS_INTERSECTION_H - +#pragma once #include <limits> #include "Definitions.hpp" @@ -133,6 +131,4 @@ public: return (intersection < fi.intersection); } }; -} - -#endif // ACTS_GEOMETRYUTILS_INTERSECTION_H +} \ No newline at end of file diff --git a/Core/include/Acts/Utilities/Logger.hpp b/Core/include/Acts/Utilities/Logger.hpp index ab75d1aef..823115722 100644 --- a/Core/include/Acts/Utilities/Logger.hpp +++ b/Core/include/Acts/Utilities/Logger.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_LOGGER_H -#define ACTS_LOGGER_H 1 - +#pragma once // STL include(s) #include <ctime> #include <functional> @@ -605,6 +603,4 @@ getDefaultLogger(const std::string& name, const Logging::Level& lvl, std::ostream* log_stream = &std::cout); -} // end of namespace Acts - -#endif // ACTS_LOGGER_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/MaterialInteraction.hpp b/Core/include/Acts/Utilities/MaterialInteraction.hpp index caaf3b8b3..33850beb0 100644 --- a/Core/include/Acts/Utilities/MaterialInteraction.hpp +++ b/Core/include/Acts/Utilities/MaterialInteraction.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_EXTRAPOLATIONUTILS_MATERIALINTERACTION_H -#define ACTS_EXTRAPOLATIONUTILS_MATERIALINTERACTION_H 1 - +#pragma once #include "Acts/EventData/ParticleDefinitions.hpp" #include "Acts/Material/Material.hpp" #include "Acts/Utilities/Definitions.hpp" @@ -86,6 +84,4 @@ radiationEnergyLoss(double p, double sigmaMS(double dInX0, double p, double beta); -} // end of namespace - -#endif +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Utilities/ParameterDefinitions.hpp b/Core/include/Acts/Utilities/ParameterDefinitions.hpp index 73ff93408..e5318d9ba 100644 --- a/Core/include/Acts/Utilities/ParameterDefinitions.hpp +++ b/Core/include/Acts/Utilities/ParameterDefinitions.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_PARAMETERDEFINITIONS_H -#define ACTS_PARAMETERDEFINITIONS_H 1 - +#pragma once #ifdef ACTS_PARAMETER_DEFINITIONS_PLUGIN #include ACTS_PARAMETER_DEFINITIONS_PLUGIN #endif @@ -53,6 +51,4 @@ static_assert(Acts::eLOC_Z0 == Acts::eLOC_0 or Acts::eLOC_Z0 == Acts::eLOC_1, /// check for par_type_t definition static_assert(sizeof(Acts::par_type_t<Acts::eLOC_0>) > 0, - "'par_type_t' is not defined"); - -#endif // ACTS_PARAMETERDEFINITIONS_H + "'par_type_t' is not defined"); \ No newline at end of file diff --git a/Core/include/Acts/Utilities/ParameterTypes.hpp b/Core/include/Acts/Utilities/ParameterTypes.hpp index c4b6ae335..310c761b0 100644 --- a/Core/include/Acts/Utilities/ParameterTypes.hpp +++ b/Core/include/Acts/Utilities/ParameterTypes.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_PARAMETERTYPES_H -#define ACTS_PARAMETERTYPES_H 1 - +#pragma once #include <algorithm> #include <cmath> @@ -174,6 +172,4 @@ struct cyclic_parameter // template<typename ParameterPolicy,typename ParameterPolicy::par_id_type // parID> // struct parameter_traits; -} // end of namespace Acts - -#endif // ACTS_PARAMETERTYPES +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/ThrowAssert.hpp b/Core/include/Acts/Utilities/ThrowAssert.hpp index c52e814fa..f0e17a415 100644 --- a/Core/include/Acts/Utilities/ThrowAssert.hpp +++ b/Core/include/Acts/Utilities/ThrowAssert.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_UTILITIES_THROWASSERT_H -#define ACTS_UTILITIES_THROWASSERT_H 1 - +#pragma once #include <exception> #include <iostream> #include <sstream> @@ -85,6 +83,4 @@ private: __FILE__, \ __LINE__, \ (Acts::AssertionFailureException::StreamFormatter() << MESSAGE)); \ - } - -#endif + } \ No newline at end of file diff --git a/Core/include/Acts/Utilities/Units.hpp b/Core/include/Acts/Utilities/Units.hpp index 9dfd5c4d6..d660db767 100644 --- a/Core/include/Acts/Utilities/Units.hpp +++ b/Core/include/Acts/Utilities/Units.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_UNITS_HPP -#define ACTS_UNITS_HPP 1 - +#pragma once namespace Acts { /// @brief Unit and conversion constants @@ -45,7 +43,7 @@ namespace units { #ifdef DOXYGEN const double _m = unspecified; #else - const double _m = 1e3; + const double _m = 1e3; #endif // DOXYGEN const double _km = 1e3 * _m; const double _cm = 1e-2 * _m; @@ -285,5 +283,4 @@ namespace units { Nat2SI<MASS>(const double m); } // namespace units -} // namespace Acts -#endif // ACTS_UNITS_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/VariantData.hpp b/Core/include/Acts/Utilities/VariantData.hpp index b9de57277..f8f373673 100644 --- a/Core/include/Acts/Utilities/VariantData.hpp +++ b/Core/include/Acts/Utilities/VariantData.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_UTILITIES_VARIANTDATA_H -#define ACTS_UTILITIES_VARIANTDATA_H 1 - +#pragma once // This file is a "Hello, world!" in C++ language by GCC for wandbox. #include <boost/variant.hpp> #include <iomanip> @@ -607,6 +605,4 @@ from_variant<Vector2D>(const variant_data& data_) return vec; } -} // namespace Acts - -#endif +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/VariantDataFwd.hpp b/Core/include/Acts/Utilities/VariantDataFwd.hpp index 9000720c7..c98dd471b 100644 --- a/Core/include/Acts/Utilities/VariantDataFwd.hpp +++ b/Core/include/Acts/Utilities/VariantDataFwd.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_UTILITIES_VARIANTDATA_FWD_H -#define ACTS_UTILITIES_VARIANTDATA_FWD_H 1 - +#pragma once #include <boost/variant/recursive_wrapper.hpp> #include <boost/variant/variant_fwd.hpp> #include <iostream> @@ -30,5 +28,4 @@ using variant_data = boost::variant<int, bool, boost::recursive_wrapper<variant_map>, boost::recursive_wrapper<variant_vector>>; -} -#endif +} \ No newline at end of file diff --git a/Core/include/Acts/Utilities/detail/DefaultParameterDefinitions.hpp b/Core/include/Acts/Utilities/detail/DefaultParameterDefinitions.hpp index 46e799498..cc7af3f62 100644 --- a/Core/include/Acts/Utilities/detail/DefaultParameterDefinitions.hpp +++ b/Core/include/Acts/Utilities/detail/DefaultParameterDefinitions.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_DEFAULTPARAMETERDEFINITIONS_H -#define ACTS_DEFAULTPARAMETERDEFINITIONS_H 1 - +#pragma once // STL include(s) #include <cmath> @@ -92,6 +90,4 @@ struct par_type<ParDef::eQOP> { typedef unbound_parameter type; }; -} // end of namespace Acts - -#endif // ACTS_DEFAULTPARAMETERDEFINITIONS_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/detail/MPL/all_of.hpp b/Core/include/Acts/Utilities/detail/MPL/all_of.hpp index 7984e29f6..1da5a9413 100644 --- a/Core/include/Acts/Utilities/detail/MPL/all_of.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/all_of.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_ALL_OF_HPP -#define ACTS_ALL_OF_HPP 1 - +#pragma once #include <type_traits> namespace Acts { @@ -32,5 +30,4 @@ namespace detail { constexpr bool all_of_v = all_of<values...>::value; } // namespace detail -} // namespace Acts -#endif // ACTS_ALL_OF_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/detail/MPL/any_of.hpp b/Core/include/Acts/Utilities/detail/MPL/any_of.hpp index 6aa1dd414..6eee966f0 100644 --- a/Core/include/Acts/Utilities/detail/MPL/any_of.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/any_of.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_ANY_OF_HPP -#define ACTS_ANY_OF_HPP 1 - +#pragma once #include <type_traits> namespace Acts { @@ -32,5 +30,4 @@ namespace detail { constexpr bool any_of_v = any_of<values...>::value; } // namespace detail -} // namespace Acts -#endif // ACTS_ANY_OF_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/detail/MPL/are_sorted.hpp b/Core/include/Acts/Utilities/detail/MPL/are_sorted.hpp index b3b720faf..5e37eeafb 100644 --- a/Core/include/Acts/Utilities/detail/MPL/are_sorted.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/are_sorted.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_ARE_SORTED_H -#define ACTS_ARE_SORTED_H 1 - +#pragma once namespace Acts { /// @cond detail namespace detail { @@ -69,6 +67,4 @@ namespace detail { /// @endcond } // end of namespace detail /// @endcond -} // end of namespace Acts - -#endif // ACTS_ARE_SORTED_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/detail/MPL/are_within.hpp b/Core/include/Acts/Utilities/detail/MPL/are_within.hpp index f249e341e..9b77e5498 100644 --- a/Core/include/Acts/Utilities/detail/MPL/are_within.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/are_within.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_ARE_WITHIN_H -#define ACTS_ARE_WITHIN_H 1 - +#pragma once namespace Acts { /// @cond detail namespace detail { @@ -50,6 +48,4 @@ namespace detail { /// @endcond } // end of namespace detail /// @endcond -} // end of namespace Acts - -#endif // ACTS_ARE_WITHIN_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/detail/MPL/at_index.hpp b/Core/include/Acts/Utilities/detail/MPL/at_index.hpp index bbb76da3b..e4ddd3c98 100644 --- a/Core/include/Acts/Utilities/detail/MPL/at_index.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/at_index.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_AT_INDEX_H -#define ACTS_AT_INDEX_H 1 - +#pragma once namespace Acts { /// @cond detail namespace detail { @@ -41,6 +39,4 @@ namespace detail { /// @endcond } // end of namespace detail /// @endcond -} // end of namespace Acts - -#endif // ACTS_GET_POSITION_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/detail/MPL/boost_mpl_helper.hpp b/Core/include/Acts/Utilities/detail/MPL/boost_mpl_helper.hpp index c01dd6e48..29824a420 100644 --- a/Core/include/Acts/Utilities/detail/MPL/boost_mpl_helper.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/boost_mpl_helper.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_BOOST_MPL_HELPER_HPP -#define ACTS_BOOST_MPL_HELPER_HPP 1 - +#pragma once #include <boost/mpl/fold.hpp> #include <boost/mpl/inserter.hpp> #include <boost/mpl/set.hpp> @@ -78,6 +76,4 @@ namespace detail { } // namespace detail -} // namespace Acts - -#endif // ACTS_BOOST_MPL_HELPER_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/detail/MPL/get_position.hpp b/Core/include/Acts/Utilities/detail/MPL/get_position.hpp index a8f8c1e49..d654aac10 100644 --- a/Core/include/Acts/Utilities/detail/MPL/get_position.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/get_position.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_GET_POSITION_H -#define ACTS_GET_POSITION_H 1 - +#pragma once namespace Acts { /// @cond detail namespace detail { @@ -43,6 +41,4 @@ namespace detail { /// @endcond } // end of namespace detail /// @endcond -} // end of namespace Acts - -#endif // ACTS_GET_POSITION_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/detail/MPL/has_duplicates.hpp b/Core/include/Acts/Utilities/detail/MPL/has_duplicates.hpp index a3e20d4ab..35bd8493a 100644 --- a/Core/include/Acts/Utilities/detail/MPL/has_duplicates.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/has_duplicates.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_HAS_DUPLICATES_HPP -#define ACTS_HAS_DUPLICATES_HPP 1 - +#pragma once namespace Acts { namespace detail { @@ -51,5 +49,4 @@ namespace detail { constexpr bool has_duplicates_v = has_duplicates<Args...>::value; } // namespace detail -} // namespace Acts -#endif // ACTS_HAS_DUPLICATES_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/detail/MPL/is_contained.hpp b/Core/include/Acts/Utilities/detail/MPL/is_contained.hpp index 087109bc2..7d6d9683c 100644 --- a/Core/include/Acts/Utilities/detail/MPL/is_contained.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/is_contained.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_IS_CONTAINED_H -#define ACTS_IS_CONTAINED_H 1 - +#pragma once namespace Acts { /// @cond detail namespace detail { @@ -53,6 +51,4 @@ namespace detail { /// @endcond } // end of namespace detail /// @endcond -} // end of namespace Acts - -#endif // ACTS_IS_CONTAINED_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/detail/MPL/type_collector.hpp b/Core/include/Acts/Utilities/detail/MPL/type_collector.hpp index a81396cf0..8b84252d7 100644 --- a/Core/include/Acts/Utilities/detail/MPL/type_collector.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/type_collector.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_TYPE_COLLECTOR_HPP -#define ACTS_TYPE_COLLECTOR_HPP 1 - +#pragma once #include <boost/mpl/set.hpp> #include <type_traits> #include "Acts/Utilities/detail/MPL/boost_mpl_helper.hpp" @@ -137,6 +135,4 @@ namespace detail { using type_collector_t = typename type_collector<extractor, traits...>::type; } // namespace detail -} // namespace Acts - -#endif // ACTS_TYPE_COLLECTOR_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/detail/MatrixBasePlugin.hpp b/Core/include/Acts/Utilities/detail/MatrixBasePlugin.hpp index 0a77e232e..30b341e31 100644 --- a/Core/include/Acts/Utilities/detail/MatrixBasePlugin.hpp +++ b/Core/include/Acts/Utilities/detail/MatrixBasePlugin.hpp @@ -10,9 +10,7 @@ // AmgMatrixPlugin.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef EVENTPRIMITIVES_AMGMATRIXPLUGIN_H -#define EVENTPRIMITIVES_AMGMATRIXPLUGIN_H - +#pragma once //#include <cmath> /** This is a plugin that makes Eigen look like CLHEP @@ -148,6 +146,4 @@ inline Matrix<Scalar, similarityT(const MatrixBase<OtherDerived>& m) const { return m.transpose() * (this->derived() * m); -} - -#endif +} \ No newline at end of file diff --git a/Core/include/Acts/Utilities/detail/MatrixPlugin.hpp b/Core/include/Acts/Utilities/detail/MatrixPlugin.hpp index 0de7ebeda..ad875f1eb 100644 --- a/Core/include/Acts/Utilities/detail/MatrixPlugin.hpp +++ b/Core/include/Acts/Utilities/detail/MatrixPlugin.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef EVENTPRIMITIVES_SYMMETRICMATRIXHELPERS_H -#define EVENTPRIMITIVES_SYMMETRICMATRIXHELPERS_H - +#pragma once #include <cmath> ////////////////////////////////////////////////////////////////////// @@ -266,6 +264,4 @@ similaritySym5( Vn[23] = Vn[19]; return out; -} - -#endif +} \ No newline at end of file diff --git a/Core/include/Acts/Utilities/detail/RealQuadraticEquation.hpp b/Core/include/Acts/Utilities/detail/RealQuadraticEquation.hpp index 08fe0480a..26c2f0b31 100644 --- a/Core/include/Acts/Utilities/detail/RealQuadraticEquation.hpp +++ b/Core/include/Acts/Utilities/detail/RealQuadraticEquation.hpp @@ -10,9 +10,7 @@ // RealQuadraticEquation.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_SURFACES_REALQUADRATICEQUATION_H -#define ACTS_SURFACES_REALQUADRATICEQUATION_H - +#pragma once #include <cmath> #include <utility> @@ -74,6 +72,4 @@ namespace detail { }; } // namespace detail -} // namespace Acts - -#endif // ACTS_SURFACES_REALQUADRATICEQUATION_H +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Utilities/detail/TransformPlugin.hpp b/Core/include/Acts/Utilities/detail/TransformPlugin.hpp index d46bcadc1..ffc64c7b8 100644 --- a/Core/include/Acts/Utilities/detail/TransformPlugin.hpp +++ b/Core/include/Acts/Utilities/detail/TransformPlugin.hpp @@ -10,9 +10,7 @@ // GeoPrimitivesHelpers.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef EVENTPRIMITIVES_AMGTRANSFORMPLUGIN_H -#define EVENTPRIMITIVES_AMGTRANSFORMPLUGIN_H - +#pragma once inline explicit Transform(const Vector3d& rotationMatrixCol0, const Vector3d& rotationMatrixCol1, const Vector3d& rotationMatrixCol2) @@ -60,6 +58,4 @@ inline explicit Transform(const Vector3d& rotationMatrixCol0, m_matrix.block(0, 2, 3, 1) = rotationMatrixCol2; m_matrix.block(0, 3, 3, 1) = translation; if (int(Mode) == Affine) makeAffine(); -} - -#endif +} \ No newline at end of file diff --git a/Core/include/Acts/Utilities/detail/periodic.hpp b/Core/include/Acts/Utilities/detail/periodic.hpp index d26d9eac6..f252b2cc8 100644 --- a/Core/include/Acts/Utilities/detail/periodic.hpp +++ b/Core/include/Acts/Utilities/detail/periodic.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_SEEDING_PERIODIC_HPP -#define ACTS_SEEDING_PERIODIC_HPP - +#pragma once #include <cmath> namespace Acts { @@ -44,6 +42,4 @@ namespace detail { } } // namespace detail -} // namespace Acts - -#endif // ACTS_SEEDING_PERIODIC_HPP +} // namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Volumes/AbstractVolume.hpp b/Core/include/Acts/Volumes/AbstractVolume.hpp index 586bf3cd9..9a39a15ff 100644 --- a/Core/include/Acts/Volumes/AbstractVolume.hpp +++ b/Core/include/Acts/Volumes/AbstractVolume.hpp @@ -10,9 +10,7 @@ // AbstractVolume.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_VOLUMES_ABSTRACTVOLUME_H -#define ACTS_VOLUMES_ABSTRACTVOLUME_H - +#pragma once #include <vector> #include "Acts/Utilities/Definitions.hpp" #include "Acts/Volumes/BoundarySurfaceT.hpp" @@ -90,6 +88,4 @@ private: std::vector<BoundarySurfacePtr> m_boundarySurfaces; }; -} // end of namespace - -#endif // ACTS_VOLUMES_ABSTRACTVOLUME_H +} // end of namespace \ No newline at end of file diff --git a/Core/include/Acts/Volumes/BoundarySurfaceFace.hpp b/Core/include/Acts/Volumes/BoundarySurfaceFace.hpp index 051752a5f..260fa1118 100644 --- a/Core/include/Acts/Volumes/BoundarySurfaceFace.hpp +++ b/Core/include/Acts/Volumes/BoundarySurfaceFace.hpp @@ -10,9 +10,7 @@ // BoundarySurfaceFace.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_VOLUMES_BOUNDARYSURFACEFACE_H -#define ACTS_VOLUMES_BOUNDARYSURFACEFACE_H 1 - +#pragma once namespace Acts { /// @enum BoundarySurfaceFace @@ -61,6 +59,4 @@ enum BoundarySurfaceFace { /// @brief specify the inside/outside with respect to the normal vector enum BoundaryOrientation { insideVolume = -1, outsideVolume = 1 }; -} - -#endif // ACTS_VOLUMES_BOUNDARYSURFACEFACE_H +} \ No newline at end of file diff --git a/Core/include/Acts/Volumes/BoundarySurfaceT.hpp b/Core/include/Acts/Volumes/BoundarySurfaceT.hpp index 922de6dc7..31a8e45a4 100644 --- a/Core/include/Acts/Volumes/BoundarySurfaceT.hpp +++ b/Core/include/Acts/Volumes/BoundarySurfaceT.hpp @@ -10,9 +10,7 @@ // BoundarySurfaceT.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_VOLUMES_BOUNDARYSURFACET_H -#define ACTS_VOLUMES_BOUNDARYSURFACET_H - +#pragma once #include <memory> #include "Acts/Utilities/BinnedArray.hpp" #include "Acts/Utilities/Definitions.hpp" @@ -217,6 +215,4 @@ BoundarySurfaceT<T>::attachedVolume(const Vector3D& pos, : m_insideVolume; return attVolume; } -} // end of namespace Acts - -#endif // ACTS_VOLUMES_BOUNDARYSURFACET_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Volumes/CuboidVolumeBounds.hpp b/Core/include/Acts/Volumes/CuboidVolumeBounds.hpp index 46a9fe270..35d099492 100644 --- a/Core/include/Acts/Volumes/CuboidVolumeBounds.hpp +++ b/Core/include/Acts/Volumes/CuboidVolumeBounds.hpp @@ -10,9 +10,7 @@ // CuboidVolumeBounds.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_VOLUMES_CUBOIDVOLUMESBOUNDS_H -#define ACTS_VOLUMES_CUBOIDVOLUMESBOUNDS_H 1 - +#pragma once #include <cmath> #include "Acts/Utilities/Definitions.hpp" #include "Acts/Volumes/VolumeBounds.hpp" @@ -185,6 +183,4 @@ CuboidVolumeBounds::dumpT(T& dt) const << ", " << m_valueStore.at(bv_halfZ) << ")"; return dt; } -} - -#endif // ACTS_VOLUMES_CUBOIDVOLUMESBOUNDS_H +} \ No newline at end of file diff --git a/Core/include/Acts/Volumes/CylinderVolumeBounds.hpp b/Core/include/Acts/Volumes/CylinderVolumeBounds.hpp index 0442ae645..2892e7842 100644 --- a/Core/include/Acts/Volumes/CylinderVolumeBounds.hpp +++ b/Core/include/Acts/Volumes/CylinderVolumeBounds.hpp @@ -10,9 +10,7 @@ // CylinderVolumeBounds.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_VOLUMES_CYLINDERVOLUMESBOUNDS_H -#define ACTS_VOLUMES_CYLINDERVOLUMESBOUNDS_H 1 - +#pragma once #include <cmath> #include "Acts/Utilities/Definitions.hpp" #include "Acts/Volumes/VolumeBounds.hpp" @@ -296,6 +294,4 @@ CylinderVolumeBounds::dumpT(T& tstream) const << m_valueStore.at(bv_halfZ); return tstream; } -} - -#endif // ACTS_VOLUMES_CYLINDERVOLUMESBOUNDS_H +} \ No newline at end of file diff --git a/Core/include/Acts/Volumes/DoubleTrapezoidVolumeBounds.hpp b/Core/include/Acts/Volumes/DoubleTrapezoidVolumeBounds.hpp index 9abe816e8..54b639f70 100644 --- a/Core/include/Acts/Volumes/DoubleTrapezoidVolumeBounds.hpp +++ b/Core/include/Acts/Volumes/DoubleTrapezoidVolumeBounds.hpp @@ -10,9 +10,7 @@ // DoubleTrapezoidVolumeBounds.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_VOLUMES_DOUBLETRAPEZOIDVOLUMESBOUNDS_H -#define ACTS_VOLUMES_DOUBLETRAPEZOIDVOLUMESBOUNDS_H 1 - +#pragma once #include "Acts/Utilities/Definitions.hpp" #include "Acts/Volumes/VolumeBounds.hpp" @@ -275,6 +273,4 @@ DoubleTrapezoidVolumeBounds::dumpT(T& dT) const << ", " << m_valueStore.at(bv_halfZ) << ")"; return dT; } -} - -#endif // ACTS_VOLUMES_DOUBLETRAPEZOIDVOLUMESBOUNDS_H +} \ No newline at end of file diff --git a/Core/include/Acts/Volumes/TrapezoidVolumeBounds.hpp b/Core/include/Acts/Volumes/TrapezoidVolumeBounds.hpp index c4552fc41..aa8b642c0 100644 --- a/Core/include/Acts/Volumes/TrapezoidVolumeBounds.hpp +++ b/Core/include/Acts/Volumes/TrapezoidVolumeBounds.hpp @@ -10,9 +10,7 @@ // TrapezoidVolumeBounds.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_VOLUMES_TRAPEZOIDVOLUMESBOUNDS_H -#define ACTS_VOLUMES_TRAPEZOIDVOLUMESBOUNDS_H 1 - +#pragma once #include "Acts/Utilities/Definitions.hpp" #include "Acts/Volumes/VolumeBounds.hpp" @@ -235,6 +233,4 @@ TrapezoidVolumeBounds::dumpT(T& dt) const << ")"; return dt; } -} - -#endif // ACTS_VOLUMES_TRAPEZOIDVOLUMESBOUNDS_H +} \ No newline at end of file diff --git a/Core/include/Acts/Volumes/Volume.hpp b/Core/include/Acts/Volumes/Volume.hpp index e48923435..cfecd5082 100644 --- a/Core/include/Acts/Volumes/Volume.hpp +++ b/Core/include/Acts/Volumes/Volume.hpp @@ -9,9 +9,7 @@ /////////////////////////////////////////////////////////////////// // AbstractVolume.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_VOLUMES_VOLUME_H -#define ACTS_VOLUMES_VOLUME_H 1 - +#pragma once #include <memory> #include "Acts/Utilities/Definitions.hpp" #include "Acts/Utilities/GeometryObject.hpp" @@ -120,6 +118,4 @@ Volume::volumeBounds() const std::ostream& operator<<(std::ostream& sl, const Volume& vol); -} // end of namespace Acts - -#endif // ACTS_VOLUMES_VOLUME_H +} // end of namespace Acts \ No newline at end of file diff --git a/Core/include/Acts/Volumes/VolumeBounds.hpp b/Core/include/Acts/Volumes/VolumeBounds.hpp index 8143f2522..f28435baa 100644 --- a/Core/include/Acts/Volumes/VolumeBounds.hpp +++ b/Core/include/Acts/Volumes/VolumeBounds.hpp @@ -10,9 +10,7 @@ // VolumeBounds.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_VOLUMES_VOLUMEBOUNDS_H -#define ACTS_VOLUMES_VOLUMEBOUNDS_H 1 - +#pragma once #include <iomanip> #include <iostream> #include <memory> @@ -111,6 +109,4 @@ inline double VolumeBounds::binningBorder(BinningValue) const std::ostream& operator<<(std::ostream& sl, const VolumeBounds& vb); -} // end of namespace - -#endif // ACTS_VOLUMES_VOLUMEBOUNDS_H +} // end of namespace \ No newline at end of file diff --git a/IntegrationTests/PropagationTestHelper.hpp b/IntegrationTests/PropagationTestHelper.hpp index a02d35788..fc43e2acd 100644 --- a/IntegrationTests/PropagationTestHelper.hpp +++ b/IntegrationTests/PropagationTestHelper.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef INTEGRATIONTEST_PROPAGATION_HELPER_H -#define INTEGRATIONTEST_PROPAGATION_HELPER_H - +#pragma once #include "covariance_validation_fixture.hpp" namespace tt = boost::test_tools; @@ -474,6 +472,4 @@ namespace IntegrationTest { } } } -} - -#endif +} \ No newline at end of file diff --git a/IntegrationTests/covariance_validation_fixture.hpp b/IntegrationTests/covariance_validation_fixture.hpp index 6a8f40315..b064f7768 100644 --- a/IntegrationTests/covariance_validation_fixture.hpp +++ b/IntegrationTests/covariance_validation_fixture.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_COVARIANCE_VALIDATION_FIXTURE_HPP -#define ACTS_COVARIANCE_VALIDATION_FIXTURE_HPP 1 - +#pragma once #include <array> #include "Acts/EventData/TrackParameters.hpp" #include "Acts/Surfaces/PlaneSurface.hpp" @@ -155,5 +153,4 @@ namespace IntegrationTest { } // namespace Test -} // namespace Acts -#endif // ACTS_COVARIANCE_VALIDATION_FIXTURE_HPP +} // namespace Acts \ No newline at end of file diff --git a/Legacy/include/Acts/Extrapolation/ExtrapolationCell.hpp b/Legacy/include/Acts/Extrapolation/ExtrapolationCell.hpp index 968c70d9f..254f970d7 100644 --- a/Legacy/include/Acts/Extrapolation/ExtrapolationCell.hpp +++ b/Legacy/include/Acts/Extrapolation/ExtrapolationCell.hpp @@ -10,9 +10,7 @@ // ExtrapolationCell.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_EXTRAPOLATIONUTILS_EXTRAPOLATIONCELL_H -#define ACTS_EXTRAPOLATIONUTILS_EXTRAPOLATIONCELL_H 1 - +#pragma once #include "Acts/EventData/ParticleDefinitions.hpp" #include "Acts/EventData/TransportJacobian.hpp" #include "Acts/Extrapolation/MaterialUpdateMode.hpp" @@ -603,6 +601,4 @@ public: }; } // end of namespace -#include "Acts/Extrapolation/detail/ExtrapolationCell.ipp" - -#endif // TRKEXUTILS_SOLUTIONSELECTOR_H +#include "Acts/Extrapolation/detail/ExtrapolationCell.ipp" \ No newline at end of file diff --git a/Legacy/include/Acts/Extrapolation/ExtrapolationEngine.hpp b/Legacy/include/Acts/Extrapolation/ExtrapolationEngine.hpp index f747a110f..8349cdc8b 100644 --- a/Legacy/include/Acts/Extrapolation/ExtrapolationEngine.hpp +++ b/Legacy/include/Acts/Extrapolation/ExtrapolationEngine.hpp @@ -10,9 +10,7 @@ // ExtrapolationEngine.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_EXTRAPOLATION_EXTRAPOLATIONENGINE_H -#define ACTS_EXTRAPOLATION_EXTRAPOLATIONENGINE_H 1 - +#pragma once #include "Acts/EventData/NeutralParameters.hpp" #include "Acts/EventData/TrackParameters.hpp" #include "Acts/Extrapolation/ExtrapolationCell.hpp" @@ -192,6 +190,4 @@ ExtrapolationEngine::getConfiguration() const } // end of namespace -#include "Acts/Extrapolation/detail/ExtrapolationEngine.ipp" - -#endif // ACTS_EXTRAPOLATION_EXTRAPOLATIONENGINE_H +#include "Acts/Extrapolation/detail/ExtrapolationEngine.ipp" \ No newline at end of file diff --git a/Legacy/include/Acts/Extrapolation/IExtrapolationEngine.hpp b/Legacy/include/Acts/Extrapolation/IExtrapolationEngine.hpp index 38606de1e..147576fc2 100644 --- a/Legacy/include/Acts/Extrapolation/IExtrapolationEngine.hpp +++ b/Legacy/include/Acts/Extrapolation/IExtrapolationEngine.hpp @@ -10,9 +10,7 @@ // IExtrapolationEngine.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_EXTRAPOLATION_IEXTRAPOLATIONENGINE_H -#define ACTS_EXTRAPOLATION_IEXTRAPOLATIONENGINE_H 1 - +#pragma once #include "Acts/EventData/NeutralParameters.hpp" #include "Acts/EventData/TrackParameters.hpp" #include "Acts/Extrapolation/ExtrapolationCell.hpp" @@ -75,6 +73,4 @@ protected: std::string m_sopPostfix; /// prefix for screen output }; -} // end of namespace - -#endif // ACTS_EXTRAPOLATION_IEXTRAPOLATIONENGINE_H +} // end of namespace \ No newline at end of file diff --git a/Legacy/include/Acts/Extrapolation/IMaterialEffectsEngine.hpp b/Legacy/include/Acts/Extrapolation/IMaterialEffectsEngine.hpp index 72295f091..34a2029f3 100644 --- a/Legacy/include/Acts/Extrapolation/IMaterialEffectsEngine.hpp +++ b/Legacy/include/Acts/Extrapolation/IMaterialEffectsEngine.hpp @@ -10,9 +10,7 @@ // IMaterialEffectsEngine.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_EXTRAPOLATION_IMATERIALEFFECTSENGINE_H -#define ACTS_EXTRAPOLATION_IMATERIALEFFECTSENGINE_H 1 - +#pragma once #include "Acts/EventData/NeutralParameters.hpp" #include "Acts/EventData/TrackParameters.hpp" #include "Acts/Extrapolation/ExtrapolationCell.hpp" @@ -71,6 +69,4 @@ protected: std::string m_sopPostfix; ///< prefix for screen output }; -} // end of namespace - -#endif // ACTS_EXTRAPOLATION_IMATERIALEFFECTSENGINE_H +} // end of namespace \ No newline at end of file diff --git a/Legacy/include/Acts/Extrapolation/IMultipleScatteringUpdator.hpp b/Legacy/include/Acts/Extrapolation/IMultipleScatteringUpdator.hpp index 08c813aa3..d636808e1 100644 --- a/Legacy/include/Acts/Extrapolation/IMultipleScatteringUpdator.hpp +++ b/Legacy/include/Acts/Extrapolation/IMultipleScatteringUpdator.hpp @@ -10,9 +10,7 @@ // IMultipleScatteringUpdator.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_EXTRAPOLATIONIN_IMULTIPLESCATTERINGUPDATOR_H -#define ACTS_EXTRAPOLATIONIN_IMULTIPLESCATTERINGUPDATOR_H 1 - +#pragma once #include "Acts/EventData/ParticleDefinitions.hpp" namespace Acts { @@ -43,6 +41,4 @@ public: double deltaE = 0.) const = 0; }; -} // end of namespace - -#endif // ACTS_EXTRAPOLATIONIN_IMULTIPLESCATTERINGUPDATOR_H +} // end of namespace \ No newline at end of file diff --git a/Legacy/include/Acts/Extrapolation/INavigationEngine.hpp b/Legacy/include/Acts/Extrapolation/INavigationEngine.hpp index b900d2c2a..3f6cd1526 100644 --- a/Legacy/include/Acts/Extrapolation/INavigationEngine.hpp +++ b/Legacy/include/Acts/Extrapolation/INavigationEngine.hpp @@ -10,9 +10,7 @@ // INavigationEngine.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_EXTRAPOLATION_INAVIGATIONENGINE_H -#define ACTS_EXTRAPOLATION_INAVIGATIONENGINE_H - +#pragma once #include "Acts/EventData/NeutralParameters.hpp" #include "Acts/EventData/TrackParameters.hpp" #include "Acts/Extrapolation/ExtrapolationCell.hpp" @@ -86,6 +84,4 @@ protected: std::string m_sopPostfix; ///< prefix for screen output }; -} // end of namespace - -#endif // ACTS_EXTRAPOLATION_INAVIGATIONENGINE_H +} // end of namespace \ No newline at end of file diff --git a/Legacy/include/Acts/Extrapolation/IPropagationEngine.hpp b/Legacy/include/Acts/Extrapolation/IPropagationEngine.hpp index f334833fc..7d015d0d0 100644 --- a/Legacy/include/Acts/Extrapolation/IPropagationEngine.hpp +++ b/Legacy/include/Acts/Extrapolation/IPropagationEngine.hpp @@ -10,9 +10,7 @@ // IPropagationEngine.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_EXTRAPOLATION_IPROPAGATIONENGINE_H -#define ACTS_EXTRAPOLATION_IPROPAGATIONENGINE_H 1 - +#pragma once #include "Acts/EventData/NeutralParameters.hpp" #include "Acts/EventData/TrackParameters.hpp" #include "Acts/Extrapolation/ExtrapolationCell.hpp" @@ -92,6 +90,4 @@ protected: std::string m_sopPostfix; ///< prefix for screen output }; -} // end of namespace - -#endif // ACTS_EXTRAPOLATION_IPROPAGATIONENGINE_H +} // end of namespace \ No newline at end of file diff --git a/Legacy/include/Acts/Extrapolation/MaterialEffectsEngine.hpp b/Legacy/include/Acts/Extrapolation/MaterialEffectsEngine.hpp index 4e46188c6..941a24950 100644 --- a/Legacy/include/Acts/Extrapolation/MaterialEffectsEngine.hpp +++ b/Legacy/include/Acts/Extrapolation/MaterialEffectsEngine.hpp @@ -10,9 +10,7 @@ // MaterialEffectsEngine.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_EXTRAPOLATION_MATERIALEFFECTSENGINE_H -#define ACTS_EXTRAPOLATION_MATERIALEFFECTSENGINE_H 1 - +#pragma once #include "Acts/EventData/NeutralParameters.hpp" #include "Acts/EventData/TrackParameters.hpp" #include "Acts/Extrapolation/ExtrapolationCell.hpp" @@ -155,6 +153,4 @@ MaterialEffectsEngine::getConfiguration() const return m_cfg; } -} // end of namespace - -#endif // ACTS_EXTRAPOLATION_MATERIALEFFECTSENGINE_H +} // end of namespace \ No newline at end of file diff --git a/Legacy/include/Acts/Extrapolation/MaterialUpdateMode.hpp b/Legacy/include/Acts/Extrapolation/MaterialUpdateMode.hpp index 225a21c6e..9c942aa4c 100644 --- a/Legacy/include/Acts/Extrapolation/MaterialUpdateMode.hpp +++ b/Legacy/include/Acts/Extrapolation/MaterialUpdateMode.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_EXTRAPOLATIONUTILS_MATERIALUPDATEMODE_H -#define ACTS_EXTRAPOLATIONUTILS_MATERIALUPDATEMODE_H 1 - +#pragma once namespace Acts { /// This is a steering enum to force the material update @@ -18,6 +16,4 @@ namespace Acts { /// Second is mainly for vertex reconstruction, but potentially dangeraous. enum MaterialUpdateMode { addNoise = 1, removeNoise = -1 }; -} - -#endif +} \ No newline at end of file diff --git a/Legacy/include/Acts/Extrapolation/RungeKuttaEngine.hpp b/Legacy/include/Acts/Extrapolation/RungeKuttaEngine.hpp index 299b3c9d2..1e84509ef 100644 --- a/Legacy/include/Acts/Extrapolation/RungeKuttaEngine.hpp +++ b/Legacy/include/Acts/Extrapolation/RungeKuttaEngine.hpp @@ -10,9 +10,7 @@ // Header file for class RungeKuttaEngine, ACTS project ///////////////////////////////////////////////////////////////////////////////// -#ifndef ACTS_EXTRAPOLATION_RUNGEKUTAENGINE_H -#define ACTS_EXTRAPOLATION_RUNGEKUTAENGINE_H 1 - +#pragma once #include "Acts/EventData/NeutralParameters.hpp" #include "Acts/EventData/TrackParameters.hpp" #include "Acts/Extrapolation/ExtrapolationCell.hpp" @@ -385,6 +383,4 @@ private: //////////////////////////////////////////////////////////////////////////////// // Templated method //////////////////////////////////////////////////////////////////////////////// -#include "Acts/Extrapolation/detail/RungeKuttaEngine.ipp" - -#endif // ACTS_EXTRAPOLATION_RUNGEKUTAENGINE_H +#include "Acts/Extrapolation/detail/RungeKuttaEngine.ipp" \ No newline at end of file diff --git a/Legacy/include/Acts/Extrapolation/StaticEngine.hpp b/Legacy/include/Acts/Extrapolation/StaticEngine.hpp index 4051551cb..570a8d071 100644 --- a/Legacy/include/Acts/Extrapolation/StaticEngine.hpp +++ b/Legacy/include/Acts/Extrapolation/StaticEngine.hpp @@ -10,9 +10,7 @@ // StaticEngine.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_EXTRAPOLATION_STATICENGINE_H -#define ACTS_EXTRAPOLATION_STATICENGINE_H 1 - +#pragma once #ifndef ACTS_EXTRAPOLATION_OUTPUTHELPER #define ACTS_EXTRAPOLATION_OUTPUTHELPER 1 #define OH_CHECKFOUND(object) (object ? "found" : "not found") @@ -240,6 +238,4 @@ StaticEngine::getConfiguration() const } // end of namespace -#include "Acts/Extrapolation/detail/StaticEngine.ipp" - -#endif // ACTS_EXTRAPOLATION_STATICENGINE_H +#include "Acts/Extrapolation/detail/StaticEngine.ipp" \ No newline at end of file diff --git a/Legacy/include/Acts/Extrapolation/StaticNavigationEngine.hpp b/Legacy/include/Acts/Extrapolation/StaticNavigationEngine.hpp index b5802590f..0c8460487 100644 --- a/Legacy/include/Acts/Extrapolation/StaticNavigationEngine.hpp +++ b/Legacy/include/Acts/Extrapolation/StaticNavigationEngine.hpp @@ -10,9 +10,7 @@ // StaticNavigationEngine.h, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_EXTRAPOLATION_STATICNAVIGATIONENGINE_H -#define ACTS_EXTRAPOLATION_STATICNAVIGATIONENGINE_H 1 - +#pragma once #include "Acts/EventData/NeutralParameters.hpp" #include "Acts/EventData/TrackParameters.hpp" #include "Acts/Extrapolation/ExtrapolationCell.hpp" @@ -192,6 +190,4 @@ StaticNavigationEngine::getConfiguration() const } // end of namespace -#include "Acts/Extrapolation/detail/StaticNavigationEngine.ipp" - -#endif // ACTS_EXTRAPOLATION_STATICNAVIGATIONENGINE_H +#include "Acts/Extrapolation/detail/StaticNavigationEngine.ipp" \ No newline at end of file diff --git a/Legacy/include/Acts/Extrapolation/Wrapper.hpp b/Legacy/include/Acts/Extrapolation/Wrapper.hpp index 24ee83d24..6dc6e1f2d 100644 --- a/Legacy/include/Acts/Extrapolation/Wrapper.hpp +++ b/Legacy/include/Acts/Extrapolation/Wrapper.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_EXTRAPOLATION_WRAPPER_H -#define ACTS_EXTRAPOLATION_WRAPPER_H - +#pragma once #include <cmath> #include <limits> #include <memory> @@ -277,6 +275,4 @@ namespace propagation { } // namespace propagation -} // namespace Acts - -#endif // ACTS_EXTRAPOLATION_WRAPPER_H +} // namespace Acts \ No newline at end of file diff --git a/Legacy/include/Acts/Extrapolation/detail/ExtrapolationMacros.hpp b/Legacy/include/Acts/Extrapolation/detail/ExtrapolationMacros.hpp index 9a9545c4e..c8dacf5bb 100644 --- a/Legacy/include/Acts/Extrapolation/detail/ExtrapolationMacros.hpp +++ b/Legacy/include/Acts/Extrapolation/detail/ExtrapolationMacros.hpp @@ -11,8 +11,8 @@ /////////////////////////////////////////////////////////////////// // output stream macros to facilitate screen output and consistent checking -#ifndef EXSCREENOUTPUTDEFS -#define EXSCREENOUTPUTDEFS 1 +#pragma once + #define EX_MSG_INFO(navstep, step, idx, x) \ ACTS_INFO(m_sopPrefix << std::setw(4) << navstep << m_sopPostfix \ << std::setw(12) \ @@ -58,15 +58,9 @@ << idx \ << m_sopPostfix \ << x) -#endif -#ifndef EXENINGE_OUTPUTHELPER -#define TRKEXENINGE_OUTPUTHELPER 1 #define OH_CHECKFOUND(object) (object ? "found" : "not found") -#endif -#ifndef EXENGINE_EXCODECHECKS -#define TRKEXENGINE_EXCODECHECKS 1 #define CHECK_ECODE_CONTINUE(ecell, ecode) \ if (!ecode.inProgress()) { \ EX_MSG_VERBOSE(ecell.navigationStep, \ @@ -91,4 +85,3 @@ ecode.toString() << " stops extrapolation sequence."); \ return ecode; \ } -#endif diff --git a/Legacy/include/Acts/Extrapolation/detail/RungeKuttaUtils.hpp b/Legacy/include/Acts/Extrapolation/detail/RungeKuttaUtils.hpp index 71b742f4b..2005d05d0 100644 --- a/Legacy/include/Acts/Extrapolation/detail/RungeKuttaUtils.hpp +++ b/Legacy/include/Acts/Extrapolation/detail/RungeKuttaUtils.hpp @@ -10,9 +10,7 @@ // RungeKuttaUtils.h, ACTS project ///////////////////////////////////////////////////////////////////////////////// -#ifndef ACTS_EXTRAPOLATIONDETAILS_RUNGEKUTTAUTILS_H -#define ACTS_EXTRAPOLATIONDETAILS_RUNGEKUTTAUTILS_H 1 - +#pragma once #include <limits> #include <map> #include <vector> @@ -212,6 +210,4 @@ private: bool transformLocalToGlobal(bool, const Surface*, const double*, double*) const; }; -} // end of namespace - -#endif // ACTS_EXTRAPOLATIONDETAILS_RUNGEKUTTAUTILS_H +} // end of namespace \ No newline at end of file diff --git a/Legacy/include/Acts/Propagator/AtlasStepper.hpp b/Legacy/include/Acts/Propagator/AtlasStepper.hpp index 1e0a61616..31389aa7c 100644 --- a/Legacy/include/Acts/Propagator/AtlasStepper.hpp +++ b/Legacy/include/Acts/Propagator/AtlasStepper.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_ATLAS_STEPPER_HPP -#define ACTS_ATLAS_STEPPER_HPP - +#pragma once #include <cmath> #include "Acts/EventData/TrackParameters.hpp" #include "Acts/MagneticField/concept/AnyFieldLookup.hpp" @@ -894,5 +892,4 @@ private: BField m_bField; }; -} // namespace Acts -#endif // ACTS_ATLAS_STEPPER_HPP +} // namespace Acts \ No newline at end of file diff --git a/Legacy/include/Acts/Seeding/ATL_Seedmaker.hpp b/Legacy/include/Acts/Seeding/ATL_Seedmaker.hpp index 71dbf3057..3523b5950 100644 --- a/Legacy/include/Acts/Seeding/ATL_Seedmaker.hpp +++ b/Legacy/include/Acts/Seeding/ATL_Seedmaker.hpp @@ -10,9 +10,7 @@ // ATL_Seedmaker.hpp ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ATL_Seedmaker_hpp -#define ATL_Seedmaker_hpp - +#pragma once #include <list> #include <map> #include <set> @@ -331,6 +329,4 @@ namespace Seeding { }; } // end of Seeding namespace } // end of Acts namespace -#include "Acts/Seeding/ATL_Seedmaker.ipp" - -#endif // ATL_Seedmaker_hpp +#include "Acts/Seeding/ATL_Seedmaker.ipp" \ No newline at end of file diff --git a/Legacy/include/Acts/Seeding/InternalSeed.hpp b/Legacy/include/Acts/Seeding/InternalSeed.hpp index 1d76b2643..d56d76bac 100644 --- a/Legacy/include/Acts/Seeding/InternalSeed.hpp +++ b/Legacy/include/Acts/Seeding/InternalSeed.hpp @@ -10,9 +10,7 @@ // InternalSeed.hpp ACTS project /////////////////////////////////////////////////////////////////// -#ifndef InternalSeed_h -#define InternalSeed_h - +#pragma once #include "Acts/Seeding/SPForSeed.hpp" #include "Acts/Seeding/Seed.hpp" @@ -212,6 +210,4 @@ namespace Seeding { } } // end of Seeding namespace -} // end of Acts namespace - -#endif // InternalSeed_h +} // end of Acts namespace \ No newline at end of file diff --git a/Legacy/include/Acts/Seeding/SPForSeed.hpp b/Legacy/include/Acts/Seeding/SPForSeed.hpp index ce21b86db..91d3ab353 100644 --- a/Legacy/include/Acts/Seeding/SPForSeed.hpp +++ b/Legacy/include/Acts/Seeding/SPForSeed.hpp @@ -10,9 +10,7 @@ // SPForSeed.hpp ACTS project /////////////////////////////////////////////////////////////////// -#ifndef SPForSeed_hpp -#define SPForSeed_hpp - +#pragma once #include <cmath> // COLLECTION OF MAGIC NUMBERS IN HERE: @@ -296,6 +294,4 @@ namespace Seeding { } } // end of Seeding namespace -} // end of Acts namespace - -#endif // SPForSeed_hpp +} // end of Acts namespace \ No newline at end of file diff --git a/Legacy/include/Acts/Seeding/Seed.hpp b/Legacy/include/Acts/Seeding/Seed.hpp index 42261391b..2dfbbcb5e 100644 --- a/Legacy/include/Acts/Seeding/Seed.hpp +++ b/Legacy/include/Acts/Seeding/Seed.hpp @@ -10,8 +10,7 @@ // Seed.hpp ACTS project /////////////////////////////////////////////////////////////////// -#ifndef Seed_h -#define Seed_h +#pragma once #include <list> namespace Acts { @@ -133,6 +132,4 @@ namespace Seeding { { } } // end of Seeding namespace -} // end of Acts namespace - -#endif // Seed_h +} // end of Acts namespace \ No newline at end of file diff --git a/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/ActsExtension.hpp b/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/ActsExtension.hpp index 63d0eede0..f8487cd18 100644 --- a/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/ActsExtension.hpp +++ b/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/ActsExtension.hpp @@ -10,14 +10,13 @@ // ActsExtension.h, ACTS project, DD4hepDetector plugin /////////////////////////////////////////////////////////////////// -#ifndef ACTS_DD4HEPDETECTORELEMENT_ACTSEXTENSION_H -#define ACTS_DD4HEPDETECTORELEMENT_ACTSEXTENSION_H 1 +#pragma once -#include "Acts/Plugins/DD4hepPlugins/IActsExtension.hpp" #include <vector> #include "Acts/Digitization/CartesianSegmentation.hpp" #include "Acts/Digitization/DigitizationModule.hpp" #include "Acts/Material/SurfaceMaterial.hpp" +#include "Acts/Plugins/DD4hepPlugins/IActsExtension.hpp" #include "Acts/Surfaces/RectangleBounds.hpp" #include "DD4hep/CartesianGridXY.h" #include "DD4hep/Detector.h" @@ -452,5 +451,3 @@ Acts::ActsExtension::material() const return m_material; } } - -#endif // ACTS_DD4HEPDETECTORELEMENT_ACTSEXTENSION_H diff --git a/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/ConvertDD4hepDetector.hpp b/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/ConvertDD4hepDetector.hpp index 6f84834a5..a7c102de5 100644 --- a/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/ConvertDD4hepDetector.hpp +++ b/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/ConvertDD4hepDetector.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_DD4HEPPLUGIN_CONVERTDD4HEPDETECTOR_H -#define ACTS_DD4HEPPLUGIN_CONVERTDD4HEPDETECTOR_H 1 - +#pragma once #include "Acts/Detector/TrackingGeometry.hpp" #include "Acts/Tools/CylinderVolumeBuilder.hpp" #include "Acts/Tools/CylinderVolumeHelper.hpp" @@ -202,6 +200,4 @@ collectCompounds_dd4hep(dd4hep::DetElement& detElement, void collectLayers_dd4hep(dd4hep::DetElement& detElement, std::vector<dd4hep::DetElement>& layers); -} - -#endif // ACTS_DD4HEPPLUGIN_CONVERTDD4HEPDETECTOR_H +} \ No newline at end of file diff --git a/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/DD4hepDetElement.hpp b/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/DD4hepDetElement.hpp index aa1c76d1f..994806602 100644 --- a/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/DD4hepDetElement.hpp +++ b/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/DD4hepDetElement.hpp @@ -10,9 +10,7 @@ // DD4hepDetElement.h, ACTS project, DD4hepDetector plugin /////////////////////////////////////////////////////////////////// -#ifndef ACTS_DD4HEPDETECTORELEMENT_DD4HEPDETELEMENT_H -#define ACTS_DD4HEPDETECTORELEMENT_DD4HEPDETELEMENT_H 1 - +#pragma once #include "Acts/Plugins/TGeoPlugins/TGeoDetectorElement.hpp" #include "DD4hep/DetElement.h" @@ -107,6 +105,4 @@ private: /// The DigitizationModule std::shared_ptr<const DigitizationModule> m_digiModule; }; -} - -#endif // ACTS_DD4HEPDETECTORELEMENT_DD4HEPDETELEMENT_H +} \ No newline at end of file diff --git a/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/DD4hepLayerBuilder.hpp b/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/DD4hepLayerBuilder.hpp index 3505cdce2..568e40b40 100644 --- a/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/DD4hepLayerBuilder.hpp +++ b/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/DD4hepLayerBuilder.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_DD4HEPPLUGIN_DD4HEPLAYERBUILDER_H -#define ACTS_DD4HEPPLUGIN_DD4HEPLAYERBUILDER_H 1 - +#pragma once #include "Acts/Surfaces/Surface.hpp" #include "Acts/Tools/ILayerBuilder.hpp" #include "Acts/Tools/LayerCreator.hpp" @@ -182,6 +180,4 @@ DD4hepLayerBuilder::getConfiguration() const return m_cfg; } -} // end of namespace - -#endif // ACTS_DD4HEPPLUGIN_DD4HEPLAYERBUILDER_H +} // end of namespace \ No newline at end of file diff --git a/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/IActsExtension.hpp b/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/IActsExtension.hpp index 26382b958..43fc9f041 100644 --- a/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/IActsExtension.hpp +++ b/Plugins/DD4hepPlugin/include/Acts/Plugins/DD4hepPlugins/IActsExtension.hpp @@ -10,9 +10,7 @@ // IDetExtension.h, ACTS project, DD4hepDetector plugin /////////////////////////////////////////////////////////////////// -#ifndef ACTS_DD4HEPDETECTORELEMENT_IACTSEXTENSION_H -#define ACTS_DD4HEPDETECTORELEMENT_IACTSEXTENSION_H 1 - +#pragma once // Algebra #include <memory> #include <vector> @@ -147,6 +145,4 @@ protected: /// Protected constructor IActsExtension() {} }; -} - -#endif // ACTS_DD4HEPDETECTORELEMENT_DET_IACTSEXTENSION_H +} \ No newline at end of file diff --git a/Plugins/Geant4Plugin/include/Acts/Plugins/Geant4Plugins/Geant4DetectorElement.hpp b/Plugins/Geant4Plugin/include/Acts/Plugins/Geant4Plugins/Geant4DetectorElement.hpp index 00dccd436..2536f1048 100644 --- a/Plugins/Geant4Plugin/include/Acts/Plugins/Geant4Plugins/Geant4DetectorElement.hpp +++ b/Plugins/Geant4Plugin/include/Acts/Plugins/Geant4Plugins/Geant4DetectorElement.hpp @@ -10,9 +10,7 @@ // Geant4DetElement.h, ACTS project, DD4hepDetector plugin /////////////////////////////////////////////////////////////////// -#ifndef ACTS_GEANT4PLUGINS_GEANT4DETECTORELEMENT_H -#define ACTS_GEANT4PLUGINS_GEANT4DETECTORELEMENT_H 1 - +#pragma once namespace Acts { /** @class Geant4DetElement @@ -29,6 +27,4 @@ public: private: }; -} - -#endif // ACTS_GEANT4PLUGINS_GEANT4DETECTORELEMENT_H +} \ No newline at end of file diff --git a/Plugins/JsonPlugin/include/Acts/Plugins/JsonPlugin/FromJson.hpp b/Plugins/JsonPlugin/include/Acts/Plugins/JsonPlugin/FromJson.hpp index e33fdbe4e..f704f6d16 100644 --- a/Plugins/JsonPlugin/include/Acts/Plugins/JsonPlugin/FromJson.hpp +++ b/Plugins/JsonPlugin/include/Acts/Plugins/JsonPlugin/FromJson.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_PLUGINS_JSONPLUGIN_JSONLOADER_H -#define ACTS_PLUGINS_JSONPLUGIN_JSONLOADER_H - +#pragma once #include "Acts/Utilities/VariantDataFwd.hpp" #include "lib/json.hpp" @@ -21,6 +19,4 @@ namespace Acts { variant_data from_json(const nlohmann::json& node); -} // namespace Acts - -#endif +} // namespace Acts \ No newline at end of file diff --git a/Plugins/JsonPlugin/include/Acts/Plugins/JsonPlugin/lib/json.hpp b/Plugins/JsonPlugin/include/Acts/Plugins/JsonPlugin/lib/json.hpp index 5b0b0ea5b..f7d9fb387 100644 --- a/Plugins/JsonPlugin/include/Acts/Plugins/JsonPlugin/lib/json.hpp +++ b/Plugins/JsonPlugin/include/Acts/Plugins/JsonPlugin/lib/json.hpp @@ -26,9 +26,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#ifndef NLOHMANN_JSON_HPP -#define NLOHMANN_JSON_HPP - +#pragma once #include <algorithm> // all_of, copy, fill, find, for_each, generate_n, none_of, remove, reverse, transform #include <array> // array #include <cassert> // assert @@ -14869,6 +14867,4 @@ inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std #undef JSON_UNLIKELY #undef JSON_DEPRECATED #undef NLOHMANN_BASIC_JSON_TPL_DECLARATION -#undef NLOHMANN_BASIC_JSON_TPL - -#endif +#undef NLOHMANN_BASIC_JSON_TPL \ No newline at end of file diff --git a/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/AssignedMaterialSteps.hpp b/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/AssignedMaterialSteps.hpp index 1d3b4c063..ff9da717a 100644 --- a/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/AssignedMaterialSteps.hpp +++ b/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/AssignedMaterialSteps.hpp @@ -10,9 +10,7 @@ // AssignedMaterialSteps.h, ACTS project MaterialPlugins /////////////////////////////////////////////////////////////////// -#ifndef ACTS_MATERIALPLUGINS_ASSIGNEDMATERIALSTEPS_H -#define ACTS_MATERIALPLUGINS_ASSIGNEDMATERIALSTEPS_H - +#pragma once #include "Acts/Plugins/MaterialPlugins/MaterialStep.hpp" #include "Acts/Utilities/Definitions.hpp" #include "Acts/Utilities/GeometryID.hpp" @@ -36,6 +34,4 @@ struct AssignedMaterialSteps { } }; -} - -#endif // ACTS_MATERIALPLUGINS_ASSIGNEDMATERIALSTEPS_H +} \ No newline at end of file diff --git a/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/MaterialMapper.hpp b/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/MaterialMapper.hpp index 83f03898b..a574d637d 100644 --- a/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/MaterialMapper.hpp +++ b/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/MaterialMapper.hpp @@ -10,9 +10,7 @@ // MaterialMapper.h, ACTS project MaterialPlugins /////////////////////////////////////////////////////////////////// -#ifndef ACTS_MATERIALPLUGINS_MATERIALMAPPER_H -#define ACTS_MATERIALPLUGINS_MATERIALMAPPER_H - +#pragma once #include <map> #include <utility> #include "Acts/Extrapolation/IExtrapolationEngine.hpp" @@ -182,6 +180,4 @@ private: /// the logging instance std::unique_ptr<const Logger> m_logger; }; -} - -#endif // ACTS_MATERIALPLUGINS_MATERIALMAPPING_H +} \ No newline at end of file diff --git a/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/MaterialStep.hpp b/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/MaterialStep.hpp index e7edbf1a5..e80d394b3 100644 --- a/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/MaterialStep.hpp +++ b/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/MaterialStep.hpp @@ -10,9 +10,7 @@ // MaterialStep.hpp, ACTS project /////////////////////////////////////////////////////////////////// -#ifndef ACTS_MATERIALPLUGINS_MATERIALSTEP_H -#define ACTS_MATERIALPLUGINS_MATERIALSTEP_H - +#pragma once #include <memory> #include "Acts/Material/MaterialProperties.hpp" @@ -154,6 +152,4 @@ inline uint64_t Acts::MaterialStep::geoID() const { return m_geoID; -} - -#endif // ACTS_MATERIALPLUGINS_MATERIALSTEP_H +} \ No newline at end of file diff --git a/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/MaterialTrack.hpp b/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/MaterialTrack.hpp index bbd77abb1..4e1a77a83 100644 --- a/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/MaterialTrack.hpp +++ b/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/MaterialTrack.hpp @@ -10,9 +10,7 @@ // MaterialTrack.hpp, ACTS project MaterialPlugins /////////////////////////////////////////////////////////////////// -#ifndef ACTS_MATERIALPLUGINS_MATERIALTRACK_H -#define ACTS_MATERIALPLUGINS_MATERIALTRACK_H - +#pragma once #include <vector> #include "Acts/Plugins/MaterialPlugins/MaterialStep.hpp" @@ -155,6 +153,4 @@ inline std::vector<Acts::MaterialStep> Acts::MaterialTrack::materialSteps() const { return m_materialSteps; -} - -#endif // ACTS_MATERIALPLUGINS_MATERIALTRACK_H +} \ No newline at end of file diff --git a/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/SurfaceMaterialRecord.hpp b/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/SurfaceMaterialRecord.hpp index 42e581b09..2317ecc83 100644 --- a/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/SurfaceMaterialRecord.hpp +++ b/Plugins/MaterialPlugin/include/Acts/Plugins/MaterialPlugins/SurfaceMaterialRecord.hpp @@ -10,9 +10,7 @@ // SurfaceMaterialRecord.h, ACTS project MaterialPlugins /////////////////////////////////////////////////////////////////// -#ifndef ACTS_MATERIALPLUGINS_SURFACEMATERIALRECORD_H -#define ACTS_MATERIALPLUGINS_SURFACEMATERIALRECORD_H - +#pragma once #include "Acts/Material/BinnedSurfaceMaterial.hpp" #include "Acts/Material/MaterialProperties.hpp" #include "Acts/Plugins/MaterialPlugins/AssignedMaterialSteps.hpp" @@ -130,6 +128,4 @@ SurfaceMaterialRecord::mappedMaterial() const { return m_mappedMaterial; } -} - -#endif // ACTS_MATERIALPLUGINS_SURFACEMATERIALRECORD_H +} \ No newline at end of file diff --git a/Plugins/TGeoPlugin/include/Acts/Plugins/TGeoPlugins/TGeoDetectorElement.hpp b/Plugins/TGeoPlugin/include/Acts/Plugins/TGeoPlugins/TGeoDetectorElement.hpp index d31168a44..dc86905d8 100644 --- a/Plugins/TGeoPlugin/include/Acts/Plugins/TGeoPlugins/TGeoDetectorElement.hpp +++ b/Plugins/TGeoPlugin/include/Acts/Plugins/TGeoPlugins/TGeoDetectorElement.hpp @@ -10,9 +10,7 @@ // TGeoDetectorElement.h, ACTS project, TGeoDetector plugin /////////////////////////////////////////////////////////////////// -#ifndef ACTS_TGEODETECTORELEMENT_TGEODETECTORELEMENT -#define ACTS_TGEODETECTORELEMENT_TGEODETECTORELEMENT 1 - +#pragma once #include <iostream> #include "Acts/Detector/DetectorElementBase.hpp" #include "TGeoManager.h" @@ -205,6 +203,4 @@ TGeoDetectorElement::thickness() const { return m_thickness; } -} - -#endif +} \ No newline at end of file diff --git a/Plugins/TGeoPlugin/include/Acts/Plugins/TGeoPlugins/TGeoLayerBuilder.hpp b/Plugins/TGeoPlugin/include/Acts/Plugins/TGeoPlugins/TGeoLayerBuilder.hpp index ec9d680d9..7df4daf86 100644 --- a/Plugins/TGeoPlugin/include/Acts/Plugins/TGeoPlugins/TGeoLayerBuilder.hpp +++ b/Plugins/TGeoPlugin/include/Acts/Plugins/TGeoPlugins/TGeoLayerBuilder.hpp @@ -10,9 +10,7 @@ // TGeoLayerBuilder.h, ACTS project, TGeoDetector plugin /////////////////////////////////////////////////////////////////// -#ifndef ACTS_TGEOPLUGINS_TGEOLAYERBUILDER_H -#define ACTS_TGEOPLUGINS_TGEOLAYERBUILDER_H - +#pragma once #include "Acts/Tools/ILayerBuilder.hpp" #include "Acts/Tools/LayerCreator.hpp" #include "Acts/Utilities/Definitions.hpp" @@ -165,6 +163,4 @@ TGeoLayerBuilder::identification() const { return m_cfg.configurationName; } -} - -#endif +} \ No newline at end of file diff --git a/Tests/EventData/ParametersTestHelper.hpp b/Tests/EventData/ParametersTestHelper.hpp index b5acc2acf..1f4c8162d 100644 --- a/Tests/EventData/ParametersTestHelper.hpp +++ b/Tests/EventData/ParametersTestHelper.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_TESTS_EVENTDATA_PARAMETERTESTHELPER_H -#define ACTS_TESTS_EVENTDATA_PARAMETERTESTHELPER_H - +#pragma once #include <boost/test/included/unit_test.hpp> #include "Acts/Utilities/Definitions.hpp" @@ -38,6 +36,4 @@ namespace Test { BOOST_CHECK_EQUAL(pars.charge(), charge); } } -} - -#endif +} \ No newline at end of file diff --git a/Tests/Fitter/KalmanFilterTestUtils.hpp b/Tests/Fitter/KalmanFilterTestUtils.hpp index d3cadb14a..6e68bff28 100644 --- a/Tests/Fitter/KalmanFilterTestUtils.hpp +++ b/Tests/Fitter/KalmanFilterTestUtils.hpp @@ -6,9 +6,7 @@ // 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/. -#ifndef ACTS_KALMANFITUTILS_H -#define ACTS_KALMANFITUTILS_H - +#pragma once #include <cmath> #include <fstream> #include <iostream> @@ -151,6 +149,4 @@ initExtrapolator(const std::shared_ptr<const TrackingGeometry>& geo) exEngine->setLogger(getDefaultLogger("ExtrapolationEngine", Logging::INFO)); return exEngine; -}; - -#endif +}; \ No newline at end of file diff --git a/Tests/Layers/LayerStub.hpp b/Tests/Layers/LayerStub.hpp index a026714c8..d203b069d 100644 --- a/Tests/Layers/LayerStub.hpp +++ b/Tests/Layers/LayerStub.hpp @@ -5,9 +5,7 @@ // This Source Code Form is subject to the terms of the Mozilla Public // 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/. -#ifndef ACTS_TEST_LAYERSTUB -#define ACTS_TEST_LAYERSTUB 1 - +#pragma once #include "../Surfaces/SurfaceStub.hpp" #include "Acts/Layers/Layer.hpp" @@ -65,5 +63,4 @@ public: /// Other methods have implementation in baseclass /// templated 'onLayer()' from baseclass ? }; -} -#endif +} \ No newline at end of file diff --git a/Tests/Surfaces/DetectorElementStub.hpp b/Tests/Surfaces/DetectorElementStub.hpp index 613b7a462..fae560024 100644 --- a/Tests/Surfaces/DetectorElementStub.hpp +++ b/Tests/Surfaces/DetectorElementStub.hpp @@ -10,9 +10,7 @@ // DetectorElementStub.h, ACTS project, Generic Detector plugin /////////////////////////////////////////////////////////////////// -#ifndef ACTS_TEST_DetectorElementStub_DetectorElementStub -#define ACTS_TEST_DetectorElementStub_DetectorElementStub 1 - +#pragma once // Algebra and Identifier #include "Acts/Utilities/Definitions.hpp" #include "Acts/Utilities/Identifier.hpp" @@ -192,6 +190,4 @@ DetectorElementStub::thickness() const return m_elementThickness; } -} // end of ns - -#endif +} // end of ns \ No newline at end of file diff --git a/Tests/Surfaces/LineSurfaceStub.hpp b/Tests/Surfaces/LineSurfaceStub.hpp index 476821f18..fa945c145 100644 --- a/Tests/Surfaces/LineSurfaceStub.hpp +++ b/Tests/Surfaces/LineSurfaceStub.hpp @@ -5,9 +5,7 @@ // This Source Code Form is subject to the terms of the Mozilla Public // 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/. -#ifndef ACTS_TESTS_SURFACES_LINESURFACESTUB -#define ACTS_TESTS_SURFACES_LINESURFACESTUB 1 - +#pragma once // #include "Acts/Surfaces/LineSurface.hpp" #include "Acts/Utilities/Definitions.hpp" @@ -76,5 +74,4 @@ public: return true; } }; -} // end of ns -#endif +} // end of ns \ No newline at end of file diff --git a/Tests/Surfaces/SurfaceStub.hpp b/Tests/Surfaces/SurfaceStub.hpp index 415536b19..e8331f817 100644 --- a/Tests/Surfaces/SurfaceStub.hpp +++ b/Tests/Surfaces/SurfaceStub.hpp @@ -5,9 +5,7 @@ // This Source Code Form is subject to the terms of the Mozilla Public // 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/. -#ifndef ACTS_TEST_SURFACESTUB -#define ACTS_TEST_SURFACESTUB 1 - +#pragma once #include "Acts/Surfaces/InfiniteBounds.hpp" //to get s_noBounds #include "Acts/Surfaces/PlanarBounds.hpp" #include "Acts/Surfaces/Surface.hpp" @@ -135,5 +133,4 @@ private: /// the bounds of this surface std::shared_ptr<const PlanarBounds> m_bounds; }; -} -#endif +} \ No newline at end of file diff --git a/doc/Modules.hpp b/doc/Modules.hpp index c5068e28b..aa9e97667 100644 --- a/doc/Modules.hpp +++ b/doc/Modules.hpp @@ -6,8 +6,7 @@ // 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/. -#ifndef ACTS_MODULES_HPP -#define ACTS_MODULES_HPP 1 +#pragma once // clang-format off /// @defgroup Design Design and concept descriptions @@ -425,5 +424,4 @@ /// @defgroup Contributing Contribution guide -// clang-format on -#endif // ACTS_MODULES_HPP +// clang-format on \ No newline at end of file -- GitLab