diff --git a/Phys/VertexFit/src/RecalcLSAdaptPV3DFitterWeightsAlg.h b/Phys/VertexFit/src/RecalcLSAdaptPV3DFitterWeightsAlg.h index 9d0e3d8e9e30439d0afbd92ffb67212aeeb99790..07b55d2065d24b3e9faa536f3b38d6fad30bc21c 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 b11d0bd8f611aa32765110960d1e2b525b0a5160..09e3402910849db91ce8f855757a9a08758b5e1c 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