Loading [MathJax]/jax/output/SVG/config.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
10 declareInterface<IJetDecorator>(
this);
17 ATH_MSG_ERROR(
"HIJetMaxOverMeanTool needs to have its input jet container name configured!");
18 return StatusCode::FAILURE;
27 return StatusCode::SUCCESS;
42 for (
const auto *constituent : constituents)
44 float et=constituent->e()/std::cosh(constituent->eta());
55 jetMaxConstituentETDecorHandle(*
jet) =
max;
56 jetMaxOverMeanDecorHandle(*
jet) = D;
59 return StatusCode::SUCCESS;
Extra patterns decribing particle interation process.
const std::string & key() const
Return the StoreGate ID for the referenced object.
::StatusCode StatusCode
StatusCode definition for legacy code.
Handle class for adding a decoration to an object.
Handle class for adding a decoration to an object.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
A vector of jet constituents at the scale used during jet finding.