![]() |
ATLAS Offline Software
|
#include <MuonSegmentReader.h>
Public Member Functions | |
| virtual StatusCode | initialize () override |
| virtual StatusCode | execute () override |
| virtual StatusCode | finalize () override |
| unsigned int | cardinality () const override final |
| AthHistogramAlgorithm (const std::string &name, ISvcLocator *pSvcLocator) | |
| Constructor with parameters: | |
| 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 const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. | |
| 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 |
Protected Member Functions | |
| 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 | |
| void | storeMeasurement (const EventContext &ctx, const MuonGM::MuonDetectorManager *MuonDetMgr, unsigned int itrk, const Trk::TrackStateOnSurface *trk_state, const Trk::MeasurementBase *measurement) |
| void | storeHole (const Trk::TrackStateOnSurface *trk_state, unsigned int itrk) |
| 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. | |
Private Attributes | |
| SG::ReadHandleKey< xAOD::EventInfo > | m_evtKey {this, "EventInfoKey", "EventInfo", "xAOD::EventInfo ReadHandleKey"} |
| SG::ReadHandleKey< TrackCollection > | m_TrkKey {this, "MuonTrackLocations", "MuonSpectrometerTracks"} |
| SG::ReadHandleKey< Muon::MdtPrepDataContainer > | m_MdtPrepDataKey {this, "MdtPrepData", "MDT_DriftCircles","MDT DriftCircles"} |
| SG::ReadHandleKey< Muon::RpcPrepDataContainer > | m_RpcPrepDataKey {this,"RpcPrdCollection","RPC_Measurements","RPC PRD Container"} |
| SG::ReadHandleKey< Muon::TgcPrepDataContainer > | m_TgcPrepDataKey {this,"TgcPrdCollection","TGC_Measurements","TGC PRD Container"} |
| SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > | m_DetectorManagerKey |
| MuonDetectorManager from the conditions store. | |
| ServiceHandle< Muon::IMuonIdHelperSvc > | m_MuonIdHelper |
| ToolHandle< IMdtCalibrationTool > | m_calibrationTool {this, "CalibrationTool", "MdtCalibrationTool"} |
| pointer to MdtCalibSvc | |
| PublicToolHandle< Trk::IResidualPullCalculator > | m_pullCalculator |
| ToolHandle< MuonCalib::IIdToFixedIdTool > | m_idToFixedIdTool {this, "IdToFixedIdTool", "MuonCalib::IdToFixedIdTool/MuonCalib_IdToFixedIdTool"} |
| PublicToolHandle< Muon::MuonEDMPrinterTool > | m_printer {this, "Printer", "Muon::MuonEDMPrinterTool/MuonEDMPrinterTool"} |
| MuonTesterTree | m_tree {"Segments", "CALIBNTUPLESTREAM"} |
| ScalarBranch< int > & | m_runNumber {m_tree.newScalar<int>("event_runNumber")} |
| ScalarBranch< int > & | m_eventNumber {m_tree.newScalar<int>("event_eventNumber")} |
| ScalarBranch< int > & | m_lumiBlock {m_tree.newScalar<int>("event_lumiBlock")} |
| ScalarBranch< int > & | m_bcId {m_tree.newScalar<int>("event_bcId")} |
| ScalarBranch< int > & | m_timeStamp {m_tree.newScalar<int>("event_timeStamp")} |
| ScalarBranch< float > & | m_pt {m_tree.newScalar<float>("event_LVL2Pt")} |
| ScalarBranch< int > & | m_rawMdt_nRMdt {m_tree.newScalar<int>("rawMdt_nRMdt")} |
| VectorBranch< unsigned int > & | m_rawMdt_id {m_tree.newVector<unsigned int>("rawMdt_id")} |
| VectorBranch< int > & | m_rawMdt_tdc {m_tree.newVector<int>("rawMdt_tdc")} |
| VectorBranch< int > & | m_rawMdt_adc {m_tree.newVector<int>("rawMdt_adc")} |
| ThreeVectorBranch | m_rawMdt_gPos {m_tree,"rawMdt_gPos"} |
| ScalarBranch< int > & | m_rawRpc_nRRpc {m_tree.newScalar<int>("rawRpc_nRRpc")} |
| VectorBranch< unsigned int > & | m_rawRpc_id {m_tree.newVector<unsigned int>("rawRpc_id")} |
| VectorBranch< float > & | m_rawRpc_time {m_tree.newVector<float>("rawRpc_time")} |
| ThreeVectorBranch | m_rawRpc_gPos {m_tree,"rawRpc_gPos"} |
| ScalarBranch< int > & | m_rawTgc_nRTgc {m_tree.newScalar<int>("rawTgc_nRTgc")} |
| VectorBranch< unsigned int > & | m_rawTgc_id {m_tree.newVector<unsigned int>("rawTgc_id")} |
| VectorBranch< int > & | m_rawTgc_bcBitMap {m_tree.newVector<int>("rawTgc_bcBitMap")} |
| ThreeVectorBranch | m_rawTgc_gPos {m_tree,"rawTgc_gPos"} |
| ScalarBranch< int > & | m_trk_nTracks {m_tree.newScalar<int>("trk_nTracks")} |
| VectorBranch< float > & | m_trk_d0 {m_tree.newVector<float>("trk_d0")} |
| VectorBranch< float > & | m_trk_z0 {m_tree.newVector<float>("trk_z0")} |
| VectorBranch< float > & | m_trk_phi {m_tree.newVector<float>("trk_phi")} |
| VectorBranch< float > & | m_trk_theta {m_tree.newVector<float>("trk_theta")} |
| VectorBranch< float > & | m_trk_eta {m_tree.newVector<float>("trk_eta")} |
| VectorBranch< float > & | m_trk_qOverP {m_tree.newVector<float>("trk_qOverP")} |
| VectorBranch< float > & | m_trk_pt {m_tree.newVector<float>("trk_pt")} |
| VectorBranch< float > & | m_trk_chi2 {m_tree.newVector<float>("trk_chi2")} |
| VectorBranch< int > & | m_trk_ndof {m_tree.newVector<int>("trk_ndof")} |
| VectorBranch< int > & | m_trk_author {m_tree.newVector<int>("trk_author")} |
| ThreeVectorBranch | m_trk_perigee {m_tree,"trk_perigee"} |
| VectorBranch< int > & | m_trk_nMdtHits {m_tree.newVector<int>("trk_nMdtHits")} |
| VectorBranch< int > & | m_trk_nMdtHoles {m_tree.newVector<int>("trk_nMdtHoles")} |
| VectorBranch< int > & | m_trk_nOutliersHits {m_tree.newVector<int>("trk_nOutliersHits")} |
| VectorBranch< int > & | m_trk_nRpcPhiHits {m_tree.newVector<int>("trk_nRpcPhiHits")} |
| VectorBranch< int > & | m_trk_nRpcEtaHits {m_tree.newVector<int>("trk_nRpcEtaHits")} |
| VectorBranch< int > & | m_trk_nTgcPhiHits {m_tree.newVector<int>("trk_nTgcPhiHits")} |
| VectorBranch< int > & | m_trk_nTgcEtaHits {m_tree.newVector<int>("trk_nTgcEtaHits")} |
| ScalarBranch< int > & | m_trkHit_nMdtHits {m_tree.newScalar<int>("trkHit_nMdtHits")} |
| VectorBranch< int > & | m_trkHit_trackIndex {m_tree.newVector<int>("trkHit_trackIndex")} |
| ThreeVectorBranch | m_trkHit_gPos {m_tree,"trkHit_gPos"} |
| ThreeVectorBranch | m_trkHit_pos {m_tree,"trkHit_pos"} |
| ThreeVectorBranch | m_trkHit_closestApproach {m_tree,"trkHit_closestApproach"} |
| ThreeVectorBranch | m_trkHit_gClosestApproach {m_tree,"trkHit_gClosestApproach"} |
| ThreeVectorBranch | m_trkHit_center {m_tree,"trkHit_center"} |
| VectorBranch< int > & | m_trkHit_adc {m_tree.newVector<int>("trkHit_adc")} |
| VectorBranch< int > & | m_trkHit_type {m_tree.newVector<int>("trkHit_type")} |
| VectorBranch< int > & | m_trkHit_tdc {m_tree.newVector<int>("trkHit_tdc")} |
| VectorBranch< float > & | m_trkHit_resi {m_tree.newVector<float>("trkHit_resi")} |
| VectorBranch< float > & | m_trkHit_pull {m_tree.newVector<float>("trkHit_pull")} |
| VectorBranch< unsigned int > & | m_trkHit_id {m_tree.newVector<unsigned int>("trkHit_id")} |
| VectorBranch< float > & | m_trkHit_driftRadius {m_tree.newVector<float>("trkHit_driftRadius")} |
| VectorBranch< float > & | m_trkHit_error {m_tree.newVector<float>("trkHit_error")} |
| VectorBranch< float > & | m_trkHit_rTrk {m_tree.newVector<float>("trkHit_rTrk")} |
| VectorBranch< float > & | m_trkHit_driftTime {m_tree.newVector<float>("trkHit_driftTime")} |
| VectorBranch< float > & | m_trkHit_distRO {m_tree.newVector<float>("trkHit_distRO")} |
| VectorBranch< float > & | m_trkHit_localAngle {m_tree.newVector<float>("trkHit_localAngle")} |
| VectorBranch< float > & | m_trkHit_tubeT0 {m_tree.newVector<float>("trkHit_tubeT0")} |
| VectorBranch< float > & | m_trkHit_triggerTime {m_tree.newVector<float>("trkHit_triggerTime")} |
| VectorBranch< float > & | m_trkHit_tubeMeanAdc {m_tree.newVector<float>("trkHit_tubeMeanAdc")} |
| VectorBranch< float > & | m_trkHit_slewTime {m_tree.newVector<float>("trkHit_slewTime")} |
| VectorBranch< float > & | m_trkHit_lorTime {m_tree.newVector<float>("trkHit_lorTime")} |
| VectorBranch< float > & | m_trkHit_propTime {m_tree.newVector<float>("trkHit_propTime")} |
| VectorBranch< float > & | m_trkHit_tempTime {m_tree.newVector<float>("trkHit_tempTime")} |
| VectorBranch< float > & | m_trkHit_bkgTime {m_tree.newVector<float>("trkHit_bkgTime")} |
| VectorBranch< float > & | m_trkHit_tof {m_tree.newVector<float>("trkHit_tof")} |
| VectorBranch< int > & | m_trkHit_calibStatus {m_tree.newVector<int>("trkHit_calibStatus")} |
| ScalarBranch< int > & | m_trkHole_nHoles {m_tree.newScalar<int>("trkHole_nHoles")} |
| VectorBranch< int > & | m_trkHole_trackIndex {m_tree.newVector<int>("trkHole_trackIndex")} |
| VectorBranch< int > & | m_trkHole_type {m_tree.newVector<int>("trkHole_type")} |
| ThreeVectorBranch | m_trkHole_gPos {m_tree,"trkHole_gPos"} |
| VectorBranch< unsigned int > & | m_trkHole_id {m_tree.newVector<unsigned int>("trkHole_id")} |
| VectorBranch< float > & | m_trkHole_driftRadius {m_tree.newVector<float>("trkHole_driftRadius")} |
| ScalarBranch< int > & | m_trkTriggerHit_nHits {m_tree.newScalar<int>("trkTriggerHit_nHits")} |
| VectorBranch< int > & | m_trkTriggerHit_trackIndex {m_tree.newVector<int>("trkTriggerHit_trackIndex")} |
| VectorBranch< int > & | m_trkTriggerHit_type {m_tree.newVector<int>("trkTriggerHit_type")} |
| ThreeVectorBranch | m_trkTriggerHit_gPos {m_tree,"trkTriggerHit_gPos"} |
| VectorBranch< unsigned int > & | m_trkTriggerHit_id {m_tree.newVector<unsigned int>("trkTriggerHit_id")} |
| VectorBranch< float > & | m_trkTriggerHit_time {m_tree.newVector<float>("trkTriggerHit_time")} |
| 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. | |
Definition at line 39 of file MuonSegmentReader.h.
|
privateinherited |
Typedef for convenience.
Definition at line 205 of file AthHistogramming.h.
|
privateinherited |
Typedef for convenience.
Definition at line 219 of file AthHistogramming.h.
|
privateinherited |
typedef for the internal hash
Definition at line 169 of file AthHistogramming.h.
|
privateinherited |
Typedef for convenience.
Definition at line 198 of file AthHistogramming.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
privateinherited |
Typedef for convenience.
Definition at line 212 of file AthHistogramming.h.
| AthHistogramAlgorithm::AthHistogramAlgorithm | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Constructor with parameters:
Definition at line 40 of file AthHistogramAlgorithm.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 335 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 303 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TTrees.
Definition at line 403 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 356 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 346 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 324 of file AthHistogramming.h.
|
inlineprotectedinherited |
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 281 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TGraphs.
Definition at line 427 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 260 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TTrees.
Definition at line 312 of file AthHistogramming.cxx.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 146 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 293 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 98 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 272 of file AthHistogramming.h.
|
privateinherited |
Method to build individual booking string.
Definition at line 560 of file AthHistogramming.cxx.
|
inlinefinaloverride |
Definition at line 50 of file MuonSegmentReader.h.
|
protectedinherited |
To be called by the derived classes to fill the internal configuration.
Definition at line 66 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 250 of file AthHistogramming.cxx.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
overridevirtual |
< number of measurements flaged as outliers in TSOS
Definition at line 46 of file MuonSegmentReader.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 50 of file AthAlgorithm.cxx.
|
overridevirtual |
Definition at line 454 of file MuonSegmentReader.cxx.
|
protectedinherited |
Simplify the retrieval of registered TGraphs.
Definition at line 492 of file AthHistogramming.cxx.
|
inlineprivateinherited |
Method to calculate a 32-bit hash from a string.
Definition at line 428 of file AthHistogramming.h.
|
protectedinherited |
Simplify the retrieval of registered histograms of any type.
Definition at line 198 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the retrieval of registered 2-d histograms.
Definition at line 369 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the retrieval of registered 3-d histograms.
Definition at line 386 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 17 of file MuonSegmentReader.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 |
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 590 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.
|
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.
|
private |
Definition at line 218 of file MuonSegmentReader.cxx.
|
private |
Definition at line 244 of file MuonSegmentReader.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 AthAlgorithm.
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 378 of file AthHistogramming.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Definition at line 85 of file MuonSegmentReader.h.
|
private |
pointer to MdtCalibSvc
Definition at line 71 of file MuonSegmentReader.h.
|
private |
MuonDetectorManager from the conditions store.
Definition at line 64 of file MuonSegmentReader.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 208 of file AthHistogramming.h.
|
private |
Definition at line 83 of file MuonSegmentReader.h.
|
private |
Definition at line 54 of file MuonSegmentReader.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 79 of file AthAlgorithm.h.
|
privateinherited |
The map of TGraph names to their pointers.
Definition at line 222 of file AthHistogramming.h.
|
privateinherited |
The map of histogram names to their pointers.
Definition at line 201 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 76 of file MuonSegmentReader.h.
|
private |
Definition at line 84 of file MuonSegmentReader.h.
|
private |
Definition at line 59 of file MuonSegmentReader.h.
|
privateinherited |
Cached Message Stream.
Definition at line 248 of file AthHistogramming.h.
|
private |
Definition at line 67 of file MuonSegmentReader.h.
|
privateinherited |
Instance name.
Definition at line 245 of file AthHistogramming.h.
|
privateinherited |
Name of the ROOT output stream (file)
Definition at line 88 of file AthHistogramAlgorithm.h.
|
private |
Definition at line 78 of file MuonSegmentReader.h.
|
private |
Definition at line 87 of file MuonSegmentReader.h.
|
private |
Definition at line 73 of file MuonSegmentReader.h.
|
private |
Definition at line 95 of file MuonSegmentReader.h.
|
private |
Definition at line 96 of file MuonSegmentReader.h.
|
private |
Definition at line 93 of file MuonSegmentReader.h.
|
private |
Definition at line 92 of file MuonSegmentReader.h.
|
private |
Definition at line 94 of file MuonSegmentReader.h.
|
private |
Definition at line 102 of file MuonSegmentReader.h.
|
private |
Definition at line 100 of file MuonSegmentReader.h.
|
private |
Definition at line 99 of file MuonSegmentReader.h.
|
private |
Definition at line 101 of file MuonSegmentReader.h.
|
private |
Definition at line 107 of file MuonSegmentReader.h.
|
private |
Definition at line 108 of file MuonSegmentReader.h.
|
private |
Definition at line 106 of file MuonSegmentReader.h.
|
private |
Definition at line 105 of file MuonSegmentReader.h.
|
privateinherited |
Definition at line 91 of file AthHistogramAlgorithm.h.
|
private |
Definition at line 60 of file MuonSegmentReader.h.
|
private |
Definition at line 82 of file MuonSegmentReader.h.
|
privateinherited |
Name of the ROOT output stream (file)
Definition at line 226 of file AthHistogramming.h.
|
private |
Definition at line 61 of file MuonSegmentReader.h.
|
private |
Definition at line 86 of file MuonSegmentReader.h.
|
private |
Definition at line 80 of file MuonSegmentReader.h.
|
privateinherited |
The map of TTree names to their pointers.
Definition at line 215 of file AthHistogramming.h.
|
private |
Definition at line 121 of file MuonSegmentReader.h.
|
private |
Definition at line 119 of file MuonSegmentReader.h.
|
private |
Definition at line 112 of file MuonSegmentReader.h.
|
private |
Definition at line 116 of file MuonSegmentReader.h.
|
private |
Definition at line 120 of file MuonSegmentReader.h.
|
private |
Definition at line 124 of file MuonSegmentReader.h.
|
private |
Definition at line 125 of file MuonSegmentReader.h.
|
private |
Definition at line 126 of file MuonSegmentReader.h.
|
private |
Definition at line 128 of file MuonSegmentReader.h.
|
private |
Definition at line 127 of file MuonSegmentReader.h.
|
private |
Definition at line 130 of file MuonSegmentReader.h.
|
private |
Definition at line 129 of file MuonSegmentReader.h.
|
private |
Definition at line 111 of file MuonSegmentReader.h.
|
private |
Definition at line 122 of file MuonSegmentReader.h.
|
private |
Definition at line 114 of file MuonSegmentReader.h.
|
private |
Definition at line 118 of file MuonSegmentReader.h.
|
private |
Definition at line 117 of file MuonSegmentReader.h.
|
private |
Definition at line 115 of file MuonSegmentReader.h.
|
private |
Definition at line 113 of file MuonSegmentReader.h.
|
private |
Definition at line 141 of file MuonSegmentReader.h.
|
private |
Definition at line 162 of file MuonSegmentReader.h.
|
private |
Definition at line 164 of file MuonSegmentReader.h.
|
private |
Definition at line 139 of file MuonSegmentReader.h.
|
private |
Definition at line 137 of file MuonSegmentReader.h.
|
private |
Definition at line 151 of file MuonSegmentReader.h.
|
private |
Definition at line 147 of file MuonSegmentReader.h.
|
private |
Definition at line 150 of file MuonSegmentReader.h.
|
private |
Definition at line 148 of file MuonSegmentReader.h.
|
private |
Definition at line 138 of file MuonSegmentReader.h.
|
private |
Definition at line 135 of file MuonSegmentReader.h.
|
private |
Definition at line 146 of file MuonSegmentReader.h.
|
private |
Definition at line 152 of file MuonSegmentReader.h.
|
private |
Definition at line 159 of file MuonSegmentReader.h.
|
private |
Definition at line 133 of file MuonSegmentReader.h.
|
private |
Definition at line 136 of file MuonSegmentReader.h.
|
private |
Definition at line 160 of file MuonSegmentReader.h.
|
private |
Definition at line 145 of file MuonSegmentReader.h.
|
private |
Definition at line 144 of file MuonSegmentReader.h.
|
private |
Definition at line 149 of file MuonSegmentReader.h.
|
private |
Definition at line 158 of file MuonSegmentReader.h.
|
private |
Definition at line 143 of file MuonSegmentReader.h.
|
private |
Definition at line 161 of file MuonSegmentReader.h.
|
private |
Definition at line 163 of file MuonSegmentReader.h.
|
private |
Definition at line 134 of file MuonSegmentReader.h.
|
private |
Definition at line 156 of file MuonSegmentReader.h.
|
private |
Definition at line 157 of file MuonSegmentReader.h.
|
private |
Definition at line 155 of file MuonSegmentReader.h.
|
private |
Definition at line 142 of file MuonSegmentReader.h.
|
private |
Definition at line 172 of file MuonSegmentReader.h.
|
private |
Definition at line 170 of file MuonSegmentReader.h.
|
private |
Definition at line 171 of file MuonSegmentReader.h.
|
private |
Definition at line 167 of file MuonSegmentReader.h.
|
private |
Definition at line 168 of file MuonSegmentReader.h.
|
private |
Definition at line 169 of file MuonSegmentReader.h.
|
private |
Definition at line 57 of file MuonSegmentReader.h.
|
private |
Definition at line 178 of file MuonSegmentReader.h.
|
private |
Definition at line 179 of file MuonSegmentReader.h.
|
private |
Definition at line 175 of file MuonSegmentReader.h.
|
private |
Definition at line 180 of file MuonSegmentReader.h.
|
private |
Definition at line 176 of file MuonSegmentReader.h.
|
private |
Definition at line 177 of file MuonSegmentReader.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.