ATLAS Offline Software
Loading...
Searching...
No Matches
TrigJetConditionConfig_bdips.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5/*
6 Instantiator for JVT Condition
7 */
9#include "GaudiKernel/StatusCode.h"
10#include "./DipsCondition.h"
11#include "./ArgStrToDouble.h"
12
13TrigJetConditionConfig_bdips::TrigJetConditionConfig_bdips(const std::string& type, const std::string& name, const IInterface* parent) :
14 base_class(type, name, parent){
15}
16
17
20
21 return StatusCode::SUCCESS;
22}
23
24
26 auto a2d = ArgStrToDouble();
27 return std::make_unique<DipsCondition>(
28 a2d(m_min),
29 a2d(m_cfrac),
34}
35
36
38 return StatusCode::SUCCESS;
39}
std::unique_ptr< ICondition > Condition
#define CHECK(...)
Evaluate an expression and check for errors.
virtual StatusCode initialize() override
Gaudi::Property< std::string > m_cfrac
TrigJetConditionConfig_bdips(const std::string &type, const std::string &name, const IInterface *parent)
Gaudi::Property< std::string > m_name_valid
Gaudi::Property< std::string > m_name_pb
Gaudi::Property< std::string > m_name_pu
virtual Condition getCondition() const override
Gaudi::Property< std::string > m_min
Gaudi::Property< std::string > m_name_pc