ATLAS Offline Software
Loading...
Searching...
No Matches
TrigJetConditionConfig_gntau.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
6#include "GaudiKernel/StatusCode.h"
7#include "./GNTauCondition.h"
8#include "./ArgStrToDouble.h"
9
10TrigJetConditionConfig_gntau::TrigJetConditionConfig_gntau(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<GNTauCondition>(
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.
TrigJetConditionConfig_gntau(const std::string &type, const std::string &name, const IInterface *parent)
Gaudi::Property< std::string > m_name_pu
virtual Condition getCondition() const override
Gaudi::Property< std::string > m_name_valid
Gaudi::Property< std::string > m_name_ptau
Gaudi::Property< std::string > m_min
virtual StatusCode initialize() override