Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
24 m_cnvTool(
"xAODMaker::MissingETCnvTool/MissingETCnvTool", this ) {
42 return StatusCode::SUCCESS;
50 xaod->setStore( aux );
53 std::vector< std::string >::const_iterator key_itr =
m_aodKeys.begin();
54 std::vector< std::string >::const_iterator key_end =
m_aodKeys.end();
55 for( ; key_itr != key_end; ++key_itr ) {
64 ATH_MSG_DEBUG(
"Retrieved MET object with key: " << *key_itr );
80 map->setStore( mapAux );
86 return StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
Auxiliary data store for xAOD::MissingETComponentMap_v1.
MissingETAuxComponentMap_v1 MissingETAuxComponentMap
Version control by type definition.
MissingETAuxContainer_v1 MissingETAuxContainer
MissingETCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
MissingETContainer_v1 MissingETContainer
std::string m_xaodKey
StoreGate key of the output MET container.
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
::StatusCode StatusCode
StatusCode definition for legacy code.
Auxiliary data store for xAOD::MissingETContainer.
Container for xAOD::MissingET_v1 objects.
virtual StatusCode initialize()
Function initialising the algorithm.
std::vector< std::string > m_aodKeys
StoreGate keys of the input MET objects.
#define ATH_MSG_WARNING(x)
MissingETComponentMap_v1 MissingETComponentMap
Version control by type definition.
ToolHandle< IMissingETCnvTool > m_cnvTool
Handle to the converter tool.
virtual StatusCode execute()
Function executing the algorithm.