ATLAS Offline Software
Public Member Functions | Private Member Functions | Private Attributes | List of all members
TrigJetConditionConfig_uht1tau Class Reference

#include <TrigJetConditionConfig_uht1tau.h>

Inheritance diagram for TrigJetConditionConfig_uht1tau:
Collaboration diagram for TrigJetConditionConfig_uht1tau:

Public Member Functions

 TrigJetConditionConfig_uht1tau (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 uht1tau cut value"}
 
Gaudi::Property< std::string > m_max {this, "max", {}, "max uht1tau cut value"}
 
Gaudi::Property< std::string > m_name_ptau
 
Gaudi::Property< std::string > m_name_pu
 
Gaudi::Property< std::string > m_name_pc
 
Gaudi::Property< std::string > m_name_pb
 
Gaudi::Property< std::string > m_name_valid
 

Detailed Description

Definition at line 13 of file TrigJetConditionConfig_uht1tau.h.

Constructor & Destructor Documentation

◆ TrigJetConditionConfig_uht1tau()

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

Definition at line 10 of file TrigJetConditionConfig_uht1tau.cxx.

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

Member Function Documentation

◆ checkVals()

StatusCode TrigJetConditionConfig_uht1tau::checkVals ( ) const
private

Definition at line 32 of file TrigJetConditionConfig_uht1tau.cxx.

32  {
33  return StatusCode::SUCCESS;
34 }

◆ getCondition()

Condition TrigJetConditionConfig_uht1tau::getCondition ( ) const
overridevirtual

Definition at line 22 of file TrigJetConditionConfig_uht1tau.cxx.

22  {
23  auto a2d = ArgStrToDouble();
24  return std::make_unique<UHT1TauCondition>(
25  a2d(m_min),
27  m_name_pu,
28  m_name_valid);
29 }

◆ initialize()

StatusCode TrigJetConditionConfig_uht1tau::initialize ( )
overridevirtual

Definition at line 15 of file TrigJetConditionConfig_uht1tau.cxx.

15  {
16  CHECK(checkVals());
17 
18  return StatusCode::SUCCESS;
19 }

Member Data Documentation

◆ m_max

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

Definition at line 29 of file TrigJetConditionConfig_uht1tau.h.

◆ m_min

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

Definition at line 26 of file TrigJetConditionConfig_uht1tau.h.

◆ m_name_pb

Gaudi::Property<std::string> TrigJetConditionConfig_uht1tau::m_name_pb
private
Initial value:
{
this, "namePb", {}, "pb accessor"}

Definition at line 37 of file TrigJetConditionConfig_uht1tau.h.

◆ m_name_pc

Gaudi::Property<std::string> TrigJetConditionConfig_uht1tau::m_name_pc
private
Initial value:
{
this, "namePc", {}, "pc accessor"}

Definition at line 35 of file TrigJetConditionConfig_uht1tau.h.

◆ m_name_ptau

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

Definition at line 31 of file TrigJetConditionConfig_uht1tau.h.

◆ m_name_pu

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

Definition at line 33 of file TrigJetConditionConfig_uht1tau.h.

◆ m_name_valid

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

Definition at line 39 of file TrigJetConditionConfig_uht1tau.h.


The documentation for this class was generated from the following files:
ArgStrToDouble
Definition: ArgStrToDouble.h:13
TrigJetConditionConfig_uht1tau::checkVals
StatusCode checkVals() const
Definition: TrigJetConditionConfig_uht1tau.cxx:32
TrigJetConditionConfig_uht1tau::m_min
Gaudi::Property< std::string > m_min
Definition: TrigJetConditionConfig_uht1tau.h:26
python.CaloAddPedShiftConfig.type
type
Definition: CaloAddPedShiftConfig.py:42
test_pyathena.parent
parent
Definition: test_pyathena.py:15
CHECK
#define CHECK(...)
Evaluate an expression and check for errors.
Definition: Control/AthenaKernel/AthenaKernel/errorcheck.h:422
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
TrigJetConditionConfig_uht1tau::m_name_pu
Gaudi::Property< std::string > m_name_pu
Definition: TrigJetConditionConfig_uht1tau.h:33
TrigJetConditionConfig_uht1tau::m_name_valid
Gaudi::Property< std::string > m_name_valid
Definition: TrigJetConditionConfig_uht1tau.h:39
TrigJetConditionConfig_uht1tau::m_name_ptau
Gaudi::Property< std::string > m_name_ptau
Definition: TrigJetConditionConfig_uht1tau.h:31