Go to the documentation of this file.
36 "/Event/InputFileLeaves" };
40 bool hasInput()
const override {
return true; }
63 filteredLeaves.
reserve( leaves.size() );
65 [&]( IDataStoreLeaves::LeavesList::const_reference i ) {
66 return i && i->registry() &&
67 std::find( m_tesVetoList.begin(), m_tesVetoList.end(), i->registry()->identifier() ) ==
A small to stream Data I/O.
virtual StatusCode collectObjects()
Collect all objects to be written to the output stream.
const std::string & name() const override
The identifying name of the algorithm object.
StatusCode setProperty(const Gaudi::Details::PropertyBase &p)
Set the property from a property.
T back_inserter(T... args)
virtual const std::string & message() const
error message to be printed
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
const StatusCode & ignore() const
Allow discarding a StatusCode without warning.
#define DECLARE_COMPONENT(type)
constexpr static const auto FAILURE
Implementation of property with value of concrete type.
IDataSelector m_objects
Collection of objects being selected.