ATLAS Offline Software
Loading...
Searching...
No Matches
TrigJetConditionConfig_acceptAll.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
6
8
10(const std::string& type,
11 const std::string& name,
12 const IInterface* parent) : base_class(type, name, parent){
13
14}
15
17 return std::make_unique<AcceptAllCondition>();
18}
std::unique_ptr< ICondition > Condition
virtual Condition getCondition() const override
TrigJetConditionConfig_acceptAll(const std::string &type, const std::string &name, const IInterface *parent)