|
ATLAS Offline Software
|
Go to the documentation of this file.
17 #include "Gaudi/Property.h"
33 ISvcLocator* pSvcLocator ) :
43 "Output location of 'Data' objects" );
47 "Number of 'Data' objects to be stored each event" );
63 msg().setLevel( msgLevel() );
67 return StatusCode::SUCCESS;
73 return StatusCode::SUCCESS;
89 for ( std::size_t iObj = 0; iObj !=
m_nObjs; ++iObj ) {
100 if (
data->m_data.empty() ) {
106 return allGood ? StatusCode::SUCCESS : StatusCode::FAILURE;
def retrieve(aClass, aKey=None)
char data[hepevt_bytes_allocation_ATLAS]
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
virtual StatusCode finalize()
virtual ~SgStressConsumer()
Destructor:
std::size_t m_nObjs
Number of payload objects.
virtual StatusCode initialize()
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
::StatusCode StatusCode
StatusCode definition for legacy code.
bool allGood
Loop over the SDOs & Digits.
SgStressConsumer()
Default constructor:
StatusCode readData()
Retrieve data.
virtual StatusCode execute()
std::string m_dataName
Name of the input data.