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

#include <TrigJetConditionConfig_dipzmlpl.h>

Inheritance diagram for TrigJetConditionConfig_dipzmlpl:
Collaboration diagram for TrigJetConditionConfig_dipzmlpl:

Public Member Functions

 TrigJetConditionConfig_dipzmlpl (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 value for Dipz MLPL"}
Gaudi::Property< std::string > m_max {this, "max", {}, "max value for Dipz MLPL"}
Gaudi::Property< std::string > m_capacity {this, "capacity", {}, "number of jets considered"}
Gaudi::Property< std::string > m_decName_z
Gaudi::Property< std::string > m_decName_negLogSigma2

Detailed Description

Definition at line 19 of file TrigJetConditionConfig_dipzmlpl.h.

Constructor & Destructor Documentation

◆ TrigJetConditionConfig_dipzmlpl()

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

Definition at line 13 of file TrigJetConditionConfig_dipzmlpl.cxx.

15 :
16 base_class(type, name, parent){
17
18}

Member Function Documentation

◆ checkVals()

StatusCode TrigJetConditionConfig_dipzmlpl::checkVals ( ) const
private

Definition at line 38 of file TrigJetConditionConfig_dipzmlpl.cxx.

38 {
39 return StatusCode::SUCCESS;
40}

◆ getCondition()

Condition TrigJetConditionConfig_dipzmlpl::getCondition ( ) const
overridevirtual

Definition at line 28 of file TrigJetConditionConfig_dipzmlpl.cxx.

28 {
29 auto a2d = ArgStrToDouble();
30 return std::make_unique<DipzMLPLCondition>(
31 a2d(m_min),
32 a2d(m_capacity),
35}
Gaudi::Property< std::string > m_decName_negLogSigma2

◆ initialize()

StatusCode TrigJetConditionConfig_dipzmlpl::initialize ( )
overridevirtual

Definition at line 21 of file TrigJetConditionConfig_dipzmlpl.cxx.

21 {
23
24 return StatusCode::SUCCESS;
25}
#define CHECK(...)
Evaluate an expression and check for errors.

Member Data Documentation

◆ m_capacity

Gaudi::Property<std::string> TrigJetConditionConfig_dipzmlpl::m_capacity {this, "capacity", {}, "number of jets considered"}
private

Definition at line 39 of file TrigJetConditionConfig_dipzmlpl.h.

39{this, "capacity", {}, "number of jets considered"};

◆ m_decName_negLogSigma2

Gaudi::Property<std::string> TrigJetConditionConfig_dipzmlpl::m_decName_negLogSigma2
private
Initial value:
{
this, "decName_sigma", {}, "dipz sigma accessor"}

Definition at line 42 of file TrigJetConditionConfig_dipzmlpl.h.

42 {
43 this, "decName_sigma", {}, "dipz sigma accessor"};

◆ m_decName_z

Gaudi::Property<std::string> TrigJetConditionConfig_dipzmlpl::m_decName_z
private
Initial value:
{
this, "decName_z", {}, "dipz z accessor"}

Definition at line 40 of file TrigJetConditionConfig_dipzmlpl.h.

40 {
41 this, "decName_z", {}, "dipz z accessor"};

◆ m_max

Gaudi::Property<std::string> TrigJetConditionConfig_dipzmlpl::m_max {this, "max", {}, "max value for Dipz MLPL"}
private

Definition at line 37 of file TrigJetConditionConfig_dipzmlpl.h.

37{this, "max", {}, "max value for Dipz MLPL"};

◆ m_min

Gaudi::Property<std::string> TrigJetConditionConfig_dipzmlpl::m_min {this, "min", {}, "min value for Dipz MLPL"}
private

Definition at line 35 of file TrigJetConditionConfig_dipzmlpl.h.

35{this, "min", {}, "min value for Dipz MLPL"};

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