|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef TRACKCALOCLUSTERREC_TRACKCALOCLUSTERRECVALIDATION_TRACKCALOCLUSTERRECVALIDATIONTOOL_H
5 #define TRACKCALOCLUSTERREC_TRACKCALOCLUSTERRECVALIDATION_TRACKCALOCLUSTERRECVALIDATIONTOOL_H
16 #include "GaudiKernel/ToolHandle.h"
67 template<
class T>
const T*
getContainer(
const std::string & containerName);
120 const T *
ptr =
evtStore()->retrieve<
const T >( containerName );
122 ATH_MSG_WARNING(
"Container '"<<containerName<<
"' could not be retrieved");
127 #endif //TRACKCALOCLUSTERREC_TRACKCALOCLUSTERRECVALIDATION_TRACKCALOCLUSTERRECVALIDATIONTOOL_H
Property holding a SG store/key/clid from which a ReadHandle is made.
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
::StatusCode StatusCode
StatusCode definition for legacy code.
#define ATH_MSG_WARNING(x)