![]() |
ATLAS Offline Software
|
#include <TrigEDMChecker.h>
Public Member Functions | |
| TrigEDMChecker (const std::string &name, ISvcLocator *pSvcLocator) | |
| virtual | ~TrigEDMChecker () |
| virtual StatusCode | initialize () override |
| virtual StatusCode | execute (const EventContext &ctx) override |
| Execute method. | |
| virtual StatusCode | sysInitialize () override |
| Function initialising the tool in the correct way in Athena. | |
| virtual StatusCode | sysExecute (const EventContext &) override |
| override to do firstEvent method | |
| template<typename T> | |
| StatusCode | retrieveMetadata (const std::string &folder, const std::string &key, T &out) |
| Helper function to access IOVMetaDataContainer information helped in the MetaDataStore. | |
| template<typename T> | |
| StatusCode | retrieveMetadata (const std::string &folder, const std::string &key, T &out, const IOVTime &time, int channel=-1) |
| Helper function to access IOVMetaDataContainer information held in InputMetaDataStore, but will check IOVTime. | |
| const ServiceHandle< ITHistSvc > & | histSvc () const |
The standard THistSvc (for writing histograms and TTrees and more to a root file) Returns (kind of) a pointer to the THistSvc. | |
| virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. | |
| virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. | |
| virtual bool | filterPassed (const EventContext &ctx) const |
| Get filter decision: | |
| virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
| Set filter decision: | |
| ServiceHandle< StoreGateSvc > & | evtStore () |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. | |
| const ServiceHandle< StoreGateSvc > & | detStore () const |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc. | |
| virtual StatusCode | sysStart () override |
| Handle START transition. | |
| virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. | |
| virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. | |
| Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T, V, H > &t) |
| void | updateVHKA (Gaudi::Details::PropertyBase &) |
| MsgStream & | msg () const |
| bool | msgLvl (const MSG::Level lvl) const |
Functions providing access to the input/output metadata | |
| const ServiceHandle< StoreGateSvc > & | inputMetaStore () const |
| Const accessor for the input metadata store. | |
| ServiceHandle< StoreGateSvc > & | inputMetaStore () |
| Accessor for the input metadata store. | |
| const ServiceHandle< StoreGateSvc > & | outputMetaStore () const |
| Const accessor for the output metadata store. | |
| ServiceHandle< StoreGateSvc > & | outputMetaStore () |
| Accessor for the output metadata store. | |
Protected Member Functions | |
| void | updateEvtStore (Gaudi::Details::PropertyBase &prop) |
| virtual void | handle (const Incident &inc) override |
| Function receiving incidents from IncidentSvc/TEvent Experts can override but they should ensure they add AthAnalysisAlgorithm::handle(); to the end of their own implementation. | |
| virtual StatusCode | beginInputFile () |
| Function called when a new input file is opened user can read input metadata from inputMetaStore(). | |
| virtual StatusCode | endInputFile () |
| Function called as an input file is being closed. | |
| virtual StatusCode | metaDataStop () |
| Function called before finalize user can read output metadata from outputMetaStore(). | |
| virtual StatusCode | firstExecute () |
| Function called when first execute is encountered user can read event information with evtStore(). | |
| virtual TFile * | currentFile (const char *evtSelName="EventSelector") final |
| Function returning the TFile pointer of the currently open file of the given EventSelector (in athena jobs this defaults to "EventSelector"). | |
| 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. | |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
| typedef uint32_t | hash_t |
| typedef for the internal hash | |
| typedef std::map< const hash_t, TH1 * > | HistMap_t |
| Typedef for convenience. | |
| typedef std::map< const hash_t, TEfficiency * > | EffMap_t |
| Typedef for convenience. | |
| typedef std::map< const hash_t, TTree * > | TreeMap_t |
| Typedef for convenience. | |
| typedef std::map< const hash_t, TGraph * > | GraphMap_t |
| Typedef for convenience. | |
Private Member Functions | |
| StatusCode do_execute | ATLAS_NOT_THREAD_SAFE (const EventContext &ctx) |
| StatusCode | dumpTrigPassBits () |
| StatusCode | dumpLVL1_ROI () |
| StatusCode | dumpTrackParticleContainer () |
| StatusCode dumpTrigMissingET | ATLAS_NOT_THREAD_SAFE () |
| StatusCode | dumpxAODTrigMissingET () |
| StatusCode | dumpxAODJetContainer () |
| StatusCode | dumpTrigL2BphysContainer () |
| StatusCode | dumpTrigEFBphysContainer () |
| StatusCode dumpTrigEFBjetContainer | ATLAS_NOT_THREAD_SAFE () |
| StatusCode dumpTrigL2BjetContainer | ATLAS_NOT_THREAD_SAFE () |
| StatusCode dumpTrigTauClusterContainer | ATLAS_NOT_THREAD_SAFE () |
| StatusCode dumpTrigEMCluster | ATLAS_NOT_THREAD_SAFE () |
| StatusCode dumpTrigEMClusterContainer | ATLAS_NOT_THREAD_SAFE () |
| StatusCode dumpxAODTrigEMCluster | ATLAS_NOT_THREAD_SAFE () |
| StatusCode dumpxAODTrigEMClusterContainer | ATLAS_NOT_THREAD_SAFE () |
| StatusCode dumpCombinedMuonFeature | ATLAS_NOT_THREAD_SAFE () |
| StatusCode dumpCombinedMuonFeatureContainer | ATLAS_NOT_THREAD_SAFE () |
| StatusCode dumpMuonFeature | ATLAS_NOT_THREAD_SAFE () |
| StatusCode dumpTileMuFeatureContainer | ATLAS_NOT_THREAD_SAFE () |
| StatusCode dumpTileTrackMuFeatureContainer | ATLAS_NOT_THREAD_SAFE () |
| StatusCode dumpTrigPhotonContainer | ATLAS_NOT_THREAD_SAFE () |
| StatusCode dumpTrigMuonEFContainer | ATLAS_NOT_THREAD_SAFE () |
| StatusCode dumpTrigMuonEFInfoContainer | ATLAS_NOT_THREAD_SAFE () |
| void | printMuonTrk (const TrigMuonEFTrack *muonTrack) |
| void | printMuonTrk (const TrigMuonEFCbTrack *muonTrack) |
| StatusCode | dumpxAODMuonContainer () |
| StatusCode dumpTrigMuonEFIsolationContainer | ATLAS_NOT_THREAD_SAFE () |
| StatusCode dumpTrigElectronContainer | ATLAS_NOT_THREAD_SAFE () |
| StatusCode | dumpxAODTrigElectronContainer () |
| StatusCode | dumpxAODTrigPhotonContainer () |
| StatusCode | dumpxAODElectronContainer () |
| StatusCode | dumpxAODPhotonContainer () |
| StatusCode dumpTrigTauContainer | ATLAS_NOT_THREAD_SAFE () |
| StatusCode dumpTrigTauTracksInfo | ATLAS_NOT_THREAD_SAFE () |
| StatusCode | dumpHLTResult () |
| StatusCode | dumpTrigInDetTrackCollection () |
| StatusCode dumpTrigVertexCollection | ATLAS_NOT_THREAD_SAFE () |
| StatusCode dumpxAODTauJetContainer | ATLAS_NOT_THREAD_SAFE () |
| StatusCode dumpTauJetContainer | ATLAS_NOT_THREAD_SAFE () |
| StatusCode | dumpxAODTrackParticle () |
| StatusCode | dumpxAODVertex () |
| StatusCode | dumpStoreGate () |
| StatusCode | dumpTDT () |
| StatusCode | dumpxAODTrigMinBias () |
| void | dumpTrigSpacePointCounts () |
| void | dumpTrigT2MBTSBits () |
| void | dumpTrigVertexCounts () |
| void | dumpTrigTrackCounts () |
| StatusCode | dumpNavigation (const EventContext &ctx) |
| StatusCode | dumpTrigComposite () |
| Dump information on TrigComposite collections. | |
| StatusCode | checkTrigCompositeElementLink (const xAOD::TrigComposite *tc, size_t element) |
| Dump details on element links within TrigComposites. | |
| StatusCode | TrigCompositeNavigationToDot (std::string &returnValue, bool &pass) |
| Construct graph of HLT navigation in Run-3. | |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
| void | buildBookingString (std::string &bookingString, std::string &histName, std::string &tDir, std::string &stream, bool usePrefixPostfix=false) |
| Method to build individual booking string. | |
| void | myReplace (std::string &str, const std::string &oldStr, const std::string &newStr) |
| Helper method to replace sub-string. | |
| hash_t | hash (const std::string &histName) const |
| Method to calculate a 32-bit hash from a string. | |
Definition at line 34 of file TrigEDMChecker.h.
|
privateinherited |
Typedef for convenience.
Definition at line 207 of file AthHistogramming.h.
|
privateinherited |
Typedef for convenience.
Definition at line 221 of file AthHistogramming.h.
|
privateinherited |
typedef for the internal hash
Definition at line 171 of file AthHistogramming.h.
|
privateinherited |
Typedef for convenience.
Definition at line 200 of file AthHistogramming.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
privateinherited |
Typedef for convenience.
Definition at line 214 of file AthHistogramming.h.
| TrigEDMChecker::TrigEDMChecker | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
switches to control the analysis through job options
Definition at line 112 of file TrigEDMChecker.cxx.
|
virtual |
Definition at line 169 of file TrigEDMChecker.cxx.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
protectedvirtualinherited |
Function called when a new input file is opened user can read input metadata from inputMetaStore().
Dummy implementation that can be overridden by the derived tool.
Reimplemented in MuonVal::MetaDataAlg.
Definition at line 114 of file AthAnalysisAlgorithm.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 337 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TGraphs.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 305 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TTrees.
Definition at line 405 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 358 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 348 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 326 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 283 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TGraphs.
Definition at line 388 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 262 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TTrees.
Definition at line 273 of file AthHistogramming.cxx.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 123 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 295 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 83 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 274 of file AthHistogramming.h.
|
privateinherited |
Method to build individual booking string.
Definition at line 521 of file AthHistogramming.cxx.
|
private |
Dump details on element links within TrigComposites.
With specific checking of the Run-3 relationships
Definition at line 4145 of file TrigEDMChecker.cxx.
|
protectedinherited |
To be called by the derived classes to fill the internal configuration.
Definition at line 51 of file AthHistogramming.cxx.
|
finalprotectedvirtualinherited |
Function returning the TFile pointer of the currently open file of the given EventSelector (in athena jobs this defaults to "EventSelector").
Definition at line 147 of file AthAnalysisAlgorithm.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 145 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 95 of file AthCommonDataStore.h.
|
private |
Definition at line 2099 of file TrigEDMChecker.cxx.
|
private |
Definition at line 1164 of file TrigEDMChecker.cxx.
|
private |
Definition at line 4436 of file TrigEDMChecker.cxx.
|
private |
|
private |
Definition at line 4013 of file TrigEDMChecker.cxx.
|
private |
track
track vertex position
access to TrackSummary information
Definition at line 1057 of file TrigEDMChecker.cxx.
|
private |
Dump information on TrigComposite collections.
Only dumpTrigCompositeContainers are dumped unless doDumpAllTrigComposite is set
Definition at line 4107 of file TrigEDMChecker.cxx.
|
private |
Definition at line 2334 of file TrigEDMChecker.cxx.
|
private |
Definition at line 2130 of file TrigEDMChecker.cxx.
|
private |
Definition at line 2432 of file TrigEDMChecker.cxx.
|
private |
Definition at line 581 of file TrigEDMChecker.cxx.
|
private |
Definition at line 609 of file TrigEDMChecker.cxx.
|
private |
Definition at line 677 of file TrigEDMChecker.cxx.
|
private |
Definition at line 745 of file TrigEDMChecker.cxx.
|
private |
Definition at line 711 of file TrigEDMChecker.cxx.
|
private |
Definition at line 1760 of file TrigEDMChecker.cxx.
|
private |
Definition at line 2529 of file TrigEDMChecker.cxx.
|
private |
Definition at line 1337 of file TrigEDMChecker.cxx.
|
private |
Definition at line 1916 of file TrigEDMChecker.cxx.
|
private |
Definition at line 3857 of file TrigEDMChecker.cxx.
|
private |
Definition at line 1659 of file TrigEDMChecker.cxx.
|
private |
Definition at line 815 of file TrigEDMChecker.cxx.
|
private |
Definition at line 829 of file TrigEDMChecker.cxx.
|
private |
Definition at line 1717 of file TrigEDMChecker.cxx.
|
private |
Definition at line 3977 of file TrigEDMChecker.cxx.
|
protectedinherited |
Simplify the retrieval of registered TEfficiency.
Definition at line 211 of file AthHistogramming.cxx.
|
protectedvirtualinherited |
Function called as an input file is being closed.
Dummy implementation that can be overridden by the derived tool.
Definition at line 122 of file AthAnalysisAlgorithm.cxx.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
overridevirtual |
Execute method.
Implements AthAlgorithm.
Definition at line 243 of file TrigEDMChecker.cxx.
|
protectedinherited |
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
|
overridevirtualinherited |
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.
|
inlinevirtualinherited |
Get filter decision:
Definition at line 93 of file AthCommonAlgorithm.h.
|
protectedvirtualinherited |
Function called when first execute is encountered user can read event information with evtStore().
Dummy implementation that can be overridden by the derived tool.
Reimplemented in CP::JetTileCorrectionAlg.
Definition at line 139 of file AthAnalysisAlgorithm.cxx.
|
protectedinherited |
Simplify the retrieval of registered TGraphs.
Definition at line 453 of file AthHistogramming.cxx.
|
overrideprotectedvirtualinherited |
Function receiving incidents from IncidentSvc/TEvent Experts can override but they should ensure they add AthAnalysisAlgorithm::handle(); to the end of their own implementation.
Definition at line 83 of file AthAnalysisAlgorithm.cxx.
|
inlineprivateinherited |
Method to calculate a 32-bit hash from a string.
Definition at line 430 of file AthHistogramming.h.
|
protectedinherited |
Simplify the retrieval of registered histograms of any type.
Definition at line 164 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the retrieval of registered 2-d histograms.
Definition at line 371 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the retrieval of registered 3-d histograms.
Definition at line 388 of file AthHistogramming.h.
|
inlineinherited |
The standard THistSvc (for writing histograms and TTrees and more to a root file) Returns (kind of) a pointer to the THistSvc.
Definition at line 113 of file AthHistogramAlgorithm.h.
|
overridevirtual |
Definition at line 171 of file TrigEDMChecker.cxx.
|
overridevirtualinherited |
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.
|
inlineinherited |
Accessor for the input metadata store.
Definition at line 51 of file AthAnalysisAlgorithm.h.
|
inlineinherited |
|
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.
|
inlinefinaloverrideprotectedvirtualinherited |
Legacy algorithms are not thread-safe.
Definition at line 47 of file AthAlgorithm.h.
|
protectedvirtualinherited |
Function called before finalize user can read output metadata from outputMetaStore().
Dummy implementation that can be overridden by the derived tool.
Definition at line 130 of file AthAnalysisAlgorithm.cxx.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
privateinherited |
Helper method to replace sub-string.
Definition at line 551 of file AthHistogramming.cxx.
|
overridevirtualinherited |
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.
|
inlineinherited |
Accessor for the output metadata store.
Definition at line 55 of file AthAnalysisAlgorithm.h.
|
inlineinherited |
|
private |
Definition at line 1558 of file TrigEDMChecker.cxx.
|
private |
Definition at line 1532 of file TrigEDMChecker.cxx.
|
inlineprotectedinherited |
Definition at line 380 of file AthCommonDataStore.h.
|
inlineprotectedinherited |
remove all handles from I/O resolution
Definition at line 364 of file AthCommonDataStore.h.
|
inlineinherited |
Helper function to access IOVMetaDataContainer information helped in the MetaDataStore.
Definition at line 65 of file AthAnalysisAlgorithm.h.
|
inlineinherited |
Helper function to access IOVMetaDataContainer information held in InputMetaDataStore, but will check IOVTime.
Also can give a channel (leave as -1 to take first available) IOVTime(runNumber, eventNumber) is a valid constructor for example
Definition at line 76 of file AthAnalysisAlgorithm.h.
|
inlinevirtualinherited |
Set filter decision:
Reimplemented in AthFilterAlgorithm.
Definition at line 99 of file AthCommonAlgorithm.h.
|
overridevirtualinherited |
override to do firstEvent method
Reimplemented from AthCommonAlgorithm< Gaudi::Algorithm >.
Definition at line 72 of file AthAnalysisAlgorithm.cxx.
|
overridevirtualinherited |
Function initialising the tool in the correct way in Athena.
Reimplemented from AthHistogramAlgorithm.
Definition at line 50 of file AthAnalysisAlgorithm.cxx.
|
overridevirtualinherited |
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
|
protectedinherited |
Simplify the retrieval of registered TTrees.
Definition at line 339 of file AthHistogramming.cxx.
|
private |
Construct graph of HLT navigation in Run-3.
| returnValue | String to populate with dot graph. |
| pass | When using a chain filter, if the chain group passed raw. |
Navigates all TrigComposite objects in store gate and forms a relational graph in the dot format
Definition at line 4210 of file TrigEDMChecker.cxx.
|
protectedinherited |
Definition at line 45 of file AthAnalysisAlgorithm.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Definition at line 216 of file TrigEDMChecker.h.
|
privateinherited |
Definition at line 120 of file AthAnalysisAlgorithm.h.
|
private |
Definition at line 220 of file TrigEDMChecker.h.
|
privateinherited |
Pointer to StoreGate (detector store by default).
Definition at line 393 of file AthCommonDataStore.h.
|
private |
a handle on Store Gate for access to the Event Store
Definition at line 48 of file TrigEDMChecker.h.
|
private |
Definition at line 180 of file TrigEDMChecker.h.
|
private |
Definition at line 95 of file TrigEDMChecker.h.
|
private |
Definition at line 146 of file TrigEDMChecker.h.
|
private |
Definition at line 52 of file TrigEDMChecker.h.
|
private |
Definition at line 99 of file TrigEDMChecker.h.
|
private |
Definition at line 183 of file TrigEDMChecker.h.
|
private |
Definition at line 167 of file TrigEDMChecker.h.
|
private |
Definition at line 158 of file TrigEDMChecker.h.
|
private |
Definition at line 102 of file TrigEDMChecker.h.
|
private |
Definition at line 105 of file TrigEDMChecker.h.
|
private |
Definition at line 55 of file TrigEDMChecker.h.
|
private |
Definition at line 203 of file TrigEDMChecker.h.
|
private |
Definition at line 73 of file TrigEDMChecker.h.
|
private |
Definition at line 70 of file TrigEDMChecker.h.
|
private |
Definition at line 125 of file TrigEDMChecker.h.
|
private |
Definition at line 82 of file TrigEDMChecker.h.
|
private |
Definition at line 85 of file TrigEDMChecker.h.
|
private |
Definition at line 149 of file TrigEDMChecker.h.
|
private |
Definition at line 76 of file TrigEDMChecker.h.
|
private |
Definition at line 67 of file TrigEDMChecker.h.
|
private |
Definition at line 58 of file TrigEDMChecker.h.
|
private |
Definition at line 111 of file TrigEDMChecker.h.
|
private |
Definition at line 114 of file TrigEDMChecker.h.
|
private |
Definition at line 122 of file TrigEDMChecker.h.
|
private |
Definition at line 50 of file TrigEDMChecker.h.
|
private |
Definition at line 108 of file TrigEDMChecker.h.
|
private |
Definition at line 79 of file TrigEDMChecker.h.
|
private |
Definition at line 140 of file TrigEDMChecker.h.
|
private |
Definition at line 143 of file TrigEDMChecker.h.
|
private |
Definition at line 152 of file TrigEDMChecker.h.
|
private |
Definition at line 134 of file TrigEDMChecker.h.
|
private |
Definition at line 64 of file TrigEDMChecker.h.
|
private |
Definition at line 119 of file TrigEDMChecker.h.
|
private |
Definition at line 137 of file TrigEDMChecker.h.
|
private |
Definition at line 155 of file TrigEDMChecker.h.
|
private |
Definition at line 161 of file TrigEDMChecker.h.
|
private |
Definition at line 128 of file TrigEDMChecker.h.
|
private |
Definition at line 89 of file TrigEDMChecker.h.
|
private |
Definition at line 92 of file TrigEDMChecker.h.
|
private |
Definition at line 173 of file TrigEDMChecker.h.
|
private |
Definition at line 61 of file TrigEDMChecker.h.
|
private |
Definition at line 131 of file TrigEDMChecker.h.
|
private |
Definition at line 164 of file TrigEDMChecker.h.
|
privateinherited |
Definition at line 122 of file AthAnalysisAlgorithm.h.
|
private |
Definition at line 170 of file TrigEDMChecker.h.
|
private |
Definition at line 185 of file TrigEDMChecker.h.
|
private |
Definition at line 181 of file TrigEDMChecker.h.
|
privateinherited |
The map of histogram names to their pointers.
Definition at line 210 of file AthHistogramming.h.
|
privateinherited |
Pointer to StoreGate (event store by default).
Definition at line 390 of file AthCommonDataStore.h.
|
private |
Definition at line 186 of file TrigEDMChecker.h.
|
privateinherited |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 108 of file AthCommonAlgorithm.h.
|
privateinherited |
The map of TGraph names to their pointers.
Definition at line 224 of file AthHistogramming.h.
|
privateinherited |
The map of histogram names to their pointers.
Definition at line 203 of file AthHistogramming.h.
|
privateinherited |
The postfix for the histogram THx name.
Definition at line 97 of file AthHistogramAlgorithm.h.
|
privateinherited |
The prefix for the histogram THx name.
Definition at line 94 of file AthHistogramAlgorithm.h.
|
privateinherited |
Default constructor: AthHistogramAlgorithm();.
a handle on the Hist/TTree registration service
Definition at line 83 of file AthHistogramAlgorithm.h.
|
privateinherited |
The postfix for the histogram THx title.
Definition at line 103 of file AthHistogramAlgorithm.h.
|
privateinherited |
The prefix for the histogram THx title.
Definition at line 100 of file AthHistogramAlgorithm.h.
|
privateinherited |
Object accessing the input metadata store.
Definition at line 116 of file AthAnalysisAlgorithm.h.
|
privateinherited |
Cached Message Stream.
Definition at line 250 of file AthHistogramming.h.
|
private |
Definition at line 214 of file TrigEDMChecker.h.
|
private |
Definition at line 218 of file TrigEDMChecker.h.
|
privateinherited |
Instance name.
Definition at line 247 of file AthHistogramming.h.
|
private |
Definition at line 219 of file TrigEDMChecker.h.
|
private |
Definition at line 221 of file TrigEDMChecker.h.
|
privateinherited |
Object accessing the output metadata store.
Definition at line 118 of file AthAnalysisAlgorithm.h.
|
privateinherited |
Name of the ROOT output stream (file).
Definition at line 88 of file AthHistogramAlgorithm.h.
|
privateinherited |
Definition at line 91 of file AthHistogramAlgorithm.h.
|
privateinherited |
Name of the ROOT output stream (file).
Definition at line 228 of file AthHistogramming.h.
|
private |
Definition at line 224 of file TrigEDMChecker.h.
|
privateinherited |
The map of TTree names to their pointers.
Definition at line 217 of file AthHistogramming.h.
|
private |
Definition at line 222 of file TrigEDMChecker.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
private |
Definition at line 225 of file TrigEDMChecker.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.