#include <TruthEDDecorator.h>
|
| Gaudi::Property< std::string > | m_ed_suffix {this, "DecorationSuffix", "_rho"} |
| |
| SG::ReadHandleKey< xAOD::EventInfo > | m_eventInfoKey {this, "EventInfoName", "EventInfo", "EventInfo key"} |
| |
| SG::ReadHandleKeyArray< xAOD::EventShape > | m_eventShapeKeys {this, "EventShapeKeys", {}, "Truth EventShape keys"} |
| |
| SG::WriteDecorHandleKeyArray< xAOD::EventInfo > | m_eventDensityDecorKeys {this, "EnergyDensityDecorKeys", {}, "Truth energy density decoration keys"} |
| |
Definition at line 32 of file TruthEDDecorator.h.
◆ TruthEDDecorator()
| DerivationFramework::TruthEDDecorator::TruthEDDecorator |
( |
const std::string & |
t, |
|
|
const std::string & |
n, |
|
|
const IInterface * |
p |
|
) |
| |
◆ ~TruthEDDecorator()
| DerivationFramework::TruthEDDecorator::~TruthEDDecorator |
( |
| ) |
|
◆ addBranches()
| StatusCode DerivationFramework::TruthEDDecorator::addBranches |
( |
const EventContext & |
ctx | ) |
const |
|
finaloverridevirtual |
Definition at line 32 of file TruthEDDecorator.cxx.
37 if (!eventInfo.isValid()) {
39 return StatusCode::FAILURE;
45 if (!eventShape.isValid()) {
47 return StatusCode::FAILURE;
55 return StatusCode::SUCCESS;
◆ initialize()
| StatusCode DerivationFramework::TruthEDDecorator::initialize |
( |
| ) |
|
|
finaloverride |
◆ m_ed_suffix
| Gaudi::Property<std::string> DerivationFramework::TruthEDDecorator::m_ed_suffix {this, "DecorationSuffix", "_rho"} |
|
private |
◆ m_eventDensityDecorKeys
◆ m_eventInfoKey
◆ m_eventShapeKeys
The documentation for this class was generated from the following files: