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

Merge branch 'bJetInheritsFromBaseAlgo' into 'master'

Make TrigBjetHypoAlg inherit from BaseAlgo

See merge request atlas/athena!12482
parents 680fc5dd d56f44ed
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ using namespace TrigCompositeUtils;
TrigBjetHypoAlg::TrigBjetHypoAlg( const std::string& name,
ISvcLocator* pSvcLocator ) :
::AthReentrantAlgorithm( name, pSvcLocator ) {}
::HypoBase( name, pSvcLocator ) {}
TrigBjetHypoAlg::~TrigBjetHypoAlg()
{}
......
......@@ -16,6 +16,7 @@
#include "TrigBjetHypoTool.h"
#include "DecisionHandling/HypoBase.h"
/**
* @class Implements b-jet selection for the new HLT framework
......@@ -23,7 +24,7 @@
**/
class TrigBjetHypoAlg
: public ::AthReentrantAlgorithm
: public ::HypoBase
{
public:
......
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