|
ATLAS Offline Software
|
Tool writing ROB list corresponding to an RoI in given detectors for use in PEBInfoWriterAlg.
More...
#include <RoIPEBInfoWriterTool.h>
|
| RoIPEBInfoWriterTool (const std::string &type, const std::string &name, const IInterface *parent) |
| Standard constructor. More...
|
|
virtual | ~RoIPEBInfoWriterTool ()=default |
| 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 ROB list corresponding to an RoI in given detectors for use in PEBInfoWriterAlg.
Definition at line 15 of file RoIPEBInfoWriterTool.h.
◆ StoreGateSvc_t
◆ RoIPEBInfoWriterTool()
RoIPEBInfoWriterTool::RoIPEBInfoWriterTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~RoIPEBInfoWriterTool()
virtual RoIPEBInfoWriterTool::~RoIPEBInfoWriterTool |
( |
| ) |
|
|
virtualdefault |
◆ 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 RoIPEBInfoWriterTool::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_dets
std::set<DETID> RoIPEBInfoWriterTool::m_dets |
|
private |
◆ m_detStore
◆ m_etaEdge
Gaudi::Property<float> RoIPEBInfoWriterTool::m_etaEdge |
|
private |
Initial value:{
this, "EtaEdge", 5.0, "Upper limit of |eta| range"
}
Definition at line 35 of file RoIPEBInfoWriterTool.h.
◆ m_etaWidth
Gaudi::Property<float> RoIPEBInfoWriterTool::m_etaWidth |
|
private |
Initial value:{
this, "EtaWidth", 0.1, "Half-width of the RoI in eta (Eta-EtaWidth; Eta+EtaWidth)"
}
Definition at line 38 of file RoIPEBInfoWriterTool.h.
◆ m_evtStore
◆ m_extraPebInfo
◆ m_extraROBs
Gaudi::Property<std::vector<uint32_t> > RoIPEBInfoWriterTool::m_extraROBs |
|
private |
Initial value:{
this, "ExtraROBs", {},
"Static list of additional ROBs to add for partial event building in each event where the chain passes"
}
Definition at line 44 of file RoIPEBInfoWriterTool.h.
◆ m_extraSubDets
Gaudi::Property<std::vector<uint32_t> > RoIPEBInfoWriterTool::m_extraSubDets |
|
private |
Initial value:{
this, "ExtraSubDets", {},
"Static list of additional SubDets to add for partial event building in each event where the chain passes"
}
Definition at line 48 of file RoIPEBInfoWriterTool.h.
◆ 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_phiWidth
Gaudi::Property<float> RoIPEBInfoWriterTool::m_phiWidth |
|
private |
Initial value:{
this, "PhiWidth", 0.1, "Half-width of the RoI in phi (Phi-PhiWidth; Phi+PhiWidth)"
}
Definition at line 41 of file RoIPEBInfoWriterTool.h.
◆ m_regionSelectorTools
ToolHandleArray<IRegSelTool> RoIPEBInfoWriterTool::m_regionSelectorTools |
|
private |
Initial value:{
this, "RegionSelectorTools", {}, "Region Selector tools"
}
Definition at line 30 of file RoIPEBInfoWriterTool.h.
◆ m_tools
std::set<ToolHandle<IRegSelTool> > RoIPEBInfoWriterTool::m_tools |
|
private |
◆ 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.
Scalar phi() const
phi method
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
Scalar eta() const
pseudorapidity method
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
T wrapToPi(T phi)
Wrap angle in radians to [-pi, pi].
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
nope - should be used for standalone also, perhaps need to protect the class def bits #ifndef XAOD_AN...
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>