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

#include <TrigJetConditionConfig_bdips.h>

Inheritance diagram for TrigJetConditionConfig_bdips:
Collaboration diagram for TrigJetConditionConfig_bdips:

Public Member Functions

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

Detailed Description

Definition at line 13 of file TrigJetConditionConfig_bdips.h.

Constructor & Destructor Documentation

◆ TrigJetConditionConfig_bdips()

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

Definition at line 13 of file TrigJetConditionConfig_bdips.cxx.

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

Member Function Documentation

◆ checkVals()

StatusCode TrigJetConditionConfig_bdips::checkVals ( ) const
private

Definition at line 37 of file TrigJetConditionConfig_bdips.cxx.

37 {
38 return StatusCode::SUCCESS;
39}

◆ getCondition()

Condition TrigJetConditionConfig_bdips::getCondition ( ) const
overridevirtual

Definition at line 25 of file TrigJetConditionConfig_bdips.cxx.

25 {
26 auto a2d = ArgStrToDouble();
27 return std::make_unique<DipsCondition>(
28 a2d(m_min),
29 a2d(m_cfrac),
34}
Gaudi::Property< std::string > m_cfrac
Gaudi::Property< std::string > m_name_valid
Gaudi::Property< std::string > m_name_pb
Gaudi::Property< std::string > m_name_pu
Gaudi::Property< std::string > m_min
Gaudi::Property< std::string > m_name_pc

◆ initialize()

StatusCode TrigJetConditionConfig_bdips::initialize ( )
overridevirtual

Definition at line 18 of file TrigJetConditionConfig_bdips.cxx.

18 {
20
21 return StatusCode::SUCCESS;
22}
#define CHECK(...)
Evaluate an expression and check for errors.

Member Data Documentation

◆ m_cfrac

Gaudi::Property<std::string> TrigJetConditionConfig_bdips::m_cfrac
private
Initial value:
{
this, "cfrac", {}, "charm fraction"}

Definition at line 31 of file TrigJetConditionConfig_bdips.h.

31 {
32 this, "cfrac", {}, "charm fraction"};

◆ m_max

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

Definition at line 29 of file TrigJetConditionConfig_bdips.h.

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

◆ m_min

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

Definition at line 26 of file TrigJetConditionConfig_bdips.h.

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

◆ m_name_pb

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

Definition at line 33 of file TrigJetConditionConfig_bdips.h.

33 {
34 this, "namePb", {}, "pb accessor"};

◆ m_name_pc

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

Definition at line 35 of file TrigJetConditionConfig_bdips.h.

35 {
36 this, "namePc", {}, "pc accessor"};

◆ m_name_pu

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

Definition at line 37 of file TrigJetConditionConfig_bdips.h.

37 {
38 this, "namePu", {}, "pu accessor"};

◆ m_name_valid

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

Definition at line 39 of file TrigJetConditionConfig_bdips.h.

39 {
40 this, "nameValid", {}, "validity check"};

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