 |
ATLAS Offline Software
|
Go to the documentation of this file.
6 #include "../IO/eEmTOB.h"
11 const std::string&
name,
20 return StatusCode::SUCCESS;
33 auto outContainer = std::make_unique<OutContainer>();
35 outContainer->reserve(inContainer->
size());
40 std::cend(*inContainer),
41 std::back_inserter(*outContainer),
42 [](
const auto& inTob){
43 return new ConcTOB(*inTob);});
47 CHECK(h_write.record(std::move(outContainer)));
49 return StatusCode::SUCCESS;
53 return "eFexRoI to eEmTOB converter";
Class to hold eFexROI TOB bits.
AlgTool that to test whether expected the TIP values generated by data supplied by eEmMultTestBench c...
::StatusCode StatusCode
StatusCode definition for legacy code.
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
#define CHECK(...)
Evaluate an expression and check for errors.
virtual bool isValid() override final
Can the handle be successfully dereferenced?
DataVector< GlobalSim::IOBitwise::IeEmTOB > IeEmTOBContainer
Property: Container to hold IeEmTOB objects.
size_type size() const noexcept
Returns the number of elements in the collection.