ATLAS Offline Software
Loading...
Searching...
No Matches
TrigJetConditionConfig_uht1tau.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
6#include "GaudiKernel/StatusCode.h"
8#include "./ArgStrToDouble.h"
9
10TrigJetConditionConfig_uht1tau::TrigJetConditionConfig_uht1tau(const std::string& type, const std::string& name, const IInterface* parent) :
11 base_class(type, name, parent){
12}
13
14
17
18 return StatusCode::SUCCESS;
19}
20
21
23 auto a2d = ArgStrToDouble();
24 return std::make_unique<UHT1TauCondition>(
25 a2d(m_min),
29}
30
31
33 return StatusCode::SUCCESS;
34}
std::unique_ptr< ICondition > Condition
#define CHECK(...)
Evaluate an expression and check for errors.
Gaudi::Property< std::string > m_name_ptau
Gaudi::Property< std::string > m_name_pu
Gaudi::Property< std::string > m_name_valid
TrigJetConditionConfig_uht1tau(const std::string &type, const std::string &name, const IInterface *parent)
virtual Condition getCondition() const override