From 4b0bb950586fddc68412eff486022edeecc177ae Mon Sep 17 00:00:00 2001 From: Marco Cattaneo Date: Wed, 21 Oct 2020 15:05:55 +0200 Subject: [PATCH] Migrate to Gaudi/Property.h --- Phys/VertexFit/src/RecalcLSAdaptPV3DFitterWeightsAlg.h | 9 +++------ Phys/VertexFit/src/RefitVeloTracksAlg.h | 9 +++------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/Phys/VertexFit/src/RecalcLSAdaptPV3DFitterWeightsAlg.h b/Phys/VertexFit/src/RecalcLSAdaptPV3DFitterWeightsAlg.h index 9d0e3d8e9..07b55d206 100644 --- a/Phys/VertexFit/src/RecalcLSAdaptPV3DFitterWeightsAlg.h +++ b/Phys/VertexFit/src/RecalcLSAdaptPV3DFitterWeightsAlg.h @@ -1,5 +1,5 @@ /*****************************************************************************\ -* (c) Copyright 2019 CERN for the benefit of the LHCb Collaboration * +* (c) Copyright 2019-2020 CERN for the benefit of the LHCb Collaboration * * * * This software is distributed under the terms of the GNU General Public * * Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * @@ -8,17 +8,16 @@ * granted to it by virtue of its status as an Intergovernmental Organization * * or submit itself to any jurisdiction. * \*****************************************************************************/ -#ifndef RECALCLSADAPTPV3DFITTERWEIGHTSALG_H -#define RECALCLSADAPTPV3DFITTERWEIGHTSALG_H 1 +#pragma once // Include files #include #include // from Gaudi +#include #include #include -#include #include #include @@ -75,5 +74,3 @@ protected: this, "ClearPVTracks", true, "Whether to clear the existing list of tracks from PVs before adding the tracks with recalculated weights."}; }; - -#endif // RECALCLSADAPTPV3DFITTERWEIGHTSALG_H diff --git a/Phys/VertexFit/src/RefitVeloTracksAlg.h b/Phys/VertexFit/src/RefitVeloTracksAlg.h index b11d0bd8f..09e340291 100644 --- a/Phys/VertexFit/src/RefitVeloTracksAlg.h +++ b/Phys/VertexFit/src/RefitVeloTracksAlg.h @@ -1,5 +1,5 @@ /*****************************************************************************\ -* (c) Copyright 2019 CERN for the benefit of the LHCb Collaboration * +* (c) Copyright 2019-2020 CERN for the benefit of the LHCb Collaboration * * * * This software is distributed under the terms of the GNU General Public * * Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". * @@ -8,16 +8,15 @@ * granted to it by virtue of its status as an Intergovernmental Organization * * or submit itself to any jurisdiction. * \*****************************************************************************/ -#ifndef REFITVELOTRACKSALG_H -#define REFITVELOTRACKSALG_H 1 +#pragma once // Include files #include #include // from Gaudi +#include #include -#include #include #include @@ -56,5 +55,3 @@ protected: Gaudi::Property m_stateInitToolName{this, "StateInitToolName", "StateInitTool", "Name of the TrackStateInitTool instance."}; }; - -#endif // REFITVELOTRACKSALG_H -- GitLab