|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ACTSTRK_DATA_PREPARATION_ALG_H
6 #define ACTSTRK_DATA_PREPARATION_ALG_H
10 #include "GaudiKernel/ToolHandle.h"
28 template <
typename external_collection_t,
29 typename external_detector_element_collection_t,
34 using object_t =
typename external_collection_t::base_value_type;
53 std::set<IdentifierHash>&
hashes)
const;
65 ToolHandle< GenericMonitoringTool >
m_monTool {
this,
"MonTool",
"",
69 "Region selector tool"};
72 "Key of input DetectorElementCollection"};
75 "Input Collection that will go throug selection process"};
81 "Map of used measurements from previous tracking pass"};
84 "Output Collection - result of the selection process"};
87 "The input IDC container"};
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadCondHandleKey< external_detector_element_collection_t > m_detEleCollKey
ToolHandle< GenericMonitoringTool > m_monTool
ToolHandle< IRegSelTool > m_regionSelector
typename ActsTrk::Cache::Handles< object_t >::ReadHandleKey cache_read_handle_key_t
SG::WriteHandleKey< output_collection_t > m_outputCollectionKey
Property holding a SG store/key/clid from which a ReadHandle is made.
typename external_collection_t::base_value_type object_t
SG::ReadHandleKey< ActsTrk::PrepRawDataAssociation > m_inputPrdMap
StatusCode fill(const EventContext &ctx, output_collection_t &outputCollection) const
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode finalize() override
Property holding a SG store/key/clid from which a WriteHandle is made.
DataPreparationAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
::StatusCode StatusCode
StatusCode definition for legacy code.
Property holding a SG store/key/clid from which a WriteHandle is made.
virtual StatusCode execute(const EventContext &ctx) const override
unsigned int DetectorIDHashType
@ detector ID element hash
typename ActsTrk::Cache::Handles< object_t >::ReadHandle cache_read_handle_t
virtual StatusCode initialize() override
DataVector adapter that acts like it holds const pointers.
virtual ~DataPreparationAlg() override=default
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
virtual xAOD::DetectorIDHashType retrieveDetectorIDHash(const object_t &obj) const
virtual StatusCode fetchIdHashes(const EventContext &ctx, std::set< IdentifierHash > &hashes) const
StatusCode fill(const EventContext &ctx, output_collection_t &outputCollection) const requires(useCache
SG::ReadHandleKey< input_collection_t > m_inputCollectionKey
std::array< std::atomic< unsigned int >, kNStat > m_stat ATLAS_THREAD_SAFE
cache_read_handle_key_t m_inputIdentifiableContainer
This class is a general container which can hold objects of accessed by an IdentifierHash For more in...