|
ATLAS Offline Software
|
Go to the documentation of this file.
9 const std::string&
name,
22 return StatusCode::SUCCESS;
31 std::lock_guard<std::mutex> sdLock(sdMutex);
38 " sensitive detectors." );
40 CHECK( isd->initializeSD() );
42 return StatusCode::SUCCESS;
49 CHECK( isd->SetupEvent() );
51 return StatusCode::SUCCESS;
58 CHECK( isd->Gather() );
60 return StatusCode::SUCCESS;
#define ATH_MSG_VERBOSE(x)
::StatusCode StatusCode
StatusCode definition for legacy code.
#define CHECK(...)
Evaluate an expression and check for errors.