ATLAS Offline Software
Loading...
Searching...
No Matches
TrigJetConditionConfig_timesig.h
Go to the documentation of this file.
1
2/*
3 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
4*/
5
6#ifndef TRIGJETCONDITIONCONFIG_TIMESIG_H
7#define TRIGJETCONDITIONCONFIG_TIMESIG_H
8
9
11#include "./ConditionsDefs.h"
13
15public extends<AthAlgTool, ITrigJetConditionConfig> {
16
17 public:
18
19 TrigJetConditionConfig_timesig(const std::string& type, const std::string& name, const IInterface* parent);
20
21 virtual StatusCode initialize() override;
22 virtual Condition getCondition() const override;
23
24 private:
25
26 Gaudi::Property<std::string>
27 m_minTimeSignificance{this, "min", {}, "min time significance value"};
28
29 Gaudi::Property<std::string>
30 m_maxTime{this, "max", {}, "max time value"};
31
32 StatusCode checkVals() const;
33};
34#endif
std::unique_ptr< ICondition > Condition
virtual Condition getCondition() const override
TrigJetConditionConfig_timesig(const std::string &type, const std::string &name, const IInterface *parent)
Gaudi::Property< std::string > m_maxTime
Gaudi::Property< std::string > m_minTimeSignificance