Skip to content
Snippets Groups Projects
Verified Commit c87ee997 authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

make SiLocalPosition trivially destructable

parent dddfe28b
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!35631Various class trait tweaks
......@@ -53,7 +53,7 @@ namespace InDetDD {
const double xDepth=0);
/** Destructor: */
~SiLocalPosition();
~SiLocalPosition()=default;
/** Assignment operator: */
SiLocalPosition &operator=(const SiLocalPosition &) = default;
......@@ -121,8 +121,6 @@ namespace InDetDD {
///////////////////////////////////////////////////////////////////
// Inline methods:
///////////////////////////////////////////////////////////////////
inline SiLocalPosition::~SiLocalPosition()
{}
inline double SiLocalPosition::xEta() const
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment