ATLAS Offline Software
Loading...
Searching...
No Matches
Muon::NSWMMTP_RawDataProviderToolMT Class Reference

#include <NSWMMTP_RawDataProviderToolMT.h>

Inheritance diagram for Muon::NSWMMTP_RawDataProviderToolMT:
Collaboration diagram for Muon::NSWMMTP_RawDataProviderToolMT:

Public Types

typedef std::vector< const OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment * > ROBFragmentList
 Decoding method.

Public Member Functions

 NSWMMTP_RawDataProviderToolMT (const std::string &type, const std::string &name, const IInterface *parent)
virtual ~NSWMMTP_RawDataProviderToolMT ()=default
StatusCode initialize () override
StatusCode convert () const override
 the new ones
StatusCode convert (const ROBFragmentList &) const override
StatusCode convert (const std::vector< IdentifierHash > &) const override
 for a selection of rdo collections
StatusCode convert (const ROBFragmentList &, const std::vector< IdentifierHash > &) const override
StatusCode convert (const ROBFragmentList &fragments, const EventContext &ctx) const override
StatusCode convert (const EventContext &ctx) const override
 Event Context functions.
virtual StatusCode convert (const std::vector< uint32_t > &) const
virtual StatusCode convert (const ROBFragmentList &, const std::vector< IdentifierHash > &, const EventContext &) const
virtual StatusCode convert (const std::vector< IdentifierHash > &, const EventContext &) const
virtual StatusCode convert (const std::vector< uint32_t > &, const EventContext &) const
 DeclareInterfaceID (IMuonRawDataProviderTool, 1, 0)
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual StatusCode sysInitialize () override
 Perform system initialization for an algorithm.
virtual StatusCode sysStart () override
 Handle START transition.
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles.
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles.
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T, V, H > &t)
void updateVHKA (Gaudi::Details::PropertyBase &)
MsgStream & msg () const
bool msgLvl (const MSG::Level lvl) const

Protected Member Functions

void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce (T &h)
void extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps)
 Add StoreName to extra input/output deps as needed.

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

ServiceHandle< Muon::IMuonIdHelperSvcm_idHelperSvc {this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"}
ToolHandle< INSWMMTP_ROD_Decoderm_decoder {this, "Decoder", "Muon::NSWMMTP_ROD_Decoder/NSWMMTP_ROD_Decoder"}
ServiceHandle< IROBDataProviderSvcm_robDataProvider
SG::WriteHandleKey< xAOD::NSWMMTPRDOContainerm_rdoContainerKey {this, "RdoLocation", "", "NSWMMTPRDOContainer"}
StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default)
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
bool m_varHandleArraysDeclared

Detailed Description

Definition at line 19 of file NSWMMTP_RawDataProviderToolMT.h.

Member Typedef Documentation

◆ ROBFragmentList

Decoding method.

  • current methods: let's keep them!

Definition at line 27 of file IMuonRawDataProviderTool.h.

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< AlgTool > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ NSWMMTP_RawDataProviderToolMT()

Muon::NSWMMTP_RawDataProviderToolMT::NSWMMTP_RawDataProviderToolMT ( const std::string & type,
const std::string & name,
const IInterface * parent )

Definition at line 10 of file NSWMMTP_RawDataProviderToolMT.cxx.

11 : AthAlgTool(type, name, parent), m_robDataProvider("ROBDataProviderSvc", name)
12 {
13 declareInterface<IMuonRawDataProviderTool>(this);
14 }
AthAlgTool()
Default constructor:
ServiceHandle< IROBDataProviderSvc > m_robDataProvider

◆ ~NSWMMTP_RawDataProviderToolMT()

virtual Muon::NSWMMTP_RawDataProviderToolMT::~NSWMMTP_RawDataProviderToolMT ( )
virtualdefault

Member Function Documentation

◆ convert() [1/10]

StatusCode Muon::NSWMMTP_RawDataProviderToolMT::convert ( ) const
overridevirtual

the new ones

for the entire event

Implements Muon::IMuonRawDataProviderTool.

Definition at line 29 of file NSWMMTP_RawDataProviderToolMT.cxx.

30 {
31 ATH_MSG_ERROR(__PRETTY_FUNCTION__ << " not yet implemented!");
32 return StatusCode::FAILURE;
33 }
#define ATH_MSG_ERROR(x)

◆ convert() [2/10]

StatusCode Muon::NSWMMTP_RawDataProviderToolMT::convert ( const EventContext & ) const
overridevirtual

Event Context functions.

Reimplemented from Muon::IMuonRawDataProviderTool.

Definition at line 75 of file NSWMMTP_RawDataProviderToolMT.cxx.

76 {
77 // Get all ROBs!
78 std::vector<const OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment*> fragments;
79 std::vector<uint32_t> robIDs;
80
81 // Generate all possible ROB IDs, aka Source Identifiers
82 // Valid values are: 0x00{6b,6c}001[0..f]
83 robIDs.reserve(32);
84 for (uint32_t detectorID : {eformat::MUON_MMEGA_ENDCAP_A_SIDE, eformat::MUON_MMEGA_ENDCAP_C_SIDE}) { // 0x6B, 0x6C
85 for (uint8_t sector{}; sector < 16; sector++) {
86 uint16_t moduleID = (0x1 << 4) | sector;
87 eformat::helper::SourceIdentifier sourceID{static_cast<eformat::SubDetector>(detectorID), moduleID};
88 robIDs.push_back(sourceID.simple_code());
89 }
90 }
91
92 m_robDataProvider->getROBData(ctx, robIDs, fragments);
93 return convert(fragments, ctx);
94 }
StatusCode convert() const override
the new ones
setWord1 uint16_t

◆ convert() [3/10]

StatusCode Muon::NSWMMTP_RawDataProviderToolMT::convert ( const ROBFragmentList & ) const
overridevirtual

Implements Muon::IMuonRawDataProviderTool.

Definition at line 35 of file NSWMMTP_RawDataProviderToolMT.cxx.

36 {
37 ATH_MSG_ERROR(__PRETTY_FUNCTION__ << " not implemented!");
38 return StatusCode::FAILURE;
39 }

◆ convert() [4/10]

StatusCode Muon::NSWMMTP_RawDataProviderToolMT::convert ( const ROBFragmentList & ,
const std::vector< IdentifierHash > &  ) const
overridevirtual

Implements Muon::IMuonRawDataProviderTool.

Definition at line 47 of file NSWMMTP_RawDataProviderToolMT.cxx.

48 {
49 ATH_MSG_ERROR(__PRETTY_FUNCTION__ << " not implemented!");
50 return StatusCode::FAILURE;
51 }

◆ convert() [5/10]

virtual StatusCode Muon::IMuonRawDataProviderTool::convert ( const ROBFragmentList & ,
const std::vector< IdentifierHash > & ,
const EventContext &  ) const
inlinevirtual

Reimplemented from Muon::IMuonRawDataProviderTool.

Definition at line 37 of file IMuonRawDataProviderTool.h.

37{return StatusCode::FAILURE;}

◆ convert() [6/10]

StatusCode Muon::NSWMMTP_RawDataProviderToolMT::convert ( const ROBFragmentList & fragments,
const EventContext & ctx ) const
overridevirtual

Reimplemented from Muon::IMuonRawDataProviderTool.

Definition at line 55 of file NSWMMTP_RawDataProviderToolMT.cxx.

56 {
57 ATH_MSG_DEBUG(__PRETTY_FUNCTION__ << ": Got " << fragments.size() << " fragments");
58 SG::WriteHandle<xAOD::NSWMMTPRDOContainer> rdoContainerHandle{m_rdoContainerKey, ctx};
59 xAOD::NSWMMTPRDOContainer* pContainer{nullptr};
60
61 // Retrieve container, if it exists in the event store; otherwise, create one
62
63 ATH_CHECK(rdoContainerHandle.record(std::make_unique<xAOD::NSWMMTPRDOContainer>(), std::make_unique<xAOD::NSWMMTPRDOAuxContainer>()));
64 pContainer = rdoContainerHandle.ptr();
65 for (const auto *const fragment : fragments) {
66 // NSW Common Decoder has already a try/catch inside and it's reporting errors/exceptions: wanna handle them here too?
67 ATH_CHECK(m_decoder->fillCollection(*fragment, *pContainer));
68 }
69
70 return StatusCode::SUCCESS;
71 }
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_DEBUG(x)
ToolHandle< INSWMMTP_ROD_Decoder > m_decoder
SG::WriteHandleKey< xAOD::NSWMMTPRDOContainer > m_rdoContainerKey
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
pointer_type ptr()
Dereference the pointer.
NSWMMTPRDOContainer_v1 NSWMMTPRDOContainer
Define the version of the NSW MM RDO container.

◆ convert() [7/10]

StatusCode Muon::NSWMMTP_RawDataProviderToolMT::convert ( const std::vector< IdentifierHash > & ) const
overridevirtual

for a selection of rdo collections

Implements Muon::IMuonRawDataProviderTool.

Definition at line 41 of file NSWMMTP_RawDataProviderToolMT.cxx.

42 {
43 ATH_MSG_ERROR(__PRETTY_FUNCTION__ << " not yet implemented!");
44 return StatusCode::FAILURE;
45 }

◆ convert() [8/10]

virtual StatusCode Muon::IMuonRawDataProviderTool::convert ( const std::vector< IdentifierHash > & ,
const EventContext &  ) const
inlinevirtual

Reimplemented from Muon::IMuonRawDataProviderTool.

Definition at line 38 of file IMuonRawDataProviderTool.h.

38{return StatusCode::FAILURE;}

◆ convert() [9/10]

virtual StatusCode Muon::IMuonRawDataProviderTool::convert ( const std::vector< uint32_t > & ) const
inlinevirtual

Reimplemented from Muon::IMuonRawDataProviderTool.

Definition at line 33 of file IMuonRawDataProviderTool.h.

33{return StatusCode::FAILURE;}

◆ convert() [10/10]

virtual StatusCode Muon::IMuonRawDataProviderTool::convert ( const std::vector< uint32_t > & ,
const EventContext &  ) const
inlinevirtual

Reimplemented from Muon::IMuonRawDataProviderTool.

Definition at line 39 of file IMuonRawDataProviderTool.h.

39{return StatusCode::FAILURE;}

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T, V, H > & hndl,
const SG::VarHandleKeyType &  )
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158 {
160 hndl.value(),
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)

◆ DeclareInterfaceID()

Muon::IMuonRawDataProviderTool::DeclareInterfaceID ( IMuonRawDataProviderTool ,
1 ,
0  )
inherited

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( Gaudi::Property< T, V, H > & t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145 {
146 typedef typename SG::HandleClassifier<T>::type htype;
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>

◆ detStore()

const ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< AlgTool > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

◆ evtStore()

ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< AlgTool > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase & ExtraDeps)
protectedinherited

Add StoreName to extra input/output deps as needed.

use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given

◆ initialize()

StatusCode Muon::NSWMMTP_RawDataProviderToolMT::initialize ( )
override

Definition at line 17 of file NSWMMTP_RawDataProviderToolMT.cxx.

18 {
19 ATH_CHECK(m_decoder.retrieve());
20 ATH_CHECK(m_idHelperSvc.retrieve());
21 ATH_CHECK(m_robDataProvider.retrieve());
22 ATH_CHECK(m_rdoContainerKey.initialize());
23
24 return StatusCode::SUCCESS;
25 }
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< AlgTool > >::inputHandles ( ) const
overridevirtualinherited

Return this algorithm's input handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ msg()

MsgStream & AthCommonMsg< AlgTool >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msgLvl()

bool AthCommonMsg< AlgTool >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< AlgTool > >::outputHandles ( ) const
overridevirtualinherited

Return this algorithm's output handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ renounce()

std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > AthCommonDataStore< AthCommonMsg< AlgTool > >::renounce ( T & h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381 {
382 h.renounce();
384 }
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ sysInitialize()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysInitialize ( )
overridevirtualinherited

Perform system initialization for an algorithm.

We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.

Reimplemented in asg::AsgMetadataTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and DerivationFramework::CfAthAlgTool.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::updateVHKA ( Gaudi::Details::PropertyBase & )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308 {
309 // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310 // << " size: " << m_vhka.size() << endmsg;
311 for (auto &a : m_vhka) {
313 for (auto k : keys) {
314 k->setOwner(this);
315 }
316 }
317 }
std::vector< SG::VarHandleKeyArray * > m_vhka

Member Data Documentation

◆ m_decoder

ToolHandle<INSWMMTP_ROD_Decoder> Muon::NSWMMTP_RawDataProviderToolMT::m_decoder {this, "Decoder", "Muon::NSWMMTP_ROD_Decoder/NSWMMTP_ROD_Decoder"}
private

Definition at line 41 of file NSWMMTP_RawDataProviderToolMT.h.

41{this, "Decoder", "Muon::NSWMMTP_ROD_Decoder/NSWMMTP_ROD_Decoder"};

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_idHelperSvc

ServiceHandle<Muon::IMuonIdHelperSvc> Muon::NSWMMTP_RawDataProviderToolMT::m_idHelperSvc {this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"}
private

Definition at line 40 of file NSWMMTP_RawDataProviderToolMT.h.

40{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};

◆ m_rdoContainerKey

SG::WriteHandleKey<xAOD::NSWMMTPRDOContainer> Muon::NSWMMTP_RawDataProviderToolMT::m_rdoContainerKey {this, "RdoLocation", "", "NSWMMTPRDOContainer"}
private

Definition at line 43 of file NSWMMTP_RawDataProviderToolMT.h.

43{this, "RdoLocation", "", "NSWMMTPRDOContainer"};

◆ m_robDataProvider

ServiceHandle<IROBDataProviderSvc> Muon::NSWMMTP_RawDataProviderToolMT::m_robDataProvider
private

Definition at line 42 of file NSWMMTP_RawDataProviderToolMT.h.

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< AlgTool > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< AlgTool > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files: