Skip to content

Commit

Permalink
Remove another default destructor and do some clean up in Lcio2EDM4hep
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored and tmadlener committed Dec 10, 2024
1 parent be38a79 commit 8c1ae10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions k4MarlinWrapper/k4MarlinWrapper/converters/Lcio2EDM4hep.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,9 @@
#ifndef K4MARLINWRAPPER_LCIO2EDM4HEP_H
#define K4MARLINWRAPPER_LCIO2EDM4HEP_H

// GAUDI
#include <Gaudi/Property.h>
#include <GaudiKernel/AlgTool.h>

// k4FWCore
#include <k4FWCore/PodioDataSvc.h>

// Converter Interface
#include "k4MarlinWrapper/converters/IEDMConverter.h"

#include <lcio.h>
Expand All @@ -43,10 +38,11 @@ namespace EVENT {
class LCCollection;
}

class PodioDataSvc;

class Lcio2EDM4hepTool : public AlgTool, virtual public IEDMConverter {
public:
Lcio2EDM4hepTool(const std::string& type, const std::string& name, const IInterface* parent);
~Lcio2EDM4hepTool() override = default;
StatusCode initialize() final;
StatusCode finalize() final;

Expand Down
1 change: 1 addition & 0 deletions k4MarlinWrapper/src/components/Lcio2EDM4hep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#include <k4FWCore/DataHandle.h>
#include <k4FWCore/MetaDataHandle.h>
#include <k4FWCore/PodioDataSvc.h>

#include "GaudiKernel/AnyDataWrapper.h"

Expand Down

0 comments on commit 8c1ae10

Please sign in to comment.