|
ATLAS Offline Software
|
Tool writing a configurable constant list of ROBs and SubDetectors for use in PEBInfoWriterAlg.
More...
#include <StaticPEBInfoWriterTool.h>
|
| StaticPEBInfoWriterTool (const std::string &type, const std::string &name, const IInterface *parent) |
| Standard constructor. More...
|
|
virtual | ~StaticPEBInfoWriterTool () |
| Standard destructor. More...
|
|
virtual StatusCode | initialize () override |
| Implementation of AthAlgTool::initialize() More...
|
|
StatusCode | decide (std::vector< Input > &inputs) const |
| Adds a pass-through decision with attached PEB information created by createPEBInfo for each input. More...
|
|
HLT::Identifier | id () const |
| Returns the decision id. More...
|
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysInitialize () override |
| Perform system initialization for an algorithm. More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
static std::string | robListKey () |
| Returns the key used to record/retrieve the ROB list. More...
|
|
static std::string | subDetListKey () |
| Returns the key used to record/retrieve the SubDet list. More...
|
|
Tool writing a configurable constant list of ROBs and SubDetectors for use in PEBInfoWriterAlg.
Definition at line 13 of file StaticPEBInfoWriterTool.h.
◆ StoreGateSvc_t
◆ StaticPEBInfoWriterTool()
StaticPEBInfoWriterTool::StaticPEBInfoWriterTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~StaticPEBInfoWriterTool()
StaticPEBInfoWriterTool::~StaticPEBInfoWriterTool |
( |
| ) |
|
|
virtual |
◆ createPEBInfo()
◆ decide()
StatusCode PEBInfoWriterToolBase::decide |
( |
std::vector< Input > & |
inputs | ) |
const |
|
inherited |
Adds a pass-through decision with attached PEB information created by createPEBInfo
for each input.
Definition at line 30 of file PEBInfoWriterToolBase.cxx.
31 std::set<ElementLink<TrigRoiDescriptorCollection>>
uniqueRoIs;
35 ATH_MSG_DEBUG(
"Skipping chain because previous step didn't pass");
43 [&
input](
uint8_t test_tt) { return (test_tt & input.tt) == test_tt; }
52 << (isUnique ?
"not yet" :
"already") <<
" been processed. So far seen "
53 <<
uniqueRoIs.size() <<
" unique RoIs including this one");
56 bool maxRoIsReached{
false};
58 ATH_MSG_DEBUG(
"Will attach empty PEB Info to this decision because the number of "
59 <<
"processed RoIs reached MaxRoIs (" <<
m_maxRoIs.value() <<
")");
60 maxRoIsReached =
true;
67 std::vector<uint32_t> previousRobs;
69 pebInfo.robs.insert(previousRobs.begin(), previousRobs.end());
72 std::vector<uint32_t> previousSubDets;
74 pebInfo.subdets.insert(previousSubDets.begin(), previousSubDets.end());
77 std::vector<uint32_t> robVec(pebInfo.robs.begin(), pebInfo.robs.end());
80 return StatusCode::FAILURE;
82 std::vector<uint32_t> subDetVec(pebInfo.subdets.begin(), pebInfo.subdets.end());
85 return StatusCode::FAILURE;
88 ATH_MSG_DEBUG(
"Attached PEB Info with " << robVec.size() <<
" ROBs and "
89 << subDetVec.size() <<
" SubDets to the decision object.");
95 return StatusCode::SUCCESS;
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
253 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
229 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
338 return PBASE::declareProperty(
name, property,
doc);
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ extraDeps_update_handler()
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
◆ id()
◆ initialize()
StatusCode StaticPEBInfoWriterTool::initialize |
( |
| ) |
|
|
overridevirtual |
◆ inputHandles()
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() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ outputHandles()
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()
◆ renounceArray()
◆ robListKey()
static std::string PEBInfoWriterToolBase::robListKey |
( |
| ) |
|
|
inlinestaticinherited |
Returns the key used to record/retrieve the ROB list.
Definition at line 61 of file PEBInfoWriterToolBase.h.
61 {
return "PEBROBList";}
◆ subDetListKey()
static std::string PEBInfoWriterToolBase::subDetListKey |
( |
| ) |
|
|
inlinestaticinherited |
Returns the key used to record/retrieve the SubDet list.
Definition at line 63 of file PEBInfoWriterToolBase.h.
63 {
return "PEBSubDetList";}
◆ sysInitialize()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ updateVHKA()
◆ m_decisionId
◆ m_detStore
◆ m_evtStore
◆ m_matchTriggerType
Gaudi::Property<std::vector<unsigned int> > PEBInfoWriterToolBase::m_matchTriggerType |
|
protectedinherited |
Initial value:{
this, "MatchTriggerType", {}, "L1 trigger type to match"
}
Definition at line 73 of file PEBInfoWriterToolBase.h.
◆ m_maxRoIs
Gaudi::Property<int> PEBInfoWriterToolBase::m_maxRoIs |
|
protectedinherited |
Initial value:{
this, "MaxRoIs", -1, "Create PEB list only for the first N RoIs from input decisions (<0 means no limit)"
}
MaxRoIs property.
Definition at line 69 of file PEBInfoWriterToolBase.h.
◆ m_pebi
◆ m_robList
Gaudi::Property<std::vector<uint32_t> > StaticPEBInfoWriterTool::m_robList |
|
private |
Initial value:{
this, "ROBList", {},
"The list of ROBs to add for partial event building in each event where the chain passes"
}
The list of ROBs added to the PEB Info.
Definition at line 28 of file StaticPEBInfoWriterTool.h.
◆ m_subDetList
Gaudi::Property<std::vector<uint32_t> > StaticPEBInfoWriterTool::m_subDetList |
|
private |
Initial value:{
this, "SubDetList", {},
"The list of SubDets to add for partial event building in each event where the chain passes"
}
The list of SubDets added to the PEB Info.
Definition at line 33 of file StaticPEBInfoWriterTool.h.
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files:
bool uniqueRoIs(const std::vector< LinkInfo< xAOD::IParticleContainer >> &links)
Helper function that returns true if no objects share a final RoI.
bool passed(DecisionID id, const DecisionIDContainer &idSet)
checks if required decision ID is in the set of IDs in the container
TrigCompositeUtils::DecisionID numeric() const
numeric ID
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
void addDecisionID(DecisionID id, Decision *d)
Appends the decision (given as ID) to the decision object.
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
virtual void setOwner(IDataHandleHolder *o)=0
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>