ATLAS Offline Software
Loading...
Searching...
No Matches
L1TriggerResultMaker Class Reference

Algorithm creating L1TriggerResult and linking the relevant L1 xAOD collections to it. More...

#include <L1TriggerResultMaker.h>

Inheritance diagram for L1TriggerResultMaker:

Public Member Functions

 L1TriggerResultMaker (const std::string &name, ISvcLocator *svcLoc)
 Standard constructor.
virtual StatusCode initialize () override
virtual StatusCode execute (const EventContext &eventContext) const override
virtual StatusCode sysInitialize () override
 Override sysInitialize.
virtual bool isClonable () const override
 Specify if the algorithm is clonable.
virtual unsigned int cardinality () const override
 Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
virtual StatusCode sysExecute (const EventContext &ctx) override
 Execute an algorithm.
virtual const DataObjIDColl & extraOutputDeps () const override
 Return the list of extra output dependencies.
virtual bool filterPassed (const EventContext &ctx) const
virtual void setFilterPassed (bool state, const EventContext &ctx) const
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 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

StatusCode createCombinedTauRoIs (xAOD::TrigComposite &l1tr, const EventContext &eventContext) const
 Create the combined Tau container matching eTau to jTau.
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

SG::WriteHandleKey< xAOD::TrigCompositeContainerm_l1TriggerResultWHKey
SG::ReadHandleKeyArray< xAOD::MuonRoIContainerm_muRoIKeys
SG::ReadHandleKeyArray< xAOD::eFexEMRoIContainerm_eFexEMRoIKeys
SG::ReadHandleKeyArray< xAOD::eFexTauRoIContainerm_eFexTauRoIKeys
SG::ReadHandleKeyArray< xAOD::jFexFwdElRoIContainerm_jFexFwdElRoIKeys
SG::ReadHandleKeyArray< xAOD::jFexTauRoIContainerm_jFexTauRoIKeys
SG::ReadHandleKeyArray< xAOD::jFexSRJetRoIContainerm_jFexSRJetRoIKeys
SG::ReadHandleKeyArray< xAOD::jFexLRJetRoIContainerm_jFexLRJetRoIKeys
SG::ReadHandleKeyArray< xAOD::gFexJetRoIContainerm_gFexSRJetRoIKeys
SG::ReadHandleKeyArray< xAOD::gFexJetRoIContainerm_gFexLRJetRoIKeys
SG::WriteHandleKey< xAOD::eFexTauRoIContainerm_cTauRoIKey
SG::WriteDecorHandleKey< xAOD::eFexTauRoIContainerm_cjTauLinkKey
ToolHandleArray< IRoIThresholdsToolm_thresholdPatternTools
DataObjIDColl m_extendedExtraObjects
 Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
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

Algorithm creating L1TriggerResult and linking the relevant L1 xAOD collections to it.

Definition at line 30 of file L1TriggerResultMaker.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ L1TriggerResultMaker()

L1TriggerResultMaker::L1TriggerResultMaker ( const std::string & name,
ISvcLocator * svcLoc )

Standard constructor.

Definition at line 37 of file L1TriggerResultMaker.cxx.

38: AthReentrantAlgorithm(name, svcLoc) {}

Member Function Documentation

◆ cardinality()

unsigned int AthCommonReentrantAlgorithm< Gaudi::Algorithm >::cardinality ( ) const
overridevirtualinherited

Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.

Override this to return 0 for reentrant algorithms.

Definition at line 75 of file AthCommonReentrantAlgorithm.cxx.

62{
63 return 0;
64}

◆ createCombinedTauRoIs()

StatusCode L1TriggerResultMaker::createCombinedTauRoIs ( xAOD::TrigComposite & l1tr,
const EventContext & eventContext ) const
private

Create the combined Tau container matching eTau to jTau.

Definition at line 118 of file L1TriggerResultMaker.cxx.

118 {
119 // Skip if keys set to empty
120 if (m_cTauRoIKey.empty() or m_cjTauLinkKey.empty()) {return StatusCode::SUCCESS;}
121
122 // Create handles
124
125 SG::WriteHandle<xAOD::eFexTauRoIContainer> cTauRoIs{m_cTauRoIKey, eventContext};
126 SG::WriteDecorHandle<xAOD::eFexTauRoIContainer, jTauLink_t> cjTauLink{m_cjTauLinkKey, eventContext};
127
128
129 // Create and record the new eTau container for cTaus
130 ATH_CHECK(cTauRoIs.record(std::make_unique<xAOD::eFexTauRoIContainer>(),
131 std::make_unique<xAOD::eFexTauRoIAuxContainer>()));
132
133 size_t n_matched{0};
134 for(auto& jTauKey : m_jFexTauRoIKeys) {
135 SG::ReadHandle <xAOD::jFexTauRoIContainer> jTauRoIs{jTauKey, eventContext};
136 ATH_CHECK(jTauRoIs.isValid());
137 for (auto &eTauKey: m_eFexTauRoIKeys) {
138 SG::ReadHandle <xAOD::eFexTauRoIContainer> eTauRoIs{eTauKey, eventContext};
139 ATH_CHECK(eTauRoIs.isValid());
140 // Match jTaus to eTaus and add the resulting cTaus to the container
141 // Unmatched eTaus get added as cTau with invalid link to jTau, ATR-25927
142 size_t i_eTau{0};
143 for (const xAOD::eFexTauRoI *eTau: *eTauRoIs) {
144 // Add new eTau to the cTau container
145 cTauRoIs->push_back(std::make_unique<xAOD::eFexTauRoI>());
146 // Copy over all variables from the original eTau
147 *cTauRoIs->back() = *eTau;
148
149 const size_t i_jTau = TCS::cTauMultiplicity::cTauMatching(*eTau, *jTauRoIs);
150 if (i_jTau == std::numeric_limits<size_t>::max()) {
151 ATH_MSG_DEBUG("No matching jTau for eTau index " << i_eTau);
152 // Add an invalid link to jTau
153 cjTauLink(*cTauRoIs->back()) = jTauLink_t{};
154 } else {
155 ++n_matched;
156 ATH_MSG_DEBUG("Matched jTau index " << i_jTau << " to eTau index " << i_eTau);
157 // Link the matched jTau
158 cjTauLink(*cTauRoIs->back()) = jTauLink_t{jTauKey.key(), i_jTau, eventContext};
159 }
160 ++i_eTau;
161 }
162
163
164 ATH_MSG_DEBUG(eTauKey.key() << " size: " << eTauRoIs->size());
165 }
166 ATH_MSG_DEBUG(jTauKey.key() << " size: " << jTauRoIs->size());
167 }
168 ATH_MSG_DEBUG(m_cTauRoIKey.key() << " size: " << cTauRoIs->size() << ", matched: " << n_matched);
169 // Link the cTaus to the L1TriggerResult
170 if (not cTauRoIs->empty()) {
171 makeLink(m_cTauRoIKey, l1tr, m_cTauRoIKey.key(), eventContext);
172 }
173
174 return StatusCode::SUCCESS;
175}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_DEBUG(x)
SG::WriteHandleKey< xAOD::eFexTauRoIContainer > m_cTauRoIKey
SG::ReadHandleKeyArray< xAOD::jFexTauRoIContainer > m_jFexTauRoIKeys
SG::ReadHandleKeyArray< xAOD::eFexTauRoIContainer > m_eFexTauRoIKeys
SG::WriteDecorHandleKey< xAOD::eFexTauRoIContainer > m_cjTauLinkKey
virtual bool isValid() override final
Can the handle be successfully dereferenced?
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
static size_t cTauMatching(const xAOD::eFexTauRoI &eTau, const xAOD::jFexTauRoIContainer &jTauRoIs)
ElementLink< T > makeLink(const SG::View *view, const SG::ReadHandle< T > &handle, size_t index)
Create EL to a collection in view.
Definition ViewHelper.h:309
eFexTauRoI_v1 eFexTauRoI
Define the latest version of the eFexTauRoI class.
Definition eFexTauRoI.h:16

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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)

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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< Gaudi::Algorithm > >::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< Gaudi::Algorithm > >::evtStore ( )
inlineinherited

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

Definition at line 85 of file AthCommonDataStore.h.

◆ execute()

StatusCode L1TriggerResultMaker::execute ( const EventContext & eventContext) const
overridevirtual

Definition at line 64 of file L1TriggerResultMaker.cxx.

64 {
65 ATH_MSG_DEBUG("Executing " << name());
66
67 // Create and record the L1TriggerResult container
68 SG::WriteHandle<xAOD::TrigCompositeContainer> l1trHandle(m_l1TriggerResultWHKey, eventContext);
69 auto cont = std::make_unique<xAOD::TrigCompositeContainer>();
70 auto auxcont = std::make_unique<xAOD::TrigCompositeAuxContainer>();
71 cont->setStore(auxcont.get());
72 ATH_CHECK(l1trHandle.record(std::move(cont), std::move(auxcont)));
73 ATH_MSG_DEBUG("Recorded L1TriggerResult with key " << m_l1TriggerResultWHKey.key());
74
75 // Create new L1TriggerResult in the container
76 l1trHandle->push_back(std::make_unique<xAOD::TrigComposite>());
77
78 // For all RoI types, find it in the event store and link to the L1TriggerResult
79 auto retrieveAndLink = [this, &eventContext, &l1trHandle](const auto &keys) -> StatusCode {
80 for(const auto& key : keys) {
81 // Skip disabled inputs
82 if (key.empty()) { continue; }
83 // Retrieve the L1 xAOD container to verify it exists
84 auto handle = SG::makeHandle(key, eventContext);
85 ATH_CHECK(handle.isValid());
86 // Link the L1 xAOD container (actually its first element) to L1TriggerResult
87 ATH_MSG_DEBUG(key.key() << " size: " << handle->size());
88 if (not handle->empty()) {
89 makeLink(key, *(l1trHandle->back()), key.key(), eventContext);
90 }
91 }
92 return StatusCode::SUCCESS;
93 };
94
95 ATH_CHECK(retrieveAndLink(m_muRoIKeys));
96 ATH_CHECK(retrieveAndLink(m_eFexEMRoIKeys));
97 ATH_CHECK(retrieveAndLink(m_eFexTauRoIKeys));
98 ATH_CHECK(retrieveAndLink(m_jFexFwdElRoIKeys));
99 ATH_CHECK(retrieveAndLink(m_jFexTauRoIKeys));
100 ATH_CHECK(retrieveAndLink(m_jFexSRJetRoIKeys));
101 ATH_CHECK(retrieveAndLink(m_jFexLRJetRoIKeys));
102 ATH_CHECK(retrieveAndLink(m_gFexSRJetRoIKeys));
103 ATH_CHECK(retrieveAndLink(m_gFexLRJetRoIKeys));
104
105 // Create combined Taus and link them to the L1TR
106 ATH_CHECK(createCombinedTauRoIs(*(l1trHandle->back()), eventContext));
107
108 for (const auto& tool: m_thresholdPatternTools) {
109 ATH_CHECK(tool->decorateThresholds(eventContext));
110 }
111
112 return StatusCode::SUCCESS;
113}
SG::ReadHandleKeyArray< xAOD::jFexSRJetRoIContainer > m_jFexSRJetRoIKeys
SG::WriteHandleKey< xAOD::TrigCompositeContainer > m_l1TriggerResultWHKey
SG::ReadHandleKeyArray< xAOD::gFexJetRoIContainer > m_gFexSRJetRoIKeys
SG::ReadHandleKeyArray< xAOD::jFexFwdElRoIContainer > m_jFexFwdElRoIKeys
StatusCode createCombinedTauRoIs(xAOD::TrigComposite &l1tr, const EventContext &eventContext) const
Create the combined Tau container matching eTau to jTau.
ToolHandleArray< IRoIThresholdsTool > m_thresholdPatternTools
SG::ReadHandleKeyArray< xAOD::gFexJetRoIContainer > m_gFexLRJetRoIKeys
SG::ReadHandleKeyArray< xAOD::eFexEMRoIContainer > m_eFexEMRoIKeys
SG::ReadHandleKeyArray< xAOD::MuonRoIContainer > m_muRoIKeys
SG::ReadHandleKeyArray< xAOD::jFexLRJetRoIContainer > m_jFexLRJetRoIKeys
virtual void handle(const Incident &inc)
Handle end of run incidents to save the metadata at that point.
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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

◆ extraOutputDeps()

const DataObjIDColl & AthCommonReentrantAlgorithm< Gaudi::Algorithm >::extraOutputDeps ( ) const
overridevirtualinherited

Return the list of extra output dependencies.

This list is extended to include symlinks implied by inheritance relations.

Definition at line 94 of file AthCommonReentrantAlgorithm.cxx.

88{
89 // If we didn't find any symlinks to add, just return the collection
90 // from the base class. Otherwise, return the extended collection.
91 if (!m_extendedExtraObjects.empty()) {
93 }
95}
An algorithm that can be simultaneously executed in multiple threads.

◆ filterPassed()

virtual bool AthCommonReentrantAlgorithm< Gaudi::Algorithm >::filterPassed ( const EventContext & ctx) const
inlinevirtualinherited

Definition at line 96 of file AthCommonReentrantAlgorithm.h.

96 {
97 return execState( ctx ).filterPassed();
98 }
virtual bool filterPassed(const EventContext &ctx) const

◆ initialize()

StatusCode L1TriggerResultMaker::initialize ( )
overridevirtual

Definition at line 43 of file L1TriggerResultMaker.cxx.

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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.

◆ isClonable()

◆ msg()

MsgStream & AthCommonMsg< Gaudi::Algorithm >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

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

◆ msgLvl()

bool AthCommonMsg< Gaudi::Algorithm >::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< Gaudi::Algorithm > >::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< Gaudi::Algorithm > >::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< Gaudi::Algorithm > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ setFilterPassed()

virtual void AthCommonReentrantAlgorithm< Gaudi::Algorithm >::setFilterPassed ( bool state,
const EventContext & ctx ) const
inlinevirtualinherited

Definition at line 100 of file AthCommonReentrantAlgorithm.h.

100 {
102 }
virtual void setFilterPassed(bool state, const EventContext &ctx) const

◆ sysExecute()

StatusCode AthCommonReentrantAlgorithm< Gaudi::Algorithm >::sysExecute ( const EventContext & ctx)
overridevirtualinherited

Execute an algorithm.

We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.

Definition at line 85 of file AthCommonReentrantAlgorithm.cxx.

75{
76 return BaseAlg::sysExecute (ctx);
77}

◆ sysInitialize()

StatusCode AthCommonReentrantAlgorithm< Gaudi::Algorithm >::sysInitialize ( )
overridevirtualinherited

Override sysInitialize.

Override sysInitialize from the base class.

Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc

Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc

Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.

Reimplemented in HypoBase, and InputMakerBase.

Definition at line 61 of file AthCommonReentrantAlgorithm.cxx.

105 {
107
108 if (sc.isFailure()) {
109 return sc;
110 }
111
112 ServiceHandle<ICondSvc> cs("CondSvc",name());
113 for (auto h : outputHandles()) {
114 if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
115 // do this inside the loop so we don't create the CondSvc until needed
116 if ( cs.retrieve().isFailure() ) {
117 ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
118 return StatusCode::SUCCESS;
119 }
120 if (cs->regHandle(this,*h).isFailure()) {
122 ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
123 << " with CondSvc");
124 }
125 }
126 }
127 return sc;
128}
#define ATH_MSG_ERROR(x)
#define ATH_MSG_WARNING(x)
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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< Gaudi::Algorithm > >::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 }

Member Data Documentation

◆ m_cjTauLinkKey

SG::WriteDecorHandleKey<xAOD::eFexTauRoIContainer> L1TriggerResultMaker::m_cjTauLinkKey
private
Initial value:
{
this, "cjTauLinkKey", "L1_cTauRoI.jTauLink",
"Decoration for the link from eTau to the matching jTau"}

Definition at line 96 of file L1TriggerResultMaker.h.

96 {
97 this, "cjTauLinkKey", "L1_cTauRoI.jTauLink",
98 "Decoration for the link from eTau to the matching jTau"};

◆ m_cTauRoIKey

SG::WriteHandleKey<xAOD::eFexTauRoIContainer> L1TriggerResultMaker::m_cTauRoIKey
private
Initial value:
{
this, "cTauRoIKey", "L1_cTauRoI",
"Key of the cTau RoI container to be created (contains copies of eTaus matched to jTaus)"}

Definition at line 91 of file L1TriggerResultMaker.h.

91 {
92 this, "cTauRoIKey", "L1_cTauRoI",
93 "Key of the cTau RoI container to be created (contains copies of eTaus matched to jTaus)"};

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default).

Definition at line 393 of file AthCommonDataStore.h.

◆ m_eFexEMRoIKeys

SG::ReadHandleKeyArray<xAOD::eFexEMRoIContainer> L1TriggerResultMaker::m_eFexEMRoIKeys
private
Initial value:
{
this, "eFexEMRoIKeys", {"L1_eEMRoI"},
"Keys of the eFex EM RoI container to be linked to L1 Trigger Result"}

Definition at line 51 of file L1TriggerResultMaker.h.

51 {
52 this, "eFexEMRoIKeys", {"L1_eEMRoI"},
53 "Keys of the eFex EM RoI container to be linked to L1 Trigger Result"};

◆ m_eFexTauRoIKeys

SG::ReadHandleKeyArray<xAOD::eFexTauRoIContainer> L1TriggerResultMaker::m_eFexTauRoIKeys
private
Initial value:
{
this, "eFexTauRoIKeys", {"L1_eTauRoI"},
"Keys of the eFex Tau RoI container to be linked to L1 Trigger Result"}

Definition at line 56 of file L1TriggerResultMaker.h.

56 {
57 this, "eFexTauRoIKeys", {"L1_eTauRoI"},
58 "Keys of the eFex Tau RoI container to be linked to L1 Trigger Result"};

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default).

Definition at line 390 of file AthCommonDataStore.h.

◆ m_extendedExtraObjects

DataObjIDColl AthCommonReentrantAlgorithm< Gaudi::Algorithm >::m_extendedExtraObjects
privateinherited

Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.

Empty if no symlinks were found.

Definition at line 114 of file AthCommonReentrantAlgorithm.h.

◆ m_gFexLRJetRoIKeys

SG::ReadHandleKeyArray<xAOD::gFexJetRoIContainer> L1TriggerResultMaker::m_gFexLRJetRoIKeys
private
Initial value:
{
this, "gFexLRJetRoIKeys", {"L1_gFexLRJetRoI"},
"Keys of the gFex large-R Jet RoI container to be linked to L1 Trigger Result"}

Definition at line 86 of file L1TriggerResultMaker.h.

86 {
87 this, "gFexLRJetRoIKeys", {"L1_gFexLRJetRoI"},
88 "Keys of the gFex large-R Jet RoI container to be linked to L1 Trigger Result"};

◆ m_gFexSRJetRoIKeys

SG::ReadHandleKeyArray<xAOD::gFexJetRoIContainer> L1TriggerResultMaker::m_gFexSRJetRoIKeys
private
Initial value:
{
this, "gFexSRJetRoIKeys", {"L1_gFexSRJetRoI"},
"Keys of the gFex small-R Jet RoI container to be linked to L1 Trigger Result"}

Definition at line 81 of file L1TriggerResultMaker.h.

81 {
82 this, "gFexSRJetRoIKeys", {"L1_gFexSRJetRoI"},
83 "Keys of the gFex small-R Jet RoI container to be linked to L1 Trigger Result"};

◆ m_jFexFwdElRoIKeys

SG::ReadHandleKeyArray<xAOD::jFexFwdElRoIContainer> L1TriggerResultMaker::m_jFexFwdElRoIKeys
private
Initial value:
{
this, "jFexFwdElRoIKeys", {"L1_jFexFwdElRoI"},
"Keys of the jFex Fwd El RoI container to be linked to L1 Trigger Result"}

Definition at line 61 of file L1TriggerResultMaker.h.

61 {
62 this, "jFexFwdElRoIKeys", {"L1_jFexFwdElRoI"},
63 "Keys of the jFex Fwd El RoI container to be linked to L1 Trigger Result"};

◆ m_jFexLRJetRoIKeys

SG::ReadHandleKeyArray<xAOD::jFexLRJetRoIContainer> L1TriggerResultMaker::m_jFexLRJetRoIKeys
private
Initial value:
{
this, "jFexLRJetRoIKeys", {"L1_jFexLRJetRoI"},
"Keys of the jFex large-R Jet RoI container to be linked to L1 Trigger Result"}

Definition at line 76 of file L1TriggerResultMaker.h.

76 {
77 this, "jFexLRJetRoIKeys", {"L1_jFexLRJetRoI"},
78 "Keys of the jFex large-R Jet RoI container to be linked to L1 Trigger Result"};

◆ m_jFexSRJetRoIKeys

SG::ReadHandleKeyArray<xAOD::jFexSRJetRoIContainer> L1TriggerResultMaker::m_jFexSRJetRoIKeys
private
Initial value:
{
this, "jFexSRJetRoIKeys", {"L1_jFexSRJetRoI"},
"Keys of the jFex small-R Jet RoI container to be linked to L1 Trigger Result"}

Definition at line 71 of file L1TriggerResultMaker.h.

71 {
72 this, "jFexSRJetRoIKeys", {"L1_jFexSRJetRoI"},
73 "Keys of the jFex small-R Jet RoI container to be linked to L1 Trigger Result"};

◆ m_jFexTauRoIKeys

SG::ReadHandleKeyArray<xAOD::jFexTauRoIContainer> L1TriggerResultMaker::m_jFexTauRoIKeys
private
Initial value:
{
this, "jFexTauRoIKeys", {"L1_jFexTauRoI"},
"Keys of the jFex Tau RoI container to be linked to L1 Trigger Result"}

Definition at line 66 of file L1TriggerResultMaker.h.

66 {
67 this, "jFexTauRoIKeys", {"L1_jFexTauRoI"},
68 "Keys of the jFex Tau RoI container to be linked to L1 Trigger Result"};

◆ m_l1TriggerResultWHKey

SG::WriteHandleKey<xAOD::TrigCompositeContainer> L1TriggerResultMaker::m_l1TriggerResultWHKey
private
Initial value:
{
this, "L1TriggerResultWHKey", "L1TriggerResult",
"Key of the output L1 Trigger Result"}

Definition at line 41 of file L1TriggerResultMaker.h.

41 {
42 this, "L1TriggerResultWHKey", "L1TriggerResult",
43 "Key of the output L1 Trigger Result"};

◆ m_muRoIKeys

SG::ReadHandleKeyArray<xAOD::MuonRoIContainer> L1TriggerResultMaker::m_muRoIKeys
private
Initial value:
{
this, "MuRoIKeys", {"LVL1MuonRoIs"},
"Keys of the muon RoI container to be linked to L1 Trigger Result"}

Definition at line 46 of file L1TriggerResultMaker.h.

46 {
47 this, "MuRoIKeys", {"LVL1MuonRoIs"},
48 "Keys of the muon RoI container to be linked to L1 Trigger Result"};

◆ m_thresholdPatternTools

ToolHandleArray<IRoIThresholdsTool> L1TriggerResultMaker::m_thresholdPatternTools
private
Initial value:
{
this, "ThresholdPatternTools", {},
"Tools decorating RoI containers with threshold patterns"
}

Definition at line 101 of file L1TriggerResultMaker.h.

101 {
102 this, "ThresholdPatternTools", {},
103 "Tools decorating RoI containers with threshold patterns"
104 };

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

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

Definition at line 398 of file AthCommonDataStore.h.


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