ATLAS Offline Software
Loading...
Searching...
No Matches
TrigJetConditionConfig_clean.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/*
6 Instantiator for ET Condition
7 */
9#include "GaudiKernel/StatusCode.h"
10#include "./CleanCondition.h"
11
12
14 const std::string& name,
15 const IInterface* parent) :
16 base_class(type, name, parent){
17
18}
19
20
22 return StatusCode::SUCCESS;
23}
24
25
27 return std::make_unique<CleanCondition>(m_cName);
28}
29
30
32 return StatusCode::SUCCESS;
33}
34
std::unique_ptr< ICondition > Condition
virtual Condition getCondition() const override
TrigJetConditionConfig_clean(const std::string &type, const std::string &name, const IInterface *parent)
Gaudi::Property< std::string > m_cName
virtual StatusCode initialize() override