ATLAS Offline Software
|
CaloCell_SuperCell_ID helper converter class. More...
#include "CaloIdCnv/CaloCell_SuperCell_IDDetDescrCnv.h"
#include "StoreGate/StoreGateSvc.h"
#include "CaloIdentifier/CaloID.h"
#include "CaloIdentifier/CaloCell_SuperCell_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_SuperCell_ID *&idhelper) |
Helper function to actually create a new helper. More... | |
CaloCell_SuperCell_ID helper converter class.
Definition in file CaloCell_SuperCell_IDDetDescrCnv.cxx.
#define GET_HELPER | ( | TYPE, | |
HELPER | |||
) |
StatusCode make_CaloIDHelper | ( | ISvcLocator * | svcloc, |
const std::string & | , | ||
CaloCell_SuperCell_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_SuperCell_ID
.
Definition at line 26 of file CaloCell_SuperCell_IDDetDescrCnv.cxx.