Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
27 return StatusCode::SUCCESS;
36 ATH_MSG_DEBUG(
"Number of TGC Digits: " << tgcDigitContainer->size());
46 std::make_unique<xAOD::MuonRoIAuxContainer>()));
48 xAOD::MuonRoI* roi = roiCont->push_back(std::make_unique<xAOD::MuonRoI>());
52 std::string thrname =
"L0_MUx";
54 roi->
initialize(roiword, roi_eta, roi_phi, thrname, thrvalue, 0
x1);
57 return StatusCode::SUCCESS;
void initialize(uint32_t roiword, float eta, float phi, const std::string &thrname, float thrvalue, uint32_t extraword=0u)
Initialise the object with all its properties.
virtual StatusCode initialize() override
Group
Properties of a chain group.
ToolHandle< GenericMonitoringTool > m_monTool
::StatusCode StatusCode
StatusCode definition for legacy code.
Class describing a LVL1 muon region of interest.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
SG::WriteHandleKey< xAOD::MuonRoIContainer > m_outputMuonRoIKey
Output RoIs.
SG::ReadHandleKey< TgcDigitContainer > m_keyTgcDigit
RPC Digit container.
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
virtual StatusCode execute(const EventContext &ctx) const override
bool isPresent() const
Is the referenced object present in SG?
Declare a monitored scalar variable.
ServiceHandle< MuonTGC_CablingSvc > m_cabling
TGC cabling map.