ATLAS Offline Software
Loading...
Searching...
No Matches
TrigJetConditionConfig_clean.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGJETCONDITIONCONFIG_CLEAN_H
6#define TRIGJETCONDITIONCONFIG_CLEAN_H
7
9#include "./ConditionsDefs.h"
11
13public extends<AthAlgTool, ITrigJetConditionConfig> {
14
15 public:
16
17 TrigJetConditionConfig_clean(const std::string& type, const std::string& name, const IInterface* parent);
18
19 virtual StatusCode initialize() override;
20 virtual Condition getCondition() const override;
21
22 private:
23
24 Gaudi::Property<std::string>
25 m_cName{this, "val", {}, "Jet cleaning decoration name"};
26
27 StatusCode checkVals() const;
28
29};
30#endif
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