Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
22 const IInterface*
p) :
25 declareInterface<DerivationFramework::IAugmentationTool>(
this);
33 return StatusCode::SUCCESS;
46 for (
unsigned int i =0 ;
i <
jets->size() ;
i++){
47 auto jet = (*jets)[
i] ;
48 if (fabs(
jet->eta()) < 2.5){
55 return StatusCode::SUCCESS;
::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.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
Handle class for reading from StoreGate.