Implementation for the IJetEtRoICnvTool interface. More...
#include <JetEtRoICnvTool.h>
Public Member Functions | |
JetEtRoICnvTool (const std::string &type, const std::string &name, const IInterface *parent) | |
Regular AlgTool constructor. | |
virtual StatusCode | initialize () |
Function initialising the tool. | |
virtual StatusCode | convert (const LVL1_ROI *aod, xAOD::JetEtRoI *xaod) |
Function that fills an existing xAOD::JetEtRoI. |
Implementation for the IJetEtRoICnvTool interface.
This is a simple tool that implements the converter function defined in IJetEtRoICnvTool.
StatusCode xAODMaker::JetEtRoICnvTool::convert | ( | const LVL1_ROI * | aod, | |
xAOD::JetEtRoI * | xaod | |||
) | [virtual] |
Function that fills an existing xAOD::JetEtRoI.
This is the important function of the tool. It takes the jet-Et RoI object from a LVL1_ROI container, and fills an xAOD::JetEtRoI with it.
aod | The AOD object to take the jet-Et RoI from | |
xaod | The xAOD object to fill with information |
StatusCode::SUCCESS
if all went fine, something else if not Implements xAODMaker::IJetEtRoICnvTool.