ATLAS Offline Software
Loading...
Searching...
No Matches
TrigJetConditionConfig_nnjvt.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5/*
6 Instantiator for NNJVT Condition
7 */
9#include "GaudiKernel/StatusCode.h"
10#include "./NNJVTCondition.h"
11
12TrigJetConditionConfig_nnjvt::TrigJetConditionConfig_nnjvt(const std::string& type, const std::string& name, const IInterface* parent) :
13 base_class(type, name, parent){
14}
15
16
19
20 return StatusCode::SUCCESS;
21}
22
23
25 return std::make_unique<NNJVTCondition>(m_nnJvtName);
26}
27
28
30 return StatusCode::SUCCESS;
31}
std::unique_ptr< ICondition > Condition
#define CHECK(...)
Evaluate an expression and check for errors.
TrigJetConditionConfig_nnjvt(const std::string &type, const std::string &name, const IInterface *parent)
Gaudi::Property< std::string > m_nnJvtName
virtual StatusCode initialize() override
virtual Condition getCondition() const override