#include <ViewSubgraphAlg.h>
|
| ServiceHandle< IScheduler > | m_scheduler { this, "Scheduler", "AvalancheSchedulerSvc", "The Athena scheduler" } |
| SG::WriteHandleKey< ViewContainer > | m_w_views { this, "AllViews", "all_views", "All views" } |
| SG::ReadHandleKey< ViewContainer > | m_r_views { this, "ParentViews", "", "Parent views" } |
| SG::WriteHandleKey< int > | m_w_int { this, "ViewStart", "view_start", "A number to start off the view" } |
| Gaudi::Property< std::string > | m_viewBaseName { this, "ViewBaseName", "", "Name to use for all views - number will be appended" } |
| Gaudi::Property< std::string > | m_viewNodeName { this, "ViewNodeName", "", "Name of CF node to attach views to" } |
| Gaudi::Property< int > | m_viewNumber { this, "ViewNumber", 0, "Total number of views to make" } |
| 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 |
Definition at line 20 of file ViewSubgraphAlg.h.
◆ StoreGateSvc_t
◆ cardinality()
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.
◆ declareGaudiProperty()
◆ declareProperty()
◆ detStore()
◆ evtStore()
◆ execute()
| StatusCode AthViews::ViewSubgraphAlg::execute |
( |
const EventContext & | ctx | ) |
const |
|
overridevirtual |
◆ 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
◆ extraOutputDeps()
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.
◆ filterPassed()
◆ finalize()
| StatusCode AthViews::ViewSubgraphAlg::finalize |
( |
| ) |
|
|
overridevirtual |
◆ initialize()
| StatusCode AthViews::ViewSubgraphAlg::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.
◆ isClonable()
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in HiveAlgBase, InDet::GNNSeedingTrackMaker, InDet::SCT_Clusterization, InDet::SiSPGNNTrackMaker, InDet::SiSPSeededTrackFinder, InDet::SiTrackerSpacePointFinder, ITkPixelCablingAlg, ITkStripCablingAlg, RoIBResultToxAOD, SCT_ByteStreamErrorsTestAlg, SCT_CablingCondAlgFromCoraCool, SCT_CablingCondAlgFromText, SCT_ConditionsParameterTestAlg, SCT_ConditionsSummaryTestAlg, SCT_ConfigurationConditionsTestAlg, SCT_FlaggedConditionTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_PrepDataToxAOD, SCT_RawDataToxAOD, SCT_ReadCalibChipDataTestAlg, SCT_ReadCalibDataTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_SiliconConditionsTestAlg, SCT_StripVetoTestAlg, SCT_TdaqEnabledTestAlg, SCT_TestCablingAlg, SCTEventFlagWriter, SCTRawDataProvider, SCTSiLorentzAngleTestAlg, SCTSiPropertiesTestAlg, and Simulation::BeamEffectsAlg.
Definition at line 68 of file AthCommonReentrantAlgorithm.cxx.
◆ msg()
◆ 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()
◆ setFilterPassed()
◆ sysExecute()
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.
◆ 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_detStore
◆ m_evtStore
◆ m_extendedExtraObjects
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_r_views
◆ m_scheduler
| ServiceHandle< IScheduler > AthViews::ViewSubgraphAlg::m_scheduler { this, "Scheduler", "AvalancheSchedulerSvc", "The Athena scheduler" } |
|
private |
◆ m_varHandleArraysDeclared
◆ m_vhka
◆ m_viewBaseName
| Gaudi::Property< std::string > AthViews::ViewSubgraphAlg::m_viewBaseName { this, "ViewBaseName", "", "Name to use for all views - number will be appended" } |
|
private |
◆ m_viewNodeName
| Gaudi::Property< std::string > AthViews::ViewSubgraphAlg::m_viewNodeName { this, "ViewNodeName", "", "Name of CF node to attach views to" } |
|
private |
◆ m_viewNumber
| Gaudi::Property< int > AthViews::ViewSubgraphAlg::m_viewNumber { this, "ViewNumber", 0, "Total number of views to make" } |
|
private |
◆ m_w_int
| SG::WriteHandleKey< int > AthViews::ViewSubgraphAlg::m_w_int { this, "ViewStart", "view_start", "A number to start off the view" } |
|
private |
◆ m_w_views
The documentation for this class was generated from the following files: