ATLAS Offline Software
TrigJetHypoToolConfig_passthroughfilter.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
7 #include "./PassThroughFilter.h"
8 
9 #include "GaudiKernel/StatusCode.h"
10 
12  const std::string& name,
13  const IInterface* parent) :
14  base_class(type, name, parent){
15 }
16 
17 
19 }
20 
22  ATH_MSG_DEBUG("initialising " << name());
23  return StatusCode::SUCCESS;
24 }
25 
26 
29  return std::make_unique<PassThroughFilter>();
30 }
31 
TrigJetHypoToolConfig_passthroughfilter::~TrigJetHypoToolConfig_passthroughfilter
virtual ~TrigJetHypoToolConfig_passthroughfilter()
Definition: TrigJetHypoToolConfig_passthroughfilter.cxx:18
PassThroughFilter.h
FilterPtr
std::unique_ptr< IHypoJetVectorFilter > FilterPtr
Definition: ITrigHypoJetVectorFilterConfig.h:10
TrigJetHypoToolConfig_passthroughfilter.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
test_pyathena.parent
parent
Definition: test_pyathena.py:15
TrigJetHypoToolConfig_passthroughfilter::getHypoJetVectorFilter
virtual FilterPtr getHypoJetVectorFilter() const override
Definition: TrigJetHypoToolConfig_passthroughfilter.cxx:28
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
TrigJetHypoToolConfig_passthroughfilter::initialize
virtual StatusCode initialize() override
Definition: TrigJetHypoToolConfig_passthroughfilter.cxx:21
TrigJetHypoToolConfig_passthroughfilter::TrigJetHypoToolConfig_passthroughfilter
TrigJetHypoToolConfig_passthroughfilter(const std::string &type, const std::string &name, const IInterface *parent)
Definition: TrigJetHypoToolConfig_passthroughfilter.cxx:11
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78