|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #include "Gaudi/Property.h"
14 ISvcLocator* pSvcLocator ) :
15 ::HypoBase(
name, pSvcLocator ) {}
25 return StatusCode::SUCCESS;
31 if( not previousDecisionsHandle.isValid() ) {
33 return StatusCode::SUCCESS;
36 ATH_MSG_DEBUG(
"Running with "<< previousDecisionsHandle->size() <<
" previous decisions");
45 std::vector<ITrigTrackPreSelHypoTool::TrackingInfo> toolInput;
49 for (
auto previousDecision: *previousDecisionsHandle ) {
57 ATH_MSG_DEBUG (
"tracks handle size: " << tracksHandle->size() <<
"..." );
62 auto roiELInfo = findLink<TrigRoiDescriptorCollection>( previousDecision,
initialRoIString());
64 roi = *(roiELInfo.link);
68 if( roiHandle ->
size() != 1 ) {
70 return StatusCode::FAILURE;
72 roi = roiHandle->
at(0);
79 if (tracksHandle->size()) {
89 toolInput.emplace_back(
d, roi, tracksHandle.cptr(), previousDecision );
91 ATH_MSG_DEBUG(
"Added view, roi, tracks, previous decision to new decision " <<
counter <<
" for view " << (*viewEL)->name() );
94 ATH_MSG_DEBUG(
"Found "<<toolInput.size()<<
" inputs to tools");
102 return StatusCode::SUCCESS;
TrigTrackPreSelHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandleArray< ITrigTrackPreSelHypoTool > m_hypoTools
Decision * newDecisionIn(DecisionContainer *dc, const std::string &name)
Helper method to create a Decision object, place it in the container and return a pointer to it.
ElementLink< T > makeLink(const SG::View *view, const SG::ReadHandle< T > &handle, size_t index)
Create EL to a collection in view.
const std::string & hypoAlgNodeName()
SG::ReadHandle< T > makeHandle(const SG::View *view, const SG::ReadHandleKey< T > &rhKey, const EventContext &context)
navigate from the TrigComposite to nearest view and fetch object from it
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)
const SG::ReadHandleKey< TrigCompositeUtils::DecisionContainer > & decisionInput() const
methods for derived classes to access handles of the base class input other read/write handles may be...
SG::WriteHandle< DecisionContainer > createAndStore(const SG::WriteHandleKey< DecisionContainer > &key, const EventContext &ctx)
Creates and right away records the DecisionContainer with the key.
nope - should be used for standalone also, perhaps need to protect the class def bits #ifndef XAOD_AN...
const std::string & key() const
Return the StoreGate ID for the referenced object.
SG::ReadHandleKey< TrackCollection > m_fastTracksKey
const SG::WriteHandleKey< TrigCompositeUtils::DecisionContainer > & decisionOutput() const
methods for derived classes to access handles of the base class output other read/write handles may b...
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
virtual const IRoiDescriptor * at(int i) const override final
find an RoiDescriptor constituent
const std::string & initialRoIString()
virtual StatusCode initialize() override
StatusCode hypoBaseOutputProcessing(SG::WriteHandle< TrigCompositeUtils::DecisionContainer > &outputHandle, MSG::Level lvl=MSG::DEBUG) const
Base class function to be called once slice specific code has finished. Handles debug printing and va...
::StatusCode StatusCode
StatusCode definition for legacy code.
pointer_type ptr()
Dereference the pointer.
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiForID2ReadKey
ElementLink< DecisionContainer > decisionToElementLink(const Decision *d, const EventContext &ctx)
Takes a raw pointer to a Decision and returns an ElementLink to the Decision.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
const std::string & featureString()
void linkToPrevious(Decision *d, const std::string &previousCollectionKey, size_t previousIndex)
Links to the previous object, location of previous 'seed' decision supplied by hand.
virtual StatusCode execute(const EventContext &context) const override
const std::string & viewString()