29 ISvcLocator *pSvcLocator)
41 return StatusCode::SUCCESS;
52 vec->clearDecorations();
56 c->clearDecorations();
58 const CVec* ctrig = 0;
60 ctrig->clearDecorations();
62 return StatusCode::SUCCESS;
71 return StatusCode::SUCCESS;
Class used for testing xAOD data reading/writing.
Class used for testing xAOD data reading/writing.
std::vector< size_t > vec
Helpers for checking error return status codes and reporting errors.
#define CHECK(...)
Evaluate an expression and check for errors.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
ServiceHandle< StoreGateSvc > & evtStore()
virtual StatusCode execute()
Algorithm event processing.
virtual StatusCode initialize()
Algorithm initialization; called at the beginning of the job.
virtual StatusCode finalize()
Algorithm finalization; called at the end of the job.
std::string m_readPrefix
Parameter: Prefix for names read from SG.
xAODTestClearDecor(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Algorithm to test clearing xAOD decorations.