 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef BJetTwoValueCheck_h
6 #define BJetTwoValueCheck_h
15 const std::string&
type,
16 const std::string&
name,
25 Gaudi::Property<std::string>
m_numName {
this,
"numerator",
"",
26 "numerator name in flavor log likelihood"};
27 Gaudi::Property<std::string>
m_denomName {
this,
"denominator",
"",
28 "denominator name in flavor log likelihood"};
30 "minimum value to pass"};
31 std::unique_ptr<Accessors>
m_acc;
33 ToolHandle< GenericMonitoringTool >
m_monTool {
this,
"MonTool",
"",
35 Gaudi::Property<std::string>
m_llrName {
this,
"llrName",
"bbtag_llr",
36 "name to give log likelihood in monitoring"};
BJetTwoValueCheck(const std::string &type, const std::string &name, const IInterface *parent)
Gaudi::Property< std::string > m_denomName
Base class for elements of a container that can have aux data.
Gaudi::Property< std::string > m_numName
Helper class to provide constant type-safe access to aux data.
std::unique_ptr< Accessors > m_acc
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual bool passThreshold(const SG::AuxElement &) const override
SG::AuxElement::ConstAccessor< float > n
ToolHandle< GenericMonitoringTool > m_monTool
virtual StatusCode initialize() override
Gaudi::Property< float > m_threshold
SG::AuxElement::ConstAccessor< float > d
Gaudi::Property< std::string > m_llrName