#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
◆ 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 89 of file AthCommonAlgorithm.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()
|
|
inlineoverridevirtualinherited |
Specify if the algorithm is clonable.
Only relevant for non-reentrant algorithms. Actual number of clones needs to be set via the "Cardinality" property.
Reimplemented in AFP_DigiTop, AlgB, AlgT, BCM_Digitization, CscDigitBuilder, CscDigitToCscRDO, G4AtlasAlg, G4RunAlg, HGTD_Digitization, HiveAlgBase, InDet::GNNSeedingTrackMaker, InDet::SCT_Clusterization, InDet::SiSPGNNTrackMaker, InDet::SiSPSeededTrackFinder, InDet::SiTrackerSpacePointFinder, ISF::SimKernelMT, ITk::StripDigitization, ITkPixelCablingAlg, ITkStripCablingAlg, LArHitEMapMaker, LArTTL1Maker, LUCID_DigiTop, LVL1::L1TopoSimulation, MergeCalibHits, MergeGenericMuonSimHitColl, MergeHijingPars, MergeMcEventCollection, MergeTrackRecordCollection, MergeTruthJets, MergeTruthParticles, MuonDigitizer, PileUpMTAlg, PixelDigitization, RoIBResultToxAOD, SCT_ByteStreamErrorsTestAlg, SCT_CablingCondAlgFromCoraCool, SCT_CablingCondAlgFromText, SCT_ConditionsParameterTestAlg, SCT_ConditionsSummaryTestAlg, SCT_ConfigurationConditionsTestAlg, SCT_Digitization, 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, SGInputLoader, Simulation::BeamEffectsAlg, TileHitVecToCnt, TileMuonFitter, TilePulseForTileMuonReceiver, TileRawChannelMaker, TRTDigitization, and ZDC_DigiTop.
Definition at line 68 of file AthCommonAlgorithm.h.
◆ 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()
| virtual void AthCommonAlgorithm< Gaudi::Algorithm >::setFilterPassed |
( |
bool | state, |
|
|
const EventContext & | ctx ) const |
|
inlinevirtualinherited |
◆ 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.
Reimplemented in AthAnalysisAlgorithm.
Definition at line 80 of file AthCommonAlgorithm.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 108 of file AthCommonAlgorithm.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: