diff --git a/Trigger/TrigSteer/DecisionHandling/DecisionHandling/InputMakerBase.h b/Trigger/TrigSteer/DecisionHandling/DecisionHandling/InputMakerBase.h index a86cf311dbb5f80393f47bdde51ae6972092b8aa..6d75733cad0e4f4a70a73317b466e1180311cffd 100644 --- a/Trigger/TrigSteer/DecisionHandling/DecisionHandling/InputMakerBase.h +++ b/Trigger/TrigSteer/DecisionHandling/DecisionHandling/InputMakerBase.h @@ -10,7 +10,6 @@ #include "AthenaBaseComps/AthReentrantAlgorithm.h" #include "StoreGate/ReadHandleKeyArray.h" -//using namespace TrigCompositeUtils; class InputMakerBase : public ::AthReentrantAlgorithm { /** diff --git a/Trigger/TrigSteer/DecisionHandling/src/InputMakerBase.cxx b/Trigger/TrigSteer/DecisionHandling/src/InputMakerBase.cxx index 641d9bce5988b6f95394c49752efd262a8ae3949..34e8daff94ef8b8512f7772a1db49870f88b440e 100644 --- a/Trigger/TrigSteer/DecisionHandling/src/InputMakerBase.cxx +++ b/Trigger/TrigSteer/DecisionHandling/src/InputMakerBase.cxx @@ -6,7 +6,8 @@ #include "DecisionHandling/HLTIdentifier.h" #include "TrigSteeringEvent/TrigRoiDescriptorCollection.h" -const std::vector<std::string> baseLinks = {"initialRoI", "roi", "view", "feature"}; +using namespace TrigCompositeUtils; + InputMakerBase::InputMakerBase( const std::string& name, ISvcLocator* pSvcLocator ) : ::AthReentrantAlgorithm( name, pSvcLocator ) {}