![]() |
ATLAS Offline Software
|
This class is in charge of building the HyPER graph and running the HyPER algorithm: The user-inputs are: More...
#include <RunHyPERAlg.h>
Public Types | |
| using | MetaStorePtr_t = ServiceHandle< StoreGateSvc >& |
| Type of the metadata store pointer in Athena. | |
| using | ConstMetaStorePtr_t = const ServiceHandle< StoreGateSvc >& |
| using | MetaStore_t = ServiceHandle< StoreGateSvc > |
| Type of the metadata store variable in Athena. | |
Public Member Functions | |
| virtual StatusCode | initialize () override |
| virtual StatusCode | execute (const EventContext &ctx) override |
| execute this algorithm | |
| virtual StatusCode | finalize () override |
| StatusCode | buildGraph () |
| These methods build the HyPER graph based on the user-input topology. | |
| StatusCode | buildTtbarAllHadronicGraph () |
| StatusCode | buildTtbarLJetsGraph () |
| StatusCode | buildTtbarDiLeptonGraph () |
| bool | buildDileptonPartialCandidate (const std::vector< int > &indicesindices, const std::vector< int > &ids, PtEtaPhiMVector &bJetP4, PtEtaPhiMVector &leptonP4, float &analyserCharge) const |
| void | buildTopP4TtbarAllHadronic (const std::vector< int > &topIndices, const std::vector< int > &wIndices, PtEtaPhiMVector &top_b_p4, PtEtaPhiMVector &top_W_decay0_p4, PtEtaPhiMVector &top_W_decay1_p4) |
| void | buildTopP4TtbarLJets (const std::vector< int > &topHadIndices, const std::vector< int > &wHadIndices, const std::vector< int > &topLepIndices, const std::vector< int > &topLepIDs, PtEtaPhiMVector &tophad_b_p4, PtEtaPhiMVector &tophad_w_decay0_p4, PtEtaPhiMVector &tophad_w_decay1_p4, PtEtaPhiMVector &toplep_b_p4, PtEtaPhiMVector &toplep_lep_p4) |
| AnaAlgorithm (const std::string &name, ISvcLocator *pSvcLocator) | |
| constructor with parameters | |
| ::StatusCode | requestFileExecute () |
| register this algorithm to have an implementation of fileexecute | |
| ::StatusCode | requestBeginInputFile () |
| register this algorithm to have an implementation of beginInputFile | |
| ::StatusCode | requestEndInputFile () |
| register this algorithm to have an implementation of endInputFile | |
| void | handle (const Incident &inc) |
| receive the given incident | |
| virtual StatusCode | sysInitialize () |
| Initialization method invoked by the framework. | |
| 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 StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. | |
| 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 |
| ConstMetaStorePtr_t | inputMetaStore () const |
| MetaStorePtr_t | inputMetaStore () |
| ConstMetaStorePtr_t | outputMetaStore () const |
| MetaStorePtr_t | outputMetaStore () |
Protected Member Functions | |
| virtual::StatusCode | execute () |
| execute this algorithm | |
| virtual void | print () const |
| print the state of the algorithm | |
| virtual::StatusCode | fileExecute () |
| perform the action exactly once for each file in the dataset | |
| virtual::StatusCode | beginInputFile () |
| perform the action for the beginning of an input file | |
| virtual::StatusCode | endInputFile () |
| perform the action for the end of an input file | |
| 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, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| TTree * | bookGetPointer (const TTree &treeRef, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TTrees. | |
| TGraph * | bookGetPointer (const TGraph &graphRef, const std::string &tDir="", const 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, const std::string &tDir="", const 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 (std::string_view histName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered histograms of any type. | |
| TH2 * | hist2d (std::string_view histName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered 2-d histograms. | |
| TH3 * | hist3d (std::string_view 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 | |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
| std::string | buildBookingString (std::string_view histName, std::string_view tDir, std::string_view stream, bool usePrefixPostfix=false) const |
| Method to build individual booking string. | |
| hash_t | hash (std::string_view histName) const |
| Method to calculate a 32-bit hash from a string. | |
This class is in charge of building the HyPER graph and running the HyPER algorithm: The user-inputs are:
Definition at line 77 of file RunHyPERAlg.h.
|
inherited |
Definition at line 112 of file AnaAlgorithm.h.
|
privateinherited |
Typedef for convenience.
Definition at line 199 of file AthHistogramming.h.
|
privateinherited |
Typedef for convenience.
Definition at line 213 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 192 of file AthHistogramming.h.
|
inherited |
Type of the metadata store variable in Athena.
Definition at line 564 of file AnaAlgorithm.h.
|
inherited |
Type of the metadata store pointer in Athena.
Definition at line 111 of file AnaAlgorithm.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
privateinherited |
Typedef for convenience.
Definition at line 206 of file AthHistogramming.h.
| EL::AnaAlgorithm::AnaAlgorithm | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
constructor with parameters
This matches the Athena algorithm constructor (for dual-use purposes). Within EventLoop the pSvcLocator will always be nullptr (unless we ever have dual-use services).
Definition at line 90 of file AnaAlgorithm.cxx.
|
protectedinherited |
perform the action for the beginning of an input file
Ideally you don't use this, but instead rely on meta-data tools instead. However, there are enough people asking for it that I decided to implement it anyways.
Definition at line 353 of file AnaAlgorithm.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 329 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 297 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TTrees.
Definition at line 397 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 350 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 340 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 318 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 275 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TGraphs.
Definition at line 374 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 254 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TTrees.
Definition at line 268 of file AthHistogramming.cxx.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 139 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 287 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 97 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 266 of file AthHistogramming.h.
|
privateinherited |
Method to build individual booking string.
Definition at line 500 of file AthHistogramming.cxx.
| bool EventReco::RunHyPERAlg::buildDileptonPartialCandidate | ( | const std::vector< int > & | indices, |
| const std::vector< int > & | ids, | ||
| PtEtaPhiMVector & | bJetP4, | ||
| PtEtaPhiMVector & | leptonP4, | ||
| float & | analyserCharge ) const |
Definition at line 216 of file RunHyPERAlg.cxx.
| StatusCode EventReco::RunHyPERAlg::buildGraph | ( | ) |
These methods build the HyPER graph based on the user-input topology.
Definition at line 868 of file RunHyPERAlg.cxx.
| void EventReco::RunHyPERAlg::buildTopP4TtbarAllHadronic | ( | const std::vector< int > & | topIndices, |
| const std::vector< int > & | wIndices, | ||
| PtEtaPhiMVector & | top_b_p4, | ||
| PtEtaPhiMVector & | top_W_decay0_p4, | ||
| PtEtaPhiMVector & | top_W_decay1_p4 ) |
Definition at line 273 of file RunHyPERAlg.cxx.
| void EventReco::RunHyPERAlg::buildTopP4TtbarLJets | ( | const std::vector< int > & | topHadIndices, |
| const std::vector< int > & | wHadIndices, | ||
| const std::vector< int > & | topLepIndices, | ||
| const std::vector< int > & | topLepIDs, | ||
| PtEtaPhiMVector & | tophad_b_p4, | ||
| PtEtaPhiMVector & | tophad_w_decay0_p4, | ||
| PtEtaPhiMVector & | tophad_w_decay1_p4, | ||
| PtEtaPhiMVector & | toplep_b_p4, | ||
| PtEtaPhiMVector & | toplep_lep_p4 ) |
Definition at line 361 of file RunHyPERAlg.cxx.
| StatusCode EventReco::RunHyPERAlg::buildTtbarAllHadronicGraph | ( | ) |
Definition at line 1072 of file RunHyPERAlg.cxx.
| StatusCode EventReco::RunHyPERAlg::buildTtbarDiLeptonGraph | ( | ) |
Definition at line 1165 of file RunHyPERAlg.cxx.
| StatusCode EventReco::RunHyPERAlg::buildTtbarLJetsGraph | ( | ) |
Definition at line 892 of file RunHyPERAlg.cxx.
|
protectedinherited |
To be called by the derived classes to fill the internal configuration.
Definition at line 64 of file AthHistogramming.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.
|
protectedinherited |
Simplify the retrieval of registered TEfficiency.
Definition at line 214 of file AthHistogramming.cxx.
|
protectedinherited |
perform the action for the end of an input file
Ideally you don't use this, but instead rely on meta-data tools instead. However, there are enough people asking for it that I decided to implement it anyways.
Definition at line 361 of file AnaAlgorithm.cxx.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
protectedinherited |
execute this algorithm
This gets called once on every event and is where the bulk of the processing ought to be happening.
Definition at line 314 of file AnaAlgorithm.cxx.
|
overridevirtual |
execute this algorithm
This gets called once on every event and is where the bulk of the processing ought to be happening.
Reimplemented from EL::AnaAlgorithm.
Definition at line 412 of file RunHyPERAlg.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.
|
protectedinherited |
perform the action exactly once for each file in the dataset
Ideally you don't use this, but instead rely on meta-data tools instead. However, there are enough people asking for it that I decided to implement it anyways.
Definition at line 345 of file AnaAlgorithm.cxx.
|
inlinevirtualinherited |
Get filter decision:
Definition at line 93 of file AthCommonAlgorithm.h.
|
overridevirtual |
Definition at line 1308 of file RunHyPERAlg.cxx.
|
protectedinherited |
Simplify the retrieval of registered TGraphs.
Definition at line 438 of file AthHistogramming.cxx.
|
inherited |
receive the given incident
Definition at line 523 of file AnaAlgorithm.cxx.
|
inlineprivateinherited |
Method to calculate a 32-bit hash from a string.
Definition at line 422 of file AthHistogramming.h.
|
protectedinherited |
Simplify the retrieval of registered histograms of any type.
Definition at line 182 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the retrieval of registered 2-d histograms.
Definition at line 363 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the retrieval of registered 3-d histograms.
Definition at line 380 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 39 of file RunHyPERAlg.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.
|
inherited |
Definition at line 75 of file AnaAlgorithm.cxx.
|
inherited |
Accessor for the input metadata store
Definition at line 66 of file AnaAlgorithm.cxx.
|
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.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
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.
|
inherited |
Definition at line 95 of file AnaAlgorithm.cxx.
|
inherited |
Accessor for the output metadata store
Definition at line 86 of file AnaAlgorithm.cxx.
|
protectedvirtualinherited |
print the state of the algorithm
This is mostly to allow algorithms to add a little debugging information if they feel like it.
Definition at line 339 of file AnaAlgorithm.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.
|
inherited |
register this algorithm to have an implementation of beginInputFile
Definition at line 264 of file AnaAlgorithm.cxx.
|
inherited |
register this algorithm to have an implementation of endInputFile
Definition at line 285 of file AnaAlgorithm.cxx.
|
inherited |
register this algorithm to have an implementation of fileexecute
Definition at line 243 of file AnaAlgorithm.cxx.
|
inlinevirtualinherited |
Set filter decision:
Reimplemented in AthFilterAlgorithm.
Definition at line 99 of file AthCommonAlgorithm.h.
|
overridevirtualinherited |
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.
|
virtualinherited |
Initialization method invoked by the framework.
This method is responsible for any bookkeeping of initialization required by the framework itself. It will in turn invoke the initialize() method of the derived algorithm, and of any sub-algorithms which it creates.
Reimplemented from AthCommonAlgorithm< Gaudi::Algorithm >.
Reimplemented in AthAnalysisAlgorithm.
Definition at line 75 of file AthHistogramAlgorithm.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 333 of file AthHistogramming.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Definition at line 374 of file RunHyPERAlg.h.
|
private |
Definition at line 126 of file RunHyPERAlg.h.
|
private |
Definition at line 120 of file RunHyPERAlg.h.
|
privateinherited |
Pointer to StoreGate (detector store by default).
Definition at line 393 of file AthCommonDataStore.h.
|
privateinherited |
The map of histogram names to their pointers.
Definition at line 202 of file AthHistogramming.h.
|
private |
Definition at line 162 of file RunHyPERAlg.h.
|
private |
Definition at line 160 of file RunHyPERAlg.h.
|
private |
Definition at line 178 of file RunHyPERAlg.h.
|
privateinherited |
Pointer to StoreGate (event store by default).
Definition at line 390 of file AthCommonDataStore.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.
|
private |
Definition at line 146 of file RunHyPERAlg.h.
|
privateinherited |
The map of TGraph names to their pointers.
Definition at line 216 of file AthHistogramming.h.
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
The map of histogram names to their pointers.
Definition at line 195 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.
|
private |
Definition at line 191 of file RunHyPERAlg.h.
|
private |
Definition at line 211 of file RunHyPERAlg.h.
|
private |
Definition at line 197 of file RunHyPERAlg.h.
|
private |
Definition at line 215 of file RunHyPERAlg.h.
|
private |
Definition at line 202 of file RunHyPERAlg.h.
|
private |
Definition at line 219 of file RunHyPERAlg.h.
|
private |
Definition at line 206 of file RunHyPERAlg.h.
|
private |
Definition at line 223 of file RunHyPERAlg.h.
|
private |
Definition at line 320 of file RunHyPERAlg.h.
|
private |
Definition at line 354 of file RunHyPERAlg.h.
|
private |
Definition at line 345 of file RunHyPERAlg.h.
|
private |
Definition at line 325 of file RunHyPERAlg.h.
|
private |
Definition at line 336 of file RunHyPERAlg.h.
|
private |
Definition at line 349 of file RunHyPERAlg.h.
|
private |
Definition at line 330 of file RunHyPERAlg.h.
|
private |
Definition at line 340 of file RunHyPERAlg.h.
|
private |
Definition at line 248 of file RunHyPERAlg.h.
|
private |
Definition at line 293 of file RunHyPERAlg.h.
|
private |
Definition at line 253 of file RunHyPERAlg.h.
|
private |
Definition at line 274 of file RunHyPERAlg.h.
|
private |
Definition at line 297 of file RunHyPERAlg.h.
|
private |
Definition at line 258 of file RunHyPERAlg.h.
|
private |
Definition at line 279 of file RunHyPERAlg.h.
|
private |
Definition at line 263 of file RunHyPERAlg.h.
|
private |
Definition at line 284 of file RunHyPERAlg.h.
|
private |
Definition at line 268 of file RunHyPERAlg.h.
|
private |
Definition at line 288 of file RunHyPERAlg.h.
|
private |
Definition at line 140 of file RunHyPERAlg.h.
|
private |
Definition at line 142 of file RunHyPERAlg.h.
|
private |
Definition at line 138 of file RunHyPERAlg.h.
|
private |
Definition at line 144 of file RunHyPERAlg.h.
|
private |
Definition at line 151 of file RunHyPERAlg.h.
|
privateinherited |
Object accessing the input metadata store.
Definition at line 569 of file AnaAlgorithm.h.
|
private |
Definition at line 172 of file RunHyPERAlg.h.
|
private |
Definition at line 170 of file RunHyPERAlg.h.
|
private |
Definition at line 153 of file RunHyPERAlg.h.
|
private |
Definition at line 175 of file RunHyPERAlg.h.
|
privateinherited |
Cached Message Stream.
Definition at line 242 of file AthHistogramming.h.
|
private |
Definition at line 167 of file RunHyPERAlg.h.
|
private |
Definition at line 165 of file RunHyPERAlg.h.
|
privateinherited |
Instance name.
Definition at line 239 of file AthHistogramming.h.
|
private |
Definition at line 130 of file RunHyPERAlg.h.
|
private |
Definition at line 133 of file RunHyPERAlg.h.
|
privateinherited |
Object accessing the output metadata store.
Definition at line 573 of file AnaAlgorithm.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.
|
private |
Definition at line 182 of file RunHyPERAlg.h.
|
privateinherited |
Name of the ROOT output stream (file).
Definition at line 220 of file AthHistogramming.h.
|
private |
Definition at line 156 of file RunHyPERAlg.h.
|
private |
Definition at line 359 of file RunHyPERAlg.h.
|
private |
Definition at line 366 of file RunHyPERAlg.h.
|
private |
Definition at line 229 of file RunHyPERAlg.h.
|
private |
Definition at line 233 of file RunHyPERAlg.h.
|
private |
Definition at line 362 of file RunHyPERAlg.h.
|
private |
Definition at line 369 of file RunHyPERAlg.h.
|
private |
Definition at line 237 of file RunHyPERAlg.h.
|
private |
Definition at line 241 of file RunHyPERAlg.h.
|
private |
Definition at line 308 of file RunHyPERAlg.h.
|
private |
Definition at line 311 of file RunHyPERAlg.h.
|
private |
Definition at line 314 of file RunHyPERAlg.h.
|
private |
Definition at line 302 of file RunHyPERAlg.h.
|
private |
Definition at line 305 of file RunHyPERAlg.h.
|
private |
Definition at line 116 of file RunHyPERAlg.h.
|
privateinherited |
The map of TTree names to their pointers.
Definition at line 209 of file AthHistogramming.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.