ATLAS Offline Software
Loading...
Searching...
No Matches
TrigJetConditionConfig_dipzmlpl.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGJETCONDITIONCONFIG_DIPZMLPL_H
6#define TRIGJETCONDITIONCONFIG_DIPZMLPL_H
7
8/*
9Condiguration AlgTool for ht conditions to be run in FastReduction
10PS
11*/
12
14#include "./ConditionsDefs.h"
16
17// #include "TrigHLTJetHypo/TrigHLTJetHypoUtils/ConditionsDefs.h"
18
20public extends<AthAlgTool, ITrigJetConditionConfig> {
21
22 public:
23
24 TrigJetConditionConfig_dipzmlpl(const std::string& type,
25 const std::string& name,
26 const IInterface* parent);
27
28 virtual StatusCode initialize() override;
29 virtual Condition getCondition() const override;
30
31 private:
32
33
34 Gaudi::Property<std::string>
35 m_min{this, "min", {}, "min value for Dipz MLPL"};
36 Gaudi::Property<std::string>
37 m_max{this, "max", {}, "max value for Dipz MLPL"};
38 Gaudi::Property<std::string>
39 m_capacity{this, "capacity", {}, "number of jets considered"};
40 Gaudi::Property<std::string> m_decName_z{
41 this, "decName_z", {}, "dipz z accessor"};
42 Gaudi::Property<std::string> m_decName_negLogSigma2{
43 this, "decName_sigma", {}, "dipz sigma accessor"};
44
45 StatusCode checkVals() const;
46};
47#endif
std::unique_ptr< ICondition > Condition
TrigJetConditionConfig_dipzmlpl(const std::string &type, const std::string &name, const IInterface *parent)
virtual Condition getCondition() const override
Gaudi::Property< std::string > m_decName_negLogSigma2