Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef DITAUREC_DITAUBUILDER_H
6 #define DITAUREC_DITAUBUILDER_H
17 #include "GaudiKernel/ToolHandle.h"
32 {
this,
"DiTauContainer",
"DiTauJets",
"" };
35 {
this,
"SeedJetName",
"AntiKt10LCTopoJets",
"" };
37 Gaudi::Property<float>
m_minPt{
this,
"minPt", 10000};
38 Gaudi::Property<float>
m_maxEta{
this,
"maxEta", 2.5};
39 Gaudi::Property<float>
m_Rjet{
this,
"Rjet", 1.0};
40 Gaudi::Property<float>
m_Rsubjet{
this,
"Rsubjet", 0.2};
41 Gaudi::Property<float>
m_Rcore{
this,
"Rcore", 0.1};
43 ToolHandleArray<DiTauToolBase>
m_tools{
this,
"Tools", {}};
47 #endif //> !DITAUREC_DITAUBUILDER_H
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode execute(const EventContext &) const override
SG::ReadHandleKey< xAOD::JetContainer > m_seedJetName
Gaudi::Property< float > m_Rjet
ToolHandleArray< DiTauToolBase > m_tools
virtual StatusCode initialize() override
SG::WriteHandleKey< xAOD::DiTauJetContainer > m_diTauContainerName
An algorithm that can be simultaneously executed in multiple threads.
Gaudi::Property< float > m_Rsubjet
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< float > m_maxEta
Gaudi::Property< float > m_minPt
Property holding a SG store/key/clid from which a WriteHandle is made.
virtual StatusCode finalize() override
Gaudi::Property< float > m_Rcore
DiTauBuilder(const std::string &name, ISvcLocator *pSvcLocator)