#include <CellsInConeThinning.h>
Definition at line 29 of file CellsInConeThinning.h.
◆ CellsInConeThinning()
DerivationFramework::CellsInConeThinning::CellsInConeThinning |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~CellsInConeThinning()
DerivationFramework::CellsInConeThinning::~CellsInConeThinning |
( |
| ) |
|
|
inline |
◆ addBranches()
StatusCode DerivationFramework::CellsInConeThinning::addBranches |
( |
| ) |
const |
Make new container
Input objects
Fill clusters without selection string
Finalize clusters
Return
Definition at line 46 of file CellsInConeThinning.cxx.
58 return StatusCode::FAILURE;
61 unsigned int nEgammas(egammas->
size());
63 return StatusCode::SUCCESS;
71 return StatusCode::FAILURE;
79 std::vector<int>
entries = m_parser->evaluateAsVector();
83 ATH_MSG_ERROR(
"Sizes incompatible! Are you sure your selection string "
84 "used e-gamma objects");
85 return StatusCode::FAILURE;
111 return StatusCode::SUCCESS;
◆ finalize()
StatusCode DerivationFramework::CellsInConeThinning::finalize |
( |
| ) |
|
◆ initialize()
StatusCode DerivationFramework::CellsInConeThinning::initialize |
( |
| ) |
|
◆ m_caloMgrKey
Initial value:{
this,
"CaloDetDescrManager",
"CaloDetDescrManager"
}
Definition at line 63 of file CellsInConeThinning.h.
◆ m_dr
double DerivationFramework::CellsInConeThinning::m_dr |
|
private |
◆ m_InputCellsSGKey
Initial value:{
this,
"InputCellsSGKey",
"AllCalo",
"SG key for input cells container"
}
Definition at line 44 of file CellsInConeThinning.h.
◆ m_OutputCellLinkSGKey
Initial value:{
this,
"OutputCellLinksSGKey",
"EgammaDummyCellLink",
"SG key for output cell links"
}
Definition at line 56 of file CellsInConeThinning.h.
◆ m_OutputClusterSGKey
Initial value:{
this,
"OutputClusterSGKey",
"EgammaDummyClusters",
"SG key for output"
}
Definition at line 50 of file CellsInConeThinning.h.
◆ m_selectionString
std::string DerivationFramework::CellsInConeThinning::m_selectionString |
|
private |
◆ m_SGKey
The documentation for this class was generated from the following files: