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

#include <TrigJetConditionConfig_gntau.h>

Inheritance diagram for TrigJetConditionConfig_gntau:
Collaboration diagram for TrigJetConditionConfig_gntau:

Public Member Functions

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

Private Member Functions

StatusCode checkVals () const

Private Attributes

Gaudi::Property< std::string > m_min {this, "min", {}, "min gntau cut value"}
Gaudi::Property< std::string > m_max {this, "max", {}, "max gntau cut value"}
Gaudi::Property< std::string > m_name_ptau
Gaudi::Property< std::string > m_name_pu
Gaudi::Property< std::string > m_name_valid

Detailed Description

Definition at line 13 of file TrigJetConditionConfig_gntau.h.

Constructor & Destructor Documentation

◆ TrigJetConditionConfig_gntau()

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

Definition at line 10 of file TrigJetConditionConfig_gntau.cxx.

10 :
11 base_class(type, name, parent){
12}

Member Function Documentation

◆ checkVals()

StatusCode TrigJetConditionConfig_gntau::checkVals ( ) const
private

Definition at line 32 of file TrigJetConditionConfig_gntau.cxx.

32 {
33 return StatusCode::SUCCESS;
34}

◆ getCondition()

Condition TrigJetConditionConfig_gntau::getCondition ( ) const
overridevirtual

Definition at line 22 of file TrigJetConditionConfig_gntau.cxx.

22 {
23 auto a2d = ArgStrToDouble();
24 return std::make_unique<GNTauCondition>(
25 a2d(m_min),
29}
Gaudi::Property< std::string > m_name_pu
Gaudi::Property< std::string > m_name_valid
Gaudi::Property< std::string > m_name_ptau
Gaudi::Property< std::string > m_min

◆ initialize()

StatusCode TrigJetConditionConfig_gntau::initialize ( )
overridevirtual

Definition at line 15 of file TrigJetConditionConfig_gntau.cxx.

15 {
17
18 return StatusCode::SUCCESS;
19}
#define CHECK(...)
Evaluate an expression and check for errors.

Member Data Documentation

◆ m_max

Gaudi::Property<std::string> TrigJetConditionConfig_gntau::m_max {this, "max", {}, "max gntau cut value"}
private

Definition at line 29 of file TrigJetConditionConfig_gntau.h.

29{this, "max", {}, "max gntau cut value"};

◆ m_min

Gaudi::Property<std::string> TrigJetConditionConfig_gntau::m_min {this, "min", {}, "min gntau cut value"}
private

Definition at line 26 of file TrigJetConditionConfig_gntau.h.

26{this, "min", {}, "min gntau cut value"};

◆ m_name_ptau

Gaudi::Property<std::string> TrigJetConditionConfig_gntau::m_name_ptau
private
Initial value:
{
this, "namePtau", {}, "ptau accessor"}

Definition at line 31 of file TrigJetConditionConfig_gntau.h.

31 {
32 this, "namePtau", {}, "ptau accessor"};

◆ m_name_pu

Gaudi::Property<std::string> TrigJetConditionConfig_gntau::m_name_pu
private
Initial value:
{
this, "namePu", {}, "pu accessor"}

Definition at line 33 of file TrigJetConditionConfig_gntau.h.

33 {
34 this, "namePu", {}, "pu accessor"};

◆ m_name_valid

Gaudi::Property<std::string> TrigJetConditionConfig_gntau::m_name_valid
private
Initial value:
{
this, "nameValid", {}, "validity check"}

Definition at line 35 of file TrigJetConditionConfig_gntau.h.

35 {
36 this, "nameValid", {}, "validity check"};

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