23 m_event.store(other.m_event.load());
29 m_event.store(other.m_event.load());
50 return StatusCode::SUCCESS;
56 std::cout << META_ERROR_SRC <<
"Couldn't find an active event in "
57 <<
"the job" << std::endl;
58 return StatusCode::FAILURE;
64 std::cout << META_ERROR_SRC <<
"The active event is not of type "
65 <<
"xAOD::Event?!?" << std::endl;
66 return StatusCode::FAILURE;
70 return StatusCode::SUCCESS;
Base class for the event (xAOD::TEvent and xAOD::REvent) classes.
static TVirtualEvent * event()
Access the currently active TVirtualEvent object.
Base interface for getting objects out of the input file.