#include <AsgSelectionToolWrapper.h>
Definition at line 18 of file AsgSelectionToolWrapper.h.
◆ AsgSelectionToolWrapper()
DerivationFramework::AsgSelectionToolWrapper::AsgSelectionToolWrapper |
( |
const std::string & |
t, |
|
|
const std::string & |
n, |
|
|
const IInterface * |
p |
|
) |
| |
◆ addBranches()
StatusCode DerivationFramework::AsgSelectionToolWrapper::addBranches |
( |
| ) |
const |
|
finaloverridevirtual |
Definition at line 41 of file AsgSelectionToolWrapper.cxx.
45 const EventContext& ctx = Gaudi::Hive::currentContext();
47 if( ! decorator.isValid() ) {
49 return StatusCode::FAILURE;
56 decorator(*
part) =
true && theAccept;
58 decorator(*
part) =
true && theAccept.getCutResult(
m_cut);
62 return StatusCode::SUCCESS;
◆ initialize()
StatusCode DerivationFramework::AsgSelectionToolWrapper::initialize |
( |
| ) |
|
|
finaloverride |
◆ m_containerKey
◆ m_cut
Gaudi::Property<std::string> DerivationFramework::AsgSelectionToolWrapper::m_cut {this, "CutType", "" } |
|
private |
◆ m_decorKey
Initial value:{this, "DecorationKey", "",
"Will be composed by <ContainerName>.<StoreGateEntryName>"}
Definition at line 33 of file AsgSelectionToolWrapper.h.
◆ m_sgName
Gaudi::Property<std::string> DerivationFramework::AsgSelectionToolWrapper::m_sgName {this, "StoreGateEntryName", ""} |
|
private |
◆ m_tool
PublicToolHandle<IAsgSelectionTool> DerivationFramework::AsgSelectionToolWrapper::m_tool {this, "AsgSelectionTool", ""} |
|
private |
The documentation for this class was generated from the following files:
Class providing the definition of the 4-vector interface.