ATLAS Offline Software
|
CaloCell_ID helper converter class. More...
#include "CaloIdCnv/CaloCell_IDDetDescrCnv.h"
#include "StoreGate/StoreGateSvc.h"
#include "CaloIdentifier/CaloID.h"
#include "CaloIdentifier/CaloCell_ID.h"
#include "AthenaKernel/errorcheck.h"
Go to the source code of this file.
Macros | |
#define | GET_HELPER(TYPE, HELPER) |
Functions | |
StatusCode | make_CaloIDHelper (ISvcLocator *svcloc, const std::string &, CaloCell_ID *&idhelper) |
Helper function to actually create a new helper. More... | |
CaloCell_ID helper converter class.
Definition in file CaloCell_IDDetDescrCnv.cxx.
#define GET_HELPER | ( | TYPE, | |
HELPER | |||
) |
StatusCode make_CaloIDHelper | ( | ISvcLocator * | svcloc, |
const std::string & | , | ||
CaloCell_ID *& | idhelper | ||
) |
Helper function to actually create a new helper.
svcloc | Gaudi service locator. |
helperKey | The StoreGate key of the helper being created. |
idhelper[out] | Set to the created helper. |
We override this for the case of CaloCell_ID
.
Definition at line 27 of file CaloCell_IDDetDescrCnv.cxx.