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

Merge branch 'bJetInheritsFromBaseAlgo' into 'master'

Make TrigBjetHypoAlg inherit from BaseAlgo

See merge request atlas/athena!12482

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