Skip to content
Snippets Groups Projects

remove LokiProtoParticles

Merged Gerhard Raven requested to merge remove-loki-protoparticles into master
2 files
+ 18
19
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -12,9 +12,9 @@
#include "Gaudi/Property.h"
#include "GaudiAlg/GaudiTool.h"
#include "GaudiKernel/StatusCode.h"
#include "LoKi/BasicFunctors.h"
#include "LoKi/IHybridFactory.h"
#include "LoKi/PhysTypes.h"
#include "LoKi/BasicFunctors.h"
#include <functional>
#include <map>
@@ -34,7 +34,7 @@ public:
std::function<double()> getFunctor( const std::string& functorName ) override;
void setOutlets( const LHCb::Particle* const* pTaggingParticle, const LHCb::Particle* const* pSignalCandidate,
const LHCb::RecVertex* const* pRecVertex ) override;
const LHCb::RecVertex* const* pRecVertex ) override;
private:
LoKi::IHybridFactory* m_factory = nullptr;
@@ -90,7 +90,6 @@ std::function<double()> LoKiWrapper::getFunctor( const std::string& functorName
return [vertexFunctor, this]() -> double { return vertexFunctor( *this->m_pAssociatedVertex ); };
}
if ( msgLevel( MSG::FATAL ) )
fatal() << "[LoKiWrapper::getFunctor] "
<< "Feature " << functorName << " could not be initialized." << endmsg;
Loading