|
| virtual bool | isReEntrant () const override final |
| | Legacy algorithms are not thread-safe.
|
| void | renounceArray (SG::VarHandleKeyArray &handlesArray) |
| | remove all handles from I/O resolution
|
| 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) |
| void | extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps) |
| | Add StoreName to extra input/output deps as needed.
|
| StatusCode | configAthHistogramming (const ServiceHandle< ITHistSvc > &histSvc, const std::string &prefix, const std::string &rootDir, const std::string &histNamePrefix, const std::string &histNamePostfix, const std::string &histTitlePrefix, const std::string &histTitlePostfix) |
| | To be called by the derived classes to fill the internal configuration.
|
| TH1 * | bookGetPointer (const TH1 &hist, const std::string &tDir="", const std::string &stream="") |
| | Simplify the booking and registering (into THistSvc) of histograms.
|
| TH1 * | bookGetPointer (TH1 *hist, const std::string &tDir="", const std::string &stream="") |
| | Simplify the booking and registering (into THistSvc) of histograms.
|
| TH1 * | bookGetPointer (TH1 &histRef, std::string tDir="", std::string stream="") |
| | Simplify the booking and registering (into THistSvc) of histograms.
|
| TTree * | bookGetPointer (const TTree &treeRef, std::string tDir="", std::string stream="") |
| | Simplify the booking and registering (into THistSvc) of TTrees.
|
| TGraph * | bookGetPointer (const TGraph &graphRef, std::string tDir="", std::string stream="") |
| | Simplify the booking and registering (into THistSvc) of TGraphs.
|
| TEfficiency * | bookGetPointer (const TEfficiency &eff, const std::string &tDir="", const std::string &stream="") |
| | Simplify the booking and registering (into THistSvc) of TEfficiency.
|
| TEfficiency * | bookGetPointer (TEfficiency *eff, const std::string &tDir="", const std::string &stream="") |
| | Simplify the booking and registering (into THistSvc) of TEfficiency.
|
| TEfficiency * | bookGetPointer (TEfficiency &effRef, std::string tDir="", std::string stream="") |
| | Simplify the booking and registering (into THistSvc) of TEfficiency.
|
| StatusCode | book (const TH1 &hist, const std::string &tDir="", const std::string &stream="") |
| | Simplify the booking and registering (into THistSvc) of histograms.
|
| StatusCode | book (TH1 *hist, const std::string &tDir="", const std::string &stream="") |
| | Simplify the booking and registering (into THistSvc) of histograms.
|
| StatusCode | book (TH1 &histRef, const std::string &tDir="", const std::string &stream="") |
| | Simplify the booking and registering (into THistSvc) of histograms.
|
| StatusCode | book (const TTree &treeRef, const std::string &tDir="", const std::string &stream="") |
| | Simplify the booking and registering (into THistSvc) of TTrees.
|
| StatusCode | book (const TGraph &graphRef, const std::string &tDir="", const std::string &stream="") |
| | Simplify the booking and registering (into THistSvc) of TGraphs.
|
| StatusCode | book (const TEfficiency &eff, const std::string &tDir="", const std::string &stream="") |
| | Simplify the booking and registering (into THistSvc) of TEfficiency.
|
| StatusCode | book (TEfficiency *eff, const std::string &tDir="", const std::string &stream="") |
| | Simplify the booking and registering (into THistSvc) of TEfficiency.
|
| StatusCode | book (TEfficiency &effRef, const std::string &tDir="", const std::string &stream="") |
| | Simplify the booking and registering (into THistSvc) of TEfficiency.
|
| TH1 * | hist (const std::string &histName, const std::string &tDir="", const std::string &stream="") |
| | Simplify the retrieval of registered histograms of any type.
|
| TH2 * | hist2d (const std::string &histName, const std::string &tDir="", const std::string &stream="") |
| | Simplify the retrieval of registered 2-d histograms.
|
| TH3 * | hist3d (const std::string &histName, const std::string &tDir="", const std::string &stream="") |
| | Simplify the retrieval of registered 3-d histograms.
|
| TTree * | tree (const std::string &treeName, const std::string &tDir="", const std::string &stream="") |
| | Simplify the retrieval of registered TTrees.
|
| TGraph * | graph (const std::string &graphName, const std::string &tDir="", const std::string &stream="") |
| | Simplify the retrieval of registered TGraphs.
|
| TEfficiency * | efficiency (const std::string &effName, const std::string &tDir="", const std::string &stream="") |
| | Simplify the retrieval of registered TEfficiency.
|
|
| ServiceHandle< Muon::IMuonIdHelperSvc > | m_idHelperSvc |
| ActsTrk::GeoContextReadKey_t | m_geoCtxKey {this, "AlignmentKey", "ActsAlignment", "cond handle key"} |
| std::set< Identifier > | m_testStations {} |
| | Set of stations to be tested.
|
| Gaudi::Property< std::vector< std::string > > | m_selectStat {this, "TestStations", {}} |
| | String should be formated like <stationName><stationEta><A/C><stationPhi>.
|
| Gaudi::Property< std::vector< std::string > > | m_excludeStat {this, "ExcludeStations", {}} |
| const MuonDetectorManager * | m_detMgr {nullptr} |
| MuonVal::MuonTesterTree | m_tree {"RpcGeoModelTree", "GEOMODELTESTER"} |
| MuonVal::ScalarBranch< unsigned short > & | m_stIndex {m_tree.newScalar<unsigned short>("stationIndex")} |
| | Identifier of the readout element.
|
| MuonVal::ScalarBranch< short > & | m_stEta {m_tree.newScalar<short>("stationEta")} |
| MuonVal::ScalarBranch< short > & | m_stPhi {m_tree.newScalar<short>("stationPhi")} |
| MuonVal::ScalarBranch< uint8_t > & | m_doubletR {m_tree.newScalar<uint8_t>("stationDoubletR")} |
| MuonVal::ScalarBranch< uint8_t > & | m_doubletZ {m_tree.newScalar<uint8_t>("stationDoubletZ")} |
| MuonVal::ScalarBranch< uint8_t > & | m_doubletPhi {m_tree.newScalar<uint8_t>("stationDoubletPhi")} |
| MuonVal::ScalarBranch< std::string > & | m_chamberDesign {m_tree.newScalar<std::string>("chamberDesign")} |
| MuonVal::ScalarBranch< uint8_t > & | m_numStripsEta {m_tree.newScalar<uint8_t>("numEtaStrips")} |
| | Number of strips, strip pitch in eta & phi direction.
|
| MuonVal::ScalarBranch< uint8_t > & | m_numStripsPhi {m_tree.newScalar<uint8_t>("numPhiStrips")} |
| MuonVal::ScalarBranch< float > & | m_stripEtaPitch {m_tree.newScalar<float>("stripEtaPitch")} |
| | Strip dimensions.
|
| MuonVal::ScalarBranch< float > & | m_stripPhiPitch {m_tree.newScalar<float>("stripPhiPitch")} |
| MuonVal::ScalarBranch< float > & | m_stripEtaWidth {m_tree.newScalar<float>("stripEtaWidth")} |
| MuonVal::ScalarBranch< float > & | m_stripPhiWidth {m_tree.newScalar<float>("stripPhiWidth")} |
| MuonVal::ScalarBranch< float > & | m_stripEtaLength {m_tree.newScalar<float>("stripEtaLength")} |
| MuonVal::ScalarBranch< float > & | m_stripPhiLength {m_tree.newScalar<float>("stripPhiLength")} |
| MuonVal::ScalarBranch< float > & | m_envelopeHeight {m_tree.newScalar<float>("envelopeHeight")} |
| | Box dimension.
|
| MuonVal::ScalarBranch< float > & | m_envelopeWidth {m_tree.newScalar<float>("envelopeWidth")} |
| MuonVal::ScalarBranch< float > & | m_envelopeLength {m_tree.newScalar<float>("envelopeLength")} |
| MuonVal::ScalarBranch< uint8_t > & | m_numRpcLayers {m_tree.newScalar<uint8_t>("numRpcLayers")} |
| | Number of eta & phi gas gaps.
|
| MuonVal::ScalarBranch< uint8_t > & | m_numGasGapsPhi {m_tree.newScalar<uint8_t>("numPhiGasGaps")} |
| MuonVal::ScalarBranch< uint8_t > & | m_numPhiPanels {m_tree.newScalar<uint8_t>("numPhiPanels")} |
| MuonVal::CoordTransformBranch | m_readoutTransform {m_tree, "GeoModelTransform"} |
| | Transformation of the readout element (Translation, ColX, ColY, ColZ).
|
| MuonVal::CoordTransformBranch | m_alignableNode {m_tree, "AlignableNode"} |
| MuonVal::CoordSystemsBranch | m_stripRot {m_tree, "stripRot"} |
| | Rotation matrix of the respective layers.
|
| MuonVal::VectorBranch< uint8_t > & | m_stripRotGasGap {m_tree.newVector<uint8_t>("stripRotGasGap")} |
| MuonVal::VectorBranch< uint8_t > & | m_stripRotDblPhi {m_tree.newVector<uint8_t>("stripRotDoubletPhi")} |
| MuonVal::VectorBranch< bool > & | m_stripRotMeasPhi {m_tree.newVector<bool>("stripRotMeasPhi")} |
| MuonVal::ThreeVectorBranch | m_stripPos {m_tree, "stripPos"} |
| | Strip positions.
|
| MuonVal::TwoVectorBranch | m_locStripPos {m_tree, "stripLocPos"} |
| MuonVal::VectorBranch< bool > & | m_stripPosMeasPhi {m_tree.newVector<bool>("stripPosMeasPhi")} |
| MuonVal::VectorBranch< uint8_t > & | m_stripPosGasGap {m_tree.newVector<uint8_t>("stripPosGasGap")} |
| MuonVal::VectorBranch< uint8_t > & | m_stripPosNum {m_tree.newVector<uint8_t>("stripPosNum")} |
| MuonVal::VectorBranch< uint8_t > & | m_stripDblPhi {m_tree.newVector<uint8_t>("stripPosDoubletPhi")} |
| ServiceHandle< MuonValR4::IRootVisualizationService > | m_visualSvc {this, "VisualSvc", "MuonValR4::RootVisualizationService"} |
| | Service handle of the visualization service.
|
| MuonValR4::IRootVisualizationService::ClientToken | m_clientToken {} |
| | Token to be presented to the visualization service.
|
| Gaudi::Property< bool > | m_visualStrips {this, "visualizePlanes", true} |
| | Flag toggling whether the strip planes shall be printed.
|
| ServiceHandle< ITHistSvc > | m_histSvc |
| | Default constructor: AthHistogramAlgorithm();.
|
| std::string | m_prefix |
| | Name of the ROOT output stream (file).
|
| std::string | m_rootDir |
| | Name of the ROOT directory.
|
| std::string | m_histNamePrefix |
| | The prefix for the histogram THx name.
|
| std::string | m_histNamePostfix |
| | The postfix for the histogram THx name.
|
| std::string | m_histTitlePrefix |
| | The prefix for the histogram THx title.
|
| std::string | m_histTitlePostfix |
| | The postfix for the histogram THx title.
|
| DataObjIDColl | m_extendedExtraObjects |
| 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 |
| HistMap_t | m_histMap |
| | The map of histogram names to their pointers.
|
| EffMap_t | m_effMap |
| | The map of histogram names to their pointers.
|
| TreeMap_t | m_treeMap |
| | The map of TTree names to their pointers.
|
| GraphMap_t | m_graphMap |
| | The map of TGraph names to their pointers.
|
| std::string | m_streamName |
| | Name of the ROOT output stream (file).
|
| std::string | m_name |
| | Instance name.
|
| MsgStream | m_msg |
| | Cached Message Stream.
|
| virtual StatusCode AthAlgorithm::execute |
( |
void | | ) |
|
|
inlinevirtualinherited |
Execute method without EventContext (deprecated).
Override this method if the EventContext is not needed.
Reimplemented in AddTRTMomConstr, AFP_DigiTop, AFP_PixelHistoFiller, ALFA_BeamTransport, ALFA_CLinkAlg, ALFA_DigiAlg, ALFA_GloRec, ALFA_LocRec, ALFA_LocRecCorr, ALFA_Raw2Digit, ALFA_RawDataProvider, ALFA_RawDataProvider_charge, Analysis::CalibrationDataInterfaceTester, AthAsgExUnittestAlg, AthenaMonManager, AthJetReclusteringAlgo, AthPrescaler, BackgroundWordFiller, BackgroundWordTest, BCM_Digitization, BJT::BoostedJetTaggerAlg, BTagToolTester, BTagVertexAugmenter, BuildVertexPointingAlg, CalibrationNtupleMakerTool, CaloCellFilterAlg, CP::AsgClassificationDecorationAlg, CP::AsgEnergyDecoratorAlg, CP::AsgEventScaleFactorAlg, CP::AsgLeptonTrackDecorationAlg, CP::AsgObjectScaleFactorAlg, CP::AsgPriorityDecorationAlg, CP::AsgSelectionAlg, CP::AsgShallowCopyAlg, CP::AsgUnionPreselectionAlg, CP::AsgUnionSelectionAlg, CP::AsgViewFromSelectionAlg, CP::AsgxAODNTupleMakerAlg, CP::BJetCalibrationAlg, CP::BootstrapGeneratorAlg, CP::BTaggingEfficiencyAlg, CP::BTaggingInformationDecoratorAlg, CP::BTaggingTriggerEfficiencyAlg, CP::BTaggingTriggerMatchingAlg, CP::CalibratedEgammaProvider, CP::CalibratedMuonsProvider, CP::CalibratedTracksProvider, CP::ChargeSelectorAlg, CP::CopyNominalSelectionAlg, CP::DileptonInvariantMassSelectorAlg, CP::DileptonInvariantMassWindowSelectorAlg, CP::DileptonOSSFInvariantMassWindowSelectorAlg, CP::DiTauEfficiencyCorrectionsAlg, CP::DiTauMassCalculatorAlg, CP::DiTauSmearingAlg, CP::DiTauTruthMatchingAlg, CP::EgammaCalibrationAndSmearingAlg, CP::EgammaFSRForMuonsCollectorAlg, CP::EgammaIsolationCorrectionAlg, CP::EgammaIsolationSelectionAlg, CP::ElectronEfficiencyCorrectionAlg, CP::ElectronSiHitDecAlg, CP::EventCutFlowHistAlg, CP::EventFlagSelectionAlg, CP::EventSelectionByObjectFlagAlg, CP::EventStatusSelectionAlg, CP::FakeBkgCalculatorAlg, CP::InDetTrackBiasingAlg, CP::InDetTrackExtraVarDecoratorAlg, CP::InDetTrackSelectionAlg, CP::InDetTrackSmearingAlg, CP::JetCalibAlg, CP::JetCalibrationAlg, CP::JetDecoratorAlg, CP::JetFFSmearingAlg, CP::JetGhostMuonAssociationAlg, CP::JetModifierAlg, CP::JetNGhostSelectorAlg, CP::JetReclusteringAlg, CP::JetSelectionAlg, CP::JetTileCorrectionAlg, CP::JetTriggerDecoratorAlg, CP::JetUncertaintiesAlg, CP::JvtEfficiencyAlg, CP::JvtUpdateAlg, CP::KinematicHistAlg, CP::LeptonSFCalculatorAlg, CP::MCTCDecorationAlg, CP::MetadataHistAlg, CP::MetBuilderAlg, CP::MetMakerAlg, CP::MetSignificanceAlg, CP::MissingETPlusTransverseMassSelectorAlg, CP::MissingETSelectorAlg, CP::MuonCalibrationAndSmearingAlg, CP::MuonCloseJetDecorationAlg, CP::MuonEfficiencyScaleFactorAlg, CP::MuonIsolationAlg, CP::MuonQualityUpdaterAlg, CP::MuonScaleFactorTestAlg, CP::MuonSelectionAlg, CP::MuonSelectionAlgV2, CP::MuonTriggerEfficiencyScaleFactorAlg, CP::NJetDecoratorAlg, CP::NLargeRJetMassWindowSelectorAlg, CP::NObjectMassSelectorAlg, CP::NObjectPtSelectorAlg, CP::ObjectCutFlowHistAlg, CP::OverlapRemovalAlg, CP::PhotonEfficiencyCorrectionAlg, CP::PhotonExtraVariablesAlg, CP::PhotonShowerShapeFudgeAlg, CP::PhotonVertexSelectionAlg, CP::PileupReweightingAlg, CP::PileupReweightingProvider, CP::PMGTruthWeightAlg, CP::RNtupleTreeMakerAlg, CP::RunNumberSelectorAlg, CP::RunPartonHistoryAlg, CP::SaveFilterAlg, CP::SecVertexTruthMatchAlg, CP::SSVWeightsAlg, CP::SumNLeptonPtSelectorAlg, CP::SysListDumperAlg, CP::SysTruthWeightAlg, CP::TauCombineMuonRMTausAlg, CP::TauEfficiencyCorrectionsAlg, CP::TauSmearingAlg, CP::TauTruthMatchingAlg, CP::TestIsolationAthenaAlg, CP::TestIsolationCloseByCorrAlg, CP::TestMCASTTool, CP::TransverseMassSelectorAlg, CP::TreeFillerAlg, CP::TreeMakerAlg, CP::TrigEventSelectionAlg, CP::TrigGlobalEfficiencyAlg, CP::TrigMatchingAlg, CP::TrigPrescalesAlg, CP::VGammaORAlg, CP::xAODWriterAlg, CP::XbbEfficiencyAlg, CP::XbbInformationDecoratorAlg, CTTDecorCheckInTool, CutAlg, D3PD::DummyInitAlg, D3PD::egammaDeltaEmax2Alg, D3PD::egammaMaxECellAlg, D3PD::egammaNbCellsGainAlg, D3PD::egammaSumCellsGainAlg, D3PD::PhotonTruthAlg, D3PD::TruthMuonsToSG, D3PDTest::FillerAlg, D3PDTest::HitsFillerAlg, DecoratePhotonPointingAlg, DecorateVertexScoreAlg, DerivationFramework::CompactHardTruth, DerivationFramework::DerivationKernel, DerivationFramework::GoodRunsListFilterAlgorithm, DerivationFramework::METRemappingAlg, DumpAllSystematics, DumpEventDataToJsonAlg, DumpGeo, EgammaMonitoring, EL::AnaAlgorithm, EL::UnitTestAlg2, EL::UnitTestAlg3, EL::UnitTestAlg4, EL::UnitTestAlg5, EL::UnitTestAlg7, EventCleaningTestAlg, EventDecisionAlg, EventInfoWriterAlg, EventQualityFilterAlg, EventReco::KLFitterFinalizeOutputAlg, EventReco::RunKLFitterAlg, ExtractCaloGeoConstants, FSR::ToolTester, ftag::MetadataAlg, FTAGValidation::PhysicsTriggerVariablePlots, FTAGValidation::PhysicsVariablePlots, GetDetectorLocalFrames, GetDetectorPositions, GlobalSim::eEmMultTestBench, GlobalSim::PU1SuppTestBenchAlg, GRLSelectorAlg, HIClusterGeo_HistoFiller, HitMapBuilder, HLTTest::TestRecoAlg, IdDictCnvTest, IDPerfMonEoverP, IDPerfMonZmumu, IDPerfMuonRefitter, InDet::DumpObjects, InDet::InDetBeamSpotFinder, InDet::InDetCosmicsEventPhase, InDet::InDetEventSplitter, InDet::InDetSecVtxFinder, InDet::InDetTrackBiasingToolTester, InDet::InDetTrackSmearingToolTester, InDet::InDetV0Finder, InDet::InDetVertexSplitter, InDet::InDetVertexSplitterHist, InDet::SCT_ClusterValidationNtupleWriter, InDet::SegmentDriftCircleAssValidation, InDet::TRT_SegmentsToTrack, InDet::TRT_StrawStatus, InDetAlignCog, InDetAlignment::CreateMisalignAlg, InDetAlignWrt, InDetGNNHardScatterSelection::VertexDecoratorAlg, InDetUpdateCaches, InDetVertexTruthMatchAlgorithm, IParticleWriterAlg, IsolationTool_AthTest, ITk::StripDigitization, JetGlobalEventSetup, JetHitAssociation, JetHypoExerciserAlg, JetHypoExerciserCompareAlg, JpsiAlg, JpsiExample, L1CaloCondAlgReader, L1CaloDumpRampData, L1CaloHVCorrectionsForDB, L1CaloHVDummyContainers, L1CaloLinearCalibration, L1CaloPedestalGenerator, L1CaloRampMaker, L1CaloTriggerTowerSelector, LArAutoCorrAlgToDB, LArAutoCorrFromStdNtuple, LArBadChannelHunter, LArBlockCorrections, LArCalibCopyAlg< CONDITIONSCONTAINER >, LArCalibCopyAlg< LArDAC2uAMC >, LArCalibCopyAlg< LArPhysWaveContainer >, LArCalibCopyAlg< LArTdriftComplete >, LArCalibPatchingAlg< CONDITIONSCONTAINER >, LArCalibPatchingAlg< LArAutoCorrComplete >, LArCalibPatchingAlg< LArCaliWaveContainer >, LArCalibPatchingAlg< LArMphysOverMcalComplete >, LArCalibPatchingAlg< LArRampComplete >, LArCalibValidationAlg< CONDITIONSCONTAINER, REFCONTAINER >, LArCalibValidationAlg< LArAutoCorrComplete, LArAutoCorrComplete >, LArCalibValidationAlg< LArCaliWaveContainer, LArCaliWaveContainer >, LArCalibValidationAlg< LArPedestalComplete, ILArPedestal >, LArCalibValidationAlg< LArRampComplete, ILArRamp >, LArCaliWaveSelector, LArCompleteToFlat, LArDeltaRespPredictor, LArDSPThresholdFillInline, LArDuplicateConstants, LArFillDSPConfig, LArFlatFromFile, LArGeoWeightsFill, LArMasterWaveBuilder, LArMphysOverMcalFromTuple, LArOFCAlg, LArOFCBin_PhysCaliTdiffFromStdNtuple, LArOFCtoOFC, LArOFPhaseFill, LArParamsFromStdNtuple, LArPhysWaveFromAscii, LArPhysWaveFromStdNtuple, LArPhysWaveFromTuple, LArPhysWavePredictor, LArPhysWaveShifter, LArRampAdHocPatchingAlg, LArReadParamsFromFile< DATA >, LArReadParamsFromFile< LArCableAttenuationComplete >, LArReadParamsFromFile< LArCableLengthComplete >, LArReadParamsFromFile< LArCaliPulseParamsComplete >, LArReadParamsFromFile< LArDetCellParamsComplete >, LArReadParamsFromFile< LArEMEC_CphiComplete >, LArReadParamsFromFile< LArEMEC_HValphaComplete >, LArReadParamsFromFile< LArEMEC_HVbetaComplete >, LArReadParamsFromFile< LArMphysOverMcalComplete >, LArReadParamsFromFile< LArPhysCaliTdiffComplete >, LArReadParamsFromFile< LArRinjComplete >, LArReadParamsFromFile< LArTdriftComplete >, LArReadParamsFromFile< LArTshaperComplete >, LArRTMParamExtractor, LArShapeFromStdNtuple, LArTimePhysPrediction, LisNtuple, LUCID_DigiTop, LVL1::CPCMX, LVL1::eFEXDriver, LVL1::eFexTOBDecorator, LVL1::eFexTOBSuperCellDecorator, LVL1::gFEXDriver, LVL1::gTowerMakerFromGfexTowers, LVL1::JEMEnergySim, LVL1::JEMJetSim, LVL1::jFEXDriver, LVL1::L1CaloTriggerTowerDecoratorAlg, LVL1::L1TopoSimulation, LVL1::Run2CPMTowerMaker, LVL1::Run2JetElementMaker, LVL1::Run2TriggerTowerMaker, LVL1::TrigT1MBTS, LVL1TGCTrigger::LVL1TGCTrigger, McAodFilter, McAodTupleWriter, McAodValidationAlg, met::METAssocTestAlg, MuCTPI_RDOToRoIBResult, OccupancyMapMaker, ORToolBoxTestAlg, OverlapRemovalGenUseAlg, OverlapRemovalTestAlg, ParticleRemoverAlg, ParticleSelectionAlg, ParticleSortingAlg, PixelChargeToTConversion, PixelDigitization, PixelFastDigitization, PixelPrepDataToxAOD, PixelSiliconConditionsTestAlg, PrintSiElements, Prompt::DecoratePromptLeptonImproved, Prompt::DecoratePromptLeptonRNN, Prompt::NonPromptLeptonVertexingAlg, Prompt::PrimaryVertexReFitter, PyAthena::Alg, RatesAnalysisAlg, ReadSiDetectorElements, ReadTRT_DetectorElements, Rec::MuSAVtxJPsiValidationAlg, RefitTracksAndVertex, Ringer::CaloRingerAlgorithm, Ringer::xAODRingSetConfWriter, SCT_Digitization, SCT_FastDigitization, SCT_ReadoutTestAlg, SCTCalib, SelectorBase< Derived >, SGInputLoader, SharedHitMapper, SiDistWriteAlg, SiSmearedDigitization, SumOfWeightsAlg, SurveyConstraintTestAlg, SUSYToolsAlg, TauAnalysisTools::TauAnalysisToolsExampleAthena, TBBPCRec, TBMWPCRec, TBScintillatorRec, TBTailCatcherRec, TBTrackInfoFromTag, TestAthenaConstraintFit, testAthenaEgammaCalibTool, testAthenaPhotonAlg, TestMatchingToolAlg, TestRandomSeqAlg, TestSiAlignment, TestTRT_Alignment, TileClusterFilterAlg, TileCosmicMuonFilterAlg, TileEopFilterAlg, TileMuonFilterAlg, TileTrackFilterAlg, TrackCaloClusterAlg, TrackCaloClusterInfoAlg, TrackVertexAssoTestAlg, Trig::TrigBtagValidationTest, Trig::TrigEgammaMatchingToolTest, Trig::TrigMatchTestAlg, Trig::TrigMuonMatching_example, TrigBSExtraction, TrigConf::xAODMenuReader, TrigCostAnalysis, TrigDecisionChecker, TrigEDMAuxChecker, TrigEDMChecker, TriggerSelectionAlg, TrkEDMTestAlg, TRT_PrepDataToxAOD, TRTCalibrationMgr, TRTCondRead, TRTCondStoreText, TRTDigitization, TRTFastDigitization, TRTOccupancyInclude, TRTStrawEfficiency, TRTStrawStatusRead, TRTStrawStatusWrite, TruthParticleBuilder, VKalVrtAthena::VrtSecInclusive, ZDC_DigiTop, ZdcByteStreamLucrodData, ZdcByteStreamRawData, ZdcByteStreamTester, ZdcLEDNtuple, ZdcMCTruthAlg, ZdcNtuple, ZdcRec, ZdcRecRun3, ZdcRecRun3Decode, ZdcRecV2, ZdcRecV3, and ZdcRecV3Decode.
Definition at line 76 of file AthAlgorithm.h.
76 {
77 throw GaudiException(
"execute() or execute(const EventContext&) needs to be implemented",
name(),
78 StatusCode::FAILURE );
79 }