ATLAS Offline Software
Loading...
Searching...
No Matches
TrigJetConditionConfig_acceptAll Class Reference

#include <TrigJetConditionConfig_acceptAll.h>

Inheritance diagram for TrigJetConditionConfig_acceptAll:
Collaboration diagram for TrigJetConditionConfig_acceptAll:

Public Member Functions

 TrigJetConditionConfig_acceptAll (const std::string &type, const std::string &name, const IInterface *parent)
virtual Condition getCondition () const override

Detailed Description

Definition at line 12 of file TrigJetConditionConfig_acceptAll.h.

Constructor & Destructor Documentation

◆ TrigJetConditionConfig_acceptAll()

TrigJetConditionConfig_acceptAll::TrigJetConditionConfig_acceptAll ( const std::string & type,
const std::string & name,
const IInterface * parent )

Definition at line 9 of file TrigJetConditionConfig_acceptAll.cxx.

12 : base_class(type, name, parent){
13
14}

Member Function Documentation

◆ getCondition()

Condition TrigJetConditionConfig_acceptAll::getCondition ( ) const
overridevirtual

Definition at line 16 of file TrigJetConditionConfig_acceptAll.cxx.

16 {
17 return std::make_unique<AcceptAllCondition>();
18}

The documentation for this class was generated from the following files: