|
ATLAS Offline Software
|
Go to the documentation of this file.
53 ATH_MSG_DEBUG(
"TileRawChannelToL2 initialization completed" );
55 return StatusCode::SUCCESS;
66 for (
int i = 0;
i < 256;
i++) {
68 std::unique_ptr<TileL2>
l2 = std::make_unique<TileL2>(collId);
78 for (
const TileL2*
l2 : *l2Container) {
81 <<
" phi = " <<
l2->phi(0)
84 for (
unsigned int i = 0;
i <
l2->NMuons(); ++
i) {
86 <<
" frag ID = 0x" << MSG::hex <<
l2->identify()
87 <<
" word1 = 0x" <<
l2->val(2 *
i)
88 <<
" word2 = 0x" <<
l2->val(2 *
i + 1) << MSG::dec
89 <<
" eta = " <<
l2->eta(
i)
93 <<
" E[0] = " <<
l2->enemu0(
i) <<
" MeV"
94 <<
" E[1] = " <<
l2->enemu1(
i) <<
" MeV"
95 <<
" E[2] = " <<
l2->enemu2(
i) <<
" MeV"
107 return StatusCode::SUCCESS;
void reserve(size_type n)
Attempt to preallocate enough memory for a specified number of elements.
TileRawChannelToL2(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode execute(const EventContext &ctx) const override
SG::WriteHandleKey< TileL2Container > m_l2ContainerKey
TileL2Container in detector store.
bool msgLvl(const MSG::Level lvl) const
#define ATH_MSG_VERBOSE(x)
An algorithm that can be simultaneously executed in multiple threads.
Handle class for recording to StoreGate.
::StatusCode StatusCode
StatusCode definition for legacy code.
pointer_type ptr()
Dereference the pointer.
#define CHECK(...)
Evaluate an expression and check for errors.
Helpers for checking error return status codes and reporting errors.
value_type push_back(value_type pElem)
Add an element to the end of the collection.
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
virtual ~TileRawChannelToL2()
Destructor.
Class to store TileMuId and Et quantities computed at the TileCal ROD DSPs.
virtual StatusCode initialize() override
ToolHandle< TileL2Builder > m_tileL2Builder
Pointer to TileL2Builder.